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 2004/04/23 13:27:21 UTC

DO NOT REPLY [Bug 28553] New: - Action / SetHandler feature

DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://issues.apache.org/bugzilla/show_bug.cgi?id=28553>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND 
INSERTED IN THE BUG DATABASE.

http://issues.apache.org/bugzilla/show_bug.cgi?id=28553

Action / SetHandler feature

           Summary: Action / SetHandler feature
           Product: Apache httpd-2.0
           Version: 2.0.49
          Platform: PC
        OS/Version: Windows XP
            Status: NEW
          Severity: Major
          Priority: Other
         Component: mod_actions
        AssignedTo: bugs@httpd.apache.org
        ReportedBy: bjoergenaess@hotmail.com


In a location called /exec (as in http://www.addr.tld/exec), I've placed 
a .htaccess file containing:

Action exec-php /exec.php

SetHandler exec-php

When using Apache 1.3.29, this will allow all requests for files in the /exec 
location to be handled by /exec.php, no matter if the requested file is 
physically present or not. Apache2 wont allow this unless the file is 
physically present and gives an 404 file not found, if its not there.
I've experienced similar problems using Apache2 on Linux.

---------------------------------------------------------------------
To unsubscribe, e-mail: bugs-unsubscribe@httpd.apache.org
For additional commands, e-mail: bugs-help@httpd.apache.org