Searched refs:AP_HTTPD_USER (Results 1 - 2 of 2) sorted by relevance
/httpd/support/ |
H A D | suexec.h | 38 #ifndef AP_HTTPD_USER 39 #define AP_HTTPD_USER "www" macro
|
H A D | suexec.c | 326 || (! strcasecmp(AP_HTTPD_USER, pw->pw_name))) 328 || (! strcmp(AP_HTTPD_USER, pw->pw_name))) 337 #ifdef AP_HTTPD_USER 338 fprintf(stderr, " -D AP_HTTPD_USER=\"%s\"\n", AP_HTTPD_USER); 378 if (strcasecmp(AP_HTTPD_USER, pw->pw_name)) { 379 log_err("user mismatch (%s instead of %s)\n", pw->pw_name, AP_HTTPD_USER); 383 if (strcmp(AP_HTTPD_USER, pw->pw_name)) { 384 log_err("user mismatch (%s instead of %s)\n", pw->pw_name, AP_HTTPD_USER);
|
Completed in 739 milliseconds