Apache HTTPD
Macros
Possible values for request_rec.used_path_info

Macros

#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:

Macro Definition Documentation

◆ AP_REQ_ACCEPT_PATH_INFO

#define AP_REQ_ACCEPT_PATH_INFO   0

Accept the path_info from the request

Definition at line 761 of file httpd.h.

◆ AP_REQ_DEFAULT_PATH_INFO

#define AP_REQ_DEFAULT_PATH_INFO   2

Module may chose to use the given path_info

Definition at line 765 of file httpd.h.

◆ AP_REQ_REJECT_PATH_INFO

#define AP_REQ_REJECT_PATH_INFO   1

Return a 404 error if path_info was given

Definition at line 763 of file httpd.h.