OK could someone smack me on the nose if I am doing something obviously wrong. Virtual hosting has always just worked before. (on another host)Example of (working) previous setup:
<VirtualHost apple.tamu.edu> DocumentRoot /Local/Library/WebServer/Documents ServerName apple.tamu.edu </VirtualHost>
<VirtualHost streamingserver.tamu.edu> DocumentRoot /Local/Library/WebServer/Documents/Streamingserver
NameVirtualHost streamingserver.tamu.edu </VirtualHost>
This does not work on my suse machine. SO the manual says:
NameVirtualHost 111.22.33.44
<VirtualHost 111.22.33.44> ServerName www.domain.tld DocumentRoot /www/domain </VirtualHost>
<VirtualHost 111.22.33.44> ServerName www.otherdomain.tld DocumentRoot /www/otherdomain </VirtualHost>
SO I do:
NameVirtualHost 63.225.255.133
<VirtualHost 63.225.255.133> DocumentRoot /usr/local/httpd/htdocs ServerName heretic.mabaleb.org </VirtualHost>
<VirtualHost 63.225.255.133> DocumentRoot /usr/local/httpd/htdocs ServerName www.mabaleb.org </VirtualHost>
<VirtualHost 63.225.255.133> DocumentRoot /usr/local/httpd/csmug ServerName www.csmug.org </VirtualHost>
Which totally does not work- sends all requests the the htdocs /dir. I have also tried different permutations of using hostnames in the VirtualHost directive, sticking NameVirtualHost various places, to no avail. Any idea what's up?? -- To unsubscribe send e-mail to suse-linux-e-unsubscribe@suse.com For additional commands send e-mail to suse-linux-e-help@suse.com Also check the FAQ at http://www.suse.com/support/faq