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

/httpd/modules/arch/unix/
H A Dmod_unixd.c154 "Cannot chroot when not started as root");
165 if (chroot(ap_unixd_config.chroot_dir) != 0) {
168 "Can't chroot to %s", ap_unixd_config.chroot_dir);
369 "The directory to chroot(2) into"),

Completed in 19 milliseconds