Re: [EMAIL PROTECTED] Virtual host not being properly handled.

2005-09-25 Thread matt-nc
At 02:43 AM 9/25/05 -0700, you wrote: This seems like a stupid question, I really don't know what's going on. I thought that I had it working before, but it's not working now, and I'm pretty sure I didn't change anything that should have had any effect on the virtual hosts. My virtual host (g

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.

[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