Searched refs:AP_HTTPD_USER (Results 1 - 2 of 2) sorted by relevance

/httpd/support/
H A Dsuexec.h38 #ifndef AP_HTTPD_USER
39 #define AP_HTTPD_USER "www" macro
H A Dsuexec.c326 || (! 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 764 milliseconds