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
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