https://issues.apache.org/bugzilla/show_bug.cgi?id=45378
Summary: Slow server response when using DIRECTORY directive
Product: Apache httpd-2
Version: 2.2.8
Platform: PC
OS/Version: Linux
Status: NEW
Severity: normal
Priority: P2
Component: Build
AssignedTo: [email protected]
ReportedBy: [EMAIL PROTECTED]
This is the first time I am writing here so accept my apologies if I am not
writing "by the book".
I experienced an issue with apache.(Server version: Apache/2.2.8 (Unix))
I use virtual hosts and I have mod_security enabled.
When I add a <Directory> directive in the vhost configuration file the server
responses are very slow. As soon as I comment the directive out, everything
turns back to normal.
I only experienced this behavior for the virtual hosts that are having the
directory directive. All the other vhosts are working fine.
Extract from Virtual hosts configuration file:
<VirtualHost 192.168.0.200:80>
DocumentRoot /DocumentRoot
ServerAdmin [EMAIL PROTECTED]
ServerAlias myserveralias
DirectoryIndex index.htm
</VirtualHost>
<Directory "/DocumentRoot">
AllowOverride All
Allow from from all
Order allow,deny
</Directory>
Hope this will help!
Regards,
Alex
--
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]