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: [email protected] ReportedBy: [EMAIL PROTECTED] 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: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
