Hello,
I am a french user of FreeBSD so excuse me for my futur faults.
I am trying to chroot Apache, but when I start it, I have an error in the log.
On Google, this error is due to the device /dev/null which is not present.
I created this device, but I had always this error.
can you help me please
Thanks a lot
I am a french user of FreeBSD so excuse me for my futur faults.
I am trying to chroot Apache, but when I start it, I have an error in the log.
PHP:
[crit] (45)Operation not supported: apr_proc_detach failed
Pre-configuration failed
On Google, this error is due to the device /dev/null which is not present.
I created this device, but I had always this error.
PHP:
$ ls -l /dev/null
crw-rw-rw- 1 root wheel 0, 8 Sep 7 05:50 /dev/null
$ mknod /chroot/dev/null c 0 8
$ chmod 666 /chroot/dev/null
$ ls -l /chroot/dev/null
crw-rw-rw- 1 root wheel 0, 8 Sep 5 18:27 /chroot/dev/null
can you help me please
Thanks a lot