Re: apache virtual host configuration...

2008-07-04 Thread oneman
On 4-jul-2008, at 10:05, Dietrich Bollmann wrote: Hi, The syntax for virtual hosts configuration seems to have changed... Until now I used the following syntax: (taken from the configuration files in /etc/apache2/sites-enabled/) ... ServerName foo.bar ... ...which s

Re: Apache Virtual Host.

2001-02-12 Thread Dave Sherohman
On Sun, Feb 11, 2001 at 03:40:48PM -0800, Leonard Leblanc wrote: > Can anyone see why this wouldn't work.?? Looks reasonable to me. Did you remember to tell apache to reload its configuration (`apachectl graceful`) after adding the VirtualHost sections? In what way does it not work? -- SGI

Re: Apache Virtual Host.

2001-02-11 Thread MaD dUCK
from my httpd.conf: NameVirtualHost 130.58.82.235:80 ServerAdmin [EMAIL PROTECTED] ServerName www.pantsfullofunix.net ServerAlias pantsfullofunix.net ServerPath /pantsfullofunix.net DocumentRoot "/home/apache/pantsfullofunix.net" ErrorLog /var/log/apa

Re: Apache Virtual Host

2001-02-09 Thread will trillich
On Thu, Feb 08, 2001 at 06:57:24PM -0800, Leonard Leblanc wrote: > Hey all, > > I've been working on this for a couple of days and can't figure out why it's > giving me sooo much trouble, but I just can't seem to get a virtual host > working with apache. I would like to have a "development" site

Re: Apache Virtual Host

2001-02-09 Thread Dave Sherohman
On Thu, Feb 08, 2001 at 10:12:12PM -0500, Chris Matta wrote: > make sure you have this in httpd.conf: > > NameVirtualHost 0.0.0.0 (make sure you have your ip in here!!) > > > ServerName www.yourdomain.com I've seen a couple people say to use an IP address in the directive, but my httpd.conf ha

Re: Apache Virtual Host

2001-02-08 Thread Chris Matta
make sure you have this in httpd.conf: NameVirtualHost 0.0.0.0 (make sure you have your ip in here!!) ServerAdmin [EMAIL PROTECTED] DocumentRoot /var/www/yourdomain.com ServerName www.yourdomain.com ServerAlias yourdomain.com ErrorLog /var/log/apache/yourdomain.com-error.log TransferLog /var/log

Re: Apache Virtual Host

2001-02-08 Thread Dave Sherohman
On Thu, Feb 08, 2001 at 06:57:24PM -0800, Leonard Leblanc wrote: > I've been working on this for a couple of days and can't figure out why it's > giving me sooo much trouble, but I just can't seem to get a virtual host > working with apache. I would like to have a "development" site of > 'test.dom