Apache must be started with root privileges. Why? Why does this action not present a security risk?
What will be an ideal response?
By default, httpd listens on port 80, which is a privileged port. Only a pro-
cess with root privileges can use privileged ports, so you must start Apache
with root privileges. Starting Apache with root privileges does not pose a
security risk because Apache uses child processes running as apache to serve
pages. The original httpd process running with root privileges remains but
does not interact over the network.
You might also like to view...
You can help keep your system safe by keeping your browser and operating system updated
Indicate whether the statement is true or false
The conditional expression in the while statement is enclosed within ____________________ following the keyword while.
Fill in the blank(s) with the appropriate word(s).
What are the three defined implementations of Fast Ethernet?
What will be an ideal response?
The _____ attribute of the decimal-format element represents the character used to represent negative values.
A. ?minus-sign B. ?NaN C. ?zero-digit D. ?pattern-separator?