Re: [us...@httpd] VirtualHost with no ServerName in 2.2.11

2009-05-14 Thread Stephen Love
set up through PHP etc to choose a different set of pages to show, etc. TRY PHP. You won't regret it. See us online at http://www.LOVEnCompany.com. -- Original Message -- From: André Warnier To: users@httpd.apache.org Subject: Re: [us...@httpd] VirtualHost with no ServerNa

Re: [us...@httpd] VirtualHost with no ServerName in 2.2.11

2009-05-14 Thread André Warnier
Tony Ser wrote: Thanks for the reply. What we are trying to do is to create a new vhost without disrupting the default settings. So that http://localhost/whatever/... Follow the default setup while http://localhost/testsite/... Will refer to /var/www/company/yyy/public I did look into the su

RE: [us...@httpd] VirtualHost with no ServerName in 2.2.11

2009-05-14 Thread Tony Ser
own vhost configuration without messing with the default. Thanks! -Original Message- From: André Warnier [mailto:a...@ice-sa.com] Sent: Thursday, May 14, 2009 1:37 PM To: users@httpd.apache.org Subject: Re: [us...@httpd] VirtualHost with no ServerName in 2.2.11 Tony Ser wrote: > Hi

Re: [us...@httpd] VirtualHost with no ServerName in 2.2.11

2009-05-14 Thread André Warnier
Tony Ser wrote: Hi, We are developing a web application and need to create a website. The testsite.conf contains Namevirtualhost *:80 ServerName ? AllowEncodedSlashes On DocumentRoot | | v Alias /testsite "/var/www/company/yyy

[us...@httpd] VirtualHost with no ServerName in 2.2.11

2009-05-14 Thread Tony Ser
Hi, We are developing a web application and need to create a website. The testsite.conf contains Namevirtualhost *:80 AllowEncodedSlashes On Alias /testsite "/var/www/company/yyy/public" AllowOverride All Order allow,deny Allow from all We don't want to specify a fix IP Address, so we leave