Defines | |
| #define | AP_REQ_ACCEPT_PATH_INFO 0 |
| #define | AP_REQ_REJECT_PATH_INFO 1 |
| #define | AP_REQ_DEFAULT_PATH_INFO 2 |
|
|
Accept the path_info from the request Definition at line 611 of file httpd.h. Referenced by default_handler(), and set_accept_path_info(). |
|
|
Module may chose to use the given path_info Definition at line 615 of file httpd.h. Referenced by core_create_req(), core_override_type(), and set_accept_path_info(). |
|
|
Return a 404 error if path_info was given Definition at line 613 of file httpd.h. Referenced by cgi_handler(), cgid_handler(), isapi_handler(), and set_accept_path_info(). |