https://issues.apache.org/bugzilla/show_bug.cgi?id=47189
Summary: # comments in allow from make requests slow
Product: Apache httpd-2
Version: 2.2.11
Platform: PC
OS/Version: Windows Server 2003
Status: NEW
Severity: normal
Priority: P2
Component: mod_access
AssignedTo: [email protected]
ReportedBy: [email protected]
I'm running Apache 2.2.11 on Windows 2003 with the following in my vhost files:
---------
Order deny,allow
Deny from all
Allow from 87.63.220.163 # Comment
---------
when using this any requests are really slow to the site. around 4 secs
If I change this to:
---------
Order deny,allow
Deny from all
# Comment
Allow from 87.63.220.163
---------
the requests are fast again!
So it seems like comments on the same line makes the requests slow!
--
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]