Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Shaun E on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. tgbekele

    Apache 2.0 Virtual Web pages

    Can't do SSL using with multiple VHosts using NameBasedVhosts. I think you can do this only using IP based ... and each VHOST would have to use it's own IP address. You are right, I don't think what I have described above would work for SSL ... that is why I said to not use the default Include...
  2. tgbekele

    Apache 2.0 Virtual Web pages

    CharlesHagen, I have it working ... but I can't use SSL. I had to change the httpd.conf file where the Include conf.d/*.conf line was by commenting it out and replacing as follows: Include conf.d/perl.conf Include conf.d/php.conf Include conf.d/auth_mysql.conf Correction from earlier message...
  3. tgbekele

    Apache 2.0 Virtual Web pages

    Not sure is this helps ... it worked for me. 1) Make sure that you have commented out or removed the Globals for ServerName, DocumentRoot and DirectoryIndex. Your VirtualHost directives will have them included. 2) Set your NameVirtualHost with appropriate IP address:port 3) Include this IP...

Part and Inventory Search

Back
Top