Mike Burger staggered into view and mumbled:
You can't use "<Virtualhost *>". Instead, you will have to use "<VirtualHost xxx.xxx.xxx.xxx>" where "xxx.xxx.xxx.xxx" is the IP address
But what do I do if I have a dynamic IP address? It wouldn't be practical to change the IP address in httpd.conf every time my IP changes, ad if I did that I may be down for a day or more before I realized my server wasn't listening properly.
Prince
You CAN use "<VirtualHost *>". What you CANNOT do is mix/specify ports without specifying individual IP addresses (basically, SSL cannot do virtual host on a single IP).
In the section of your httpd.conf below, remove the port 80 designation (it's redundant anyway), and restart Apache....
><VirtualHost *> > ServerName princenet.sytes.net > ServerAlias *.princenet.sytes.net:80 <--- Remove the ":80" > DocumentRoot /var/www/html/moved ></VirtualHost>
-- By-Tor.com It's all about the Rush http://www.by-tor.com
-- redhat-list mailing list unsubscribe mailto:[EMAIL PROTECTED] https://www.redhat.com/mailman/listinfo/redhat-list