You are viewing a plain text version of this content. The canonical link for it is here.
Posted to bugs@httpd.apache.org by bu...@apache.org on 2008/07/11 14:11:11 UTC

DO NOT REPLY [Bug 45378] New: Slow server response when using DIRECTORY directive

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: bugs@httpd.apache.org
        ReportedBy: piki@piki.ro


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 webmaster@myhost.com
        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: bugs-unsubscribe@httpd.apache.org
For additional commands, e-mail: bugs-help@httpd.apache.org


DO NOT REPLY [Bug 45378] Slow server response when using DIRECTORY directive

Posted by bu...@apache.org.
https://issues.apache.org/bugzilla/show_bug.cgi?id=45378


Nick Kew <ni...@webthing.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|                            |INVALID




--- Comment #1 from Nick Kew <ni...@webthing.com>  2008-07-11 09:30:09 PST ---
Please use a user support forum.  You'll need a better problem description:
what you have doesn't make sense, and would generate a syntax error on startup.


-- 
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: bugs-unsubscribe@httpd.apache.org
For additional commands, e-mail: bugs-help@httpd.apache.org


DO NOT REPLY [Bug 45378] Slow server response when using DIRECTORY directive

Posted by bu...@apache.org.
https://issues.apache.org/bugzilla/show_bug.cgi?id=45378





--- Comment #2 from Alex <pi...@piki.ro>  2008-07-11 09:44:23 PST ---
(In reply to comment #1)
> Please use a user support forum.  You'll need a better problem description:
> what you have doesn't make sense, and would generate a syntax error on startup.

Sorry for the trouble!

I don't get any errors even with debug logging.
What does not make sense?

Extract from vhost.conf

<VirtualHost 192.168.0.200:80>
        DocumentRoot /DocumentRoot
        ServerAdmin webmaster@myhost.com
        ServerAlias myserveralias
        DirectoryIndex index.htm
</VirtualHost>

<Directory "/">
        Options FollowSymLinks
        AllowOverride None
</Directory>

<Directory "/DocumentRoot">
       AllowOverride All
       Allow from from all
       Order allow,deny
</Directory>



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: bugs-unsubscribe@httpd.apache.org
For additional commands, e-mail: bugs-help@httpd.apache.org