]> granicus.if.org Git - apache/commit
Now all should be well. AcceptPathInfo on will give us a document with
authorWilliam A. Rowe Jr <wrowe@apache.org>
Thu, 13 Dec 2001 05:49:27 +0000 (05:49 +0000)
committerWilliam A. Rowe Jr <wrowe@apache.org>
Thu, 13 Dec 2001 05:49:27 +0000 (05:49 +0000)
commiteb97d00960a74ff77cc89838a3e55bfbdd1b1162
tree0cf6341ea94c81e98c6b1ad052f9a7137e84a20d
parenta36725c9ea07c967e8d633141c32dfb5cf96cc91
  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.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@92444 13f79535-47bb-0310-9956-ffa450edef68
server/core.c