How to fix Apache httpd error: [:crit] [pid xxxx] (2)No such file or directory: AH00141: Could not initialize random number generator
How to fix Apache httpd error: [:crit] [pid xxxx] (2)No such file or directory: AH00141: Could not initialize random number generator.
Then test it:
This error might be offen happen when using chroot and no urandom in /dev folder of your chroot dir.
Simply just mount the /dev folder to your chroot dir:
mount -o bind /dev $chroot_dir/dev/
Then test it:
httpd -v
Server version: Apache/2.4.34 (Unix)
Server built: Jul 19 2018 03:32:51
Komentar
Posting Komentar