Re: [EMAIL PROTECTED] DocumentRoot for Name-based Virtual Host

2005-09-14 Thread Joshua Slive
On 9/14/05, matt-nc <[EMAIL PROTECTED]> wrote: > It says, client denied by server configuration: > /home/amos/local-web/php/welcome.php This indicates an apache configuration issue rather than file-system permissions. You need to have Order Deny,Allow Allow from all Or something of the sort.

Re: [EMAIL PROTECTED] DocumentRoot for Name-based Virtual Host

2005-09-14 Thread matt-nc
At 01:23 PM 9/14/05 -0400, you wrote: > I put the following in httpd.conf: > > NameVirtualHost *:80 > > > DocumentRoot /home/amos/local-web/php > ServerName php-web > > > > then I added the following to the hosts file: > > 127.0.0.1 php-web > > > I created a file, welcome.

Re: [EMAIL PROTECTED] DocumentRoot for Name-based Virtual Host

2005-09-14 Thread Joshua Slive
On 9/14/05, matt-nc <[EMAIL PROTECTED]> wrote: > I've created a name-based virtual host in Apache 2.0.54 and am trying to > get it to serve docs out of a directory under /home instead of the default > directory for localhost: /var/www/html. > > I put the following in httpd.conf: > > NameVirtualHo

[EMAIL PROTECTED] DocumentRoot for Name-based Virtual Host

2005-09-14 Thread matt-nc
I've created a name-based virtual host in Apache 2.0.54 and am trying to get it to serve docs out of a directory under /home instead of the default directory for localhost: /var/www/html. I put the following in httpd.conf: NameVirtualHost *:80 DocumentRoot /home/amos/local-web/php