You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@httpd.apache.org by Joshua Slive <jo...@slive.ca> on 2001/12/13 16:30:06 UTC

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@apache.org [mailto:wrowe@apache.org]


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@httpd.apache.org
For additional commands, e-mail: users-help@httpd.apache.org