Re: [us...@httpd] Weird alias inheritance in virtualhosts

2010-09-17 Thread Eric Covener
On Fri, Sep 17, 2010 at 10:05 AM, Eric PEYREMORTE wrote: > Aliases defined in my httpd.conf are inherited inside all my virtualhost. It > seemed to me that aliases were'nt inherited. > Is it normal ? How to prevent this behaviour ? Generally, anything defined in the base config is inherited by a

[us...@httpd] Weird alias inheritance in virtualhosts

2010-09-17 Thread Eric PEYREMORTE
Hi, I'm using httpd 2.2.3-22 on centos 5. Aliases defined in my httpd.conf are inherited inside all my virtualhost. It seemed to me that aliases were'nt inherited. Is it normal ? How to prevent this behaviour ? When i access http://myserver1.myorganisation.fr it display my vhost document. -