Mailing List Archive

Virtual Hosts
Can someone please help me out. I have 3 linux machines, 2 of which are web
servers and 1 is just a mail server.

My main web server is on port 80 (router forwards that port to the
webserver)
My email web server is on port 82 (router forwards that port to the
mailserver)


I have webmail setup on the email web server via port 82 and in my
httpd.conf I have the following:

<VirtualHost *>
ServerName mail.isdponline.com:82
DocumentRoot /var/www/webmail
</VirtualHost>

It will not load the webmail software. It can not find the site.

Any ideas?

Thanks,
David Sheeks
http://cs.isdponline.com




---------------------------------------------------------------------
The official User-To-User support forum of the Apache HTTP Server Project.
See <URL:http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org
For additional commands, e-mail: users-help@httpd.apache.org