»
Linux
»
Examen sur Linux
»
Examen 202 : Networking Administration
»
Section 3
»
Question 1/20
1.You are trying to secure Apache. After successfully setting up Apache to run inside a chroot jail, you try to run it as a non-root user, and find that httpd no longer starts. What is the most probable cause?
Apache needs to start as root to bind to port 80.
Apache can’t read the main index.html file because it wasn’t moved into the chroot environment.
A LoadModule line for mod_chroot needs to be added to httpd.conf.
Apache requires a VirtualHost directive when running form a chroot environment.
The mod_chroot configuration needs the absolute path to the chroot environment.
Reference
Question 2 »