Is running apache as a root is a security risk?
Answers were Sorted based on User's Feedback
Answer / abhay
No.root process opens port 80, but never listens to it, so
no user will actually enter the site with root rights. If
you kill the root process, you will see the other kids
disappear as well.
| Is This Answer Correct ? | 9 Yes | 1 No |
Answer / josey
Yes it is a big risk, it is always advisable to have it as
a sperate UID AND GID
| Is This Answer Correct ? | 8 Yes | 2 No |
Answer / abner
To open a standard port (http 80) one should have "root"
privilege.
This process running as root isn't used to establish a 3 way
handshake with hosts.
| Is This Answer Correct ? | 2 Yes | 2 No |
Who developed apache?
How does apache server work?
What is the use of mod_perl module?
Is running apache as a root is a security risk?
How to get support for apache web server if something wrong?
What is the default apache directory?
What is apache virtual host?
What is apache software used for?
How to create a csr?
What is use of mpm in apache?
How do I know if apache is installed?
Is apache an operating system?