
joshua at slive
Dec 13, 2001, 8:30 AM
Post #1 of 1
(86 views)
Permalink
|
|
PATH_INFO issue (FW: cvs commit: httpd-2.0/server core.c)
|
|
Just to settle this issue, Bill Rowe has added a new directive to Apache 2 that allows you to designate whether or not a document served by the core handler will accept PATH_INFO. This should solve the problem of /script.php/more/info not working. It will be available in the next release. -----Original Message----- From: wrowe [at] apache [mailto:wrowe [at] apache] wrowe 01/12/12 21:49:28 Modified: server core.c Log: Now all should be well. AcceptPathInfo on will give us a document with path_info served from the core handler. Any filters can then manipulate all the usual CGI envvars [as proven with this little excerpt with a <!--#printenv --> document... <FilesMatch ".*\.shtml.*"> Options +Includes SetOutputFilter INCLUDES AcceptPathInfo on </FilesMatch> a potentially questionable config, but effective. --------------------------------------------------------------------- The official User-To-User support forum of the Apache HTTP Server Project. See <URL:http://httpd.apache.org/userslist.html> for more info. To unsubscribe, e-mail: users-unsubscribe [at] httpd For additional commands, e-mail: users-help [at] httpd
|