Is running apache as a root is a security risk?

Answers were Sorted based on User's Feedback



Is running apache as a root is a security risk?..

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

Is running apache as a root is a security risk?..

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

Is running apache as a root is a security risk?..

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

Post New Answer

More Apache Interview Questions

How do you check for the httpd.conf consistency and any errors in it?

8 Answers  


What is meant by a valid server name directive?

0 Answers  


What is htpasswd?

0 Answers  


What is the latest version of apache web server?

0 Answers  


What are the types of virtual hosts?

0 Answers  


What is apache access?

0 Answers  


What is apache http server used for?

0 Answers  


What are "multiviews"?

1 Answers  


I use IIS 6 and Apache 2.0.52 and I want to need connector IIS with tomcat. My tomcat using 8080 IIS using 80 my Apache application name is workspace and how can I use http://myserverip/workspace ? with isapi or anaother connector Best regards.

0 Answers   CNN,


How to stop/start apache web server?

0 Answers  


Explain about mod_vhost_alias?

0 Answers  


How do I start apache tomcat?

0 Answers  


Categories