AP_HTTPD_USER 291 support/suexec.c || (! strcasecmp(AP_HTTPD_USER, pw->pw_name)))
AP_HTTPD_USER 293 support/suexec.c || (! strcmp(AP_HTTPD_USER, pw->pw_name)))
AP_HTTPD_USER 302 support/suexec.c #ifdef AP_HTTPD_USER
AP_HTTPD_USER 303 support/suexec.c fprintf(stderr, " -D AP_HTTPD_USER=\"%s\"\n", AP_HTTPD_USER);
AP_HTTPD_USER 341 support/suexec.c if (strcasecmp(AP_HTTPD_USER, pw->pw_name)) {
AP_HTTPD_USER 342 support/suexec.c log_err("user mismatch (%s instead of %s)\n", pw->pw_name, AP_HTTPD_USER);
AP_HTTPD_USER 346 support/suexec.c if (strcmp(AP_HTTPD_USER, pw->pw_name)) {
AP_HTTPD_USER 347 support/suexec.c log_err("user mismatch (%s instead of %s)\n", pw->pw_name, AP_HTTPD_USER);
AP_HTTPD_USER 38 support/suexec.h #ifndef AP_HTTPD_USER