Searched defs:ap_unixd_config (Results 1 - 1 of 1) sorted by relevance

/httpd/os/unix/
H A Dunixd.c53 unixd_config_rec ap_unixd_config; variable
141 if (!ap_unixd_config.suexec_enabled) {
247 buf.sem_perm.uid = ap_unixd_config.user_id;
248 buf.sem_perm.gid = ap_unixd_config.group_id;
263 if (chown(lockfile, ap_unixd_config.user_id,

Completed in 10 milliseconds