3 Jan
2001
3 Jan
'01
18:37
Hello again,
just add a vhost to listen on that port, look in the /etc/httpd/httpd.conf file for a section on virtualhost.
I took a look at http://httpd.apache.org/docs/vhosts/examples.html. I commented out the Port 80 and added: --- Listen 80 Listen 90 ServerName intranet DocumentRoot "/home/httpd/html/" <VirtualHost intranet:90> DocumentRoot "/home/httpd/html/test-site" </VirtualHost> --- /home/httpd/html/test-site does exist and has a different index.html file but I keep getting the same index under /http/httpd/html when pointing to port 90... Any ideas about what I'm doing wrong now? Maybe I'm overseeing something obvious... :-/ Thanks, Martin
8749
Age (days ago)
8749
Last active (days ago)
0 comments
1 participants
participants (1)
-
Martin Mielke