I put the following in httpd.conf: NameVirtualHost *:80 <VirtualHost *:80> DocumentRoot /home/amos/local-web/php ServerName php-web </VirtualHost> then I added the following to the hosts file: 127.0.0.1 php-webI created a file, welcome.php and put it in /home/amos/local-web/php but when I put http://php-web/welcome.php into the browser I get an Access forbidden! Error 403.
And now when I put localhost or 127.0.0.1 or localhost/phpinfo.php into the browser they no longer work either. I get the Access forbidden! Error 403 message.
Can someone tell me how to get this set up correctly? I would like to have some different name-based virtual hosts that will serve documents out of different directories under /home/amos/...
Thanks, Matt --------------------------------------------------------------------- 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