Threat level definition
Search:
Home
Bugtraq
Vulnerabilities
Mailing Lists
Jobs
Tools
Vista
News
Infocus
Foundations
Microsoft
Unix
IDS
Incidents
Virus
Pen-Test
Firewalls
Columnists
Mailing Lists
Newsletters
Bugtraq
Focus on IDS
Focus on Linux
Focus on Microsoft
Forensics
Pen-test
Security Basics
Vuln Dev
Vulnerabilities
Jobs
Job Opportunities
Resumes
Job Seekers
Employers
Tools
RSS
News
Vulns
Security Research
Securing Apache 2: Step-by-Step
Artur Maj
Submit Comment
Mode:
Threaded
Flat
Name:
Subject:
Message:
Enter the characters that appear above
Re: Securing Apache 2: Step-by-Step
2007-11-08
Fabien
This is not fully the case: we see that we have a dedicated user and group in the httpd.conf file.
The directives are:
User apache
Group apache
And when the main process running as root is starting, it will put the port(s) in LISTEN mode, fork the main process into several sub-processes...
[ more ]
Privacy Statement
Copyright 2008, SecurityFocus
Fabien
The directives are:
User apache
Group apache
And when the main process running as root is starting, it will put the port(s) in LISTEN mode, fork the main process into several sub-processes...
[ more ]