Rocky Seelbach wrote:
I went back throughTake a look at http://httpd.apache.org/docs/2.1/vhosts. Although this isspecific to Apache 2.1+, there are similar pages for each major version. Find yours.The lines you quoted originally actually had a couple of issues. Specifically, in order to do name based virtual hosting you need thisdirective to start; NameVirtualHost 12.34.56.78:80 (or whatever IP:port you are using)
/etc/httpd/conf/httpd.conf and found where to put the IP. Got that done so now my upset customer can at least get his email, but the websites are not up. I know that is because the Document Root is not /var/www/html/foo. Is it safe to just change them to where they actually are or would it be better to create a symlink to the real directory (if I knew how)? --------------------------------------------------------------------- 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@xxxxxxxxxxxxxxxx " from the digest: users-digest-unsubscribe@xxxxxxxxxxxxxxxx For additional commands, e-mail: users-help@xxxxxxxxxxxxxxxx