|
Apache HTTPD
|
#include <http_config.h>
Public Attributes | |
| const char * | name |
| cmd_func | func |
| void * | cmd_data |
| int | req_override |
| enum cmd_how | args_how |
| const char * | errmsg |
Definition at line 204 of file http_config.h.
What the command expects as arguments
Definition at line 214 of file http_config.h.
| void* command_struct::cmd_data |
Extra data, for functions which implement multiple commands...
Definition at line 210 of file http_config.h.
'usage' message, in case of syntax errors
Definition at line 217 of file http_config.h.
| cmd_func command_struct::func |
The function to be called when this directive is parsed
Definition at line 208 of file http_config.h.
Name of this command
Definition at line 206 of file http_config.h.
| int command_struct::req_override |
What overrides need to be allowed to enable this command.
Definition at line 212 of file http_config.h.