Google
 

Possible values for request_rec.used_path_info
[HTTP Daemon Routine]


Defines

#define AP_REQ_ACCEPT_PATH_INFO   0
#define AP_REQ_REJECT_PATH_INFO   1
#define AP_REQ_DEFAULT_PATH_INFO   2

Detailed Description

Possible values for request_rec.used_path_info:

Define Documentation

#define AP_REQ_ACCEPT_PATH_INFO   0

Accept the path_info from the request

#define AP_REQ_DEFAULT_PATH_INFO   2

Module may chose to use the given path_info

#define AP_REQ_REJECT_PATH_INFO   1

Return a 404 error if path_info was given


Generated on Sun Jul 1 10:07:08 2007 by Doxygen 1.5.2. This rendition of the open source Apache HTTP Server header documentation is not endorsed by or affiliated with the Apache Software Foundation.