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

/httpd/modules/arch/unix/
H A Dmod_unixd.c338 char *no_root = ""; local
342 no_root = " not_used";
345 ap_unixd_config.user_name, (unsigned long)uid, no_root);
347 ap_unixd_config.group_name, (unsigned long)gid, no_root);
350 ap_unixd_config.chroot_dir, no_root);

Completed in 10 milliseconds