Searched refs:user_name (Results 1 - 6 of 6) sorted by relevance
/httpd/modules/arch/unix/ |
H A D | mod_unixd.c | 63 const char *user_name; 94 if (ap_unixd_config.user_name[0] == '#') { 96 uid_t uid = atol(&ap_unixd_config.user_name[1]); 109 name = ap_unixd_config.user_name; 183 os_init_job_environment(NULL, ap_unixd_config.user_name, ap_exists_config_define("DEBUG")) != 0 || 218 ap_unixd_config.user_name = arg; 302 ap_unixd_config.user_name = DEFAULT_USER; 345 ap_unixd_config.user_name, (unsigned long)uid, no_root);
|
/httpd/os/bs2000/ |
H A D | os.c | 76 int os_init_job_environment(server_rec *server, const char *user_name, int one_process) argument
|
/httpd/os/unix/ |
H A D | unixd.h | 75 const char *user_name; member in struct:__anon349
|
H A D | unixd.c | 484 int os_init_job_environment(server_rec *server, const char *user_name, int one_process) argument
|
/httpd/include/ |
H A D | httpd.h | 2147 extern int os_init_job_environment(server_rec *s, const char *user_name, int one_process);
|
/httpd/server/mpm/prefork/ |
H A D | prefork.c | 783 if ((pid = os_fork(ap_unixd_config.user_name)) == -1) {
|
Completed in 25 milliseconds