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 2012/10/05 03:56:04 UTC

[Bug 53970] New: Network control directives affects internal subrequests

https://issues.apache.org/bugzilla/show_bug.cgi?id=53970

          Priority: P2
            Bug ID: 53970
          Assignee: bugs@httpd.apache.org
           Summary: Network control directives affects internal
                    subrequests
          Severity: normal
    Classification: Unclassified
          Reporter: phodur@zoznam.sk
          Hardware: PC
            Status: NEW
           Version: 2.2.23
         Component: Core
           Product: Apache httpd-2

Network access control directives (Order, Deny, Allow) affects internal
subrequests. For example:


AddHandler php5-script .php
Action php5-script /cgi-bin/php5

ScriptAlias /cgi-bin/ "/usr/local/www/apache22/cgi-bin/"

<Directory "/usr/local/www/apache22/cgi-bin">
    AllowOverride None
    Options None
    Order allow,deny
    Deny from all
</Directory>


Action directive fires internal subrequest to /cgi-bin/php5/[ORIGINAL URL], but
this request is incorrectly denied by "Deny from all" directive inside
<Directory> container

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