Files | |
file | httpd_config.h |
HTTP server configuration (license: GPLv2). | |
Defines | |
#define | HTTPD_NAME |
The name of the server as it appears in HTTP response headers. | |
#define | HTTPD_MAX_SESSIONS |
The maximum number of HTTP requests currently in processing. | |
#define | HTTPD_AUTH_REALM |
The name of the section which needs authorization. | |
#define | HTTPD_AUTH_USER |
The user name needed for a successful authorization. | |
#define | HTTPD_AUTH_PASSWORD |
The password needed for a successful authorization. |
#define HTTPD_NAME |
The name of the server as it appears in HTTP response headers.
#define HTTPD_MAX_SESSIONS |
The maximum number of HTTP requests currently in processing.
#define HTTPD_AUTH_REALM |
The name of the section which needs authorization.
#define HTTPD_AUTH_USER |
The user name needed for a successful authorization.
#define HTTPD_AUTH_PASSWORD |
The password needed for a successful authorization.