Apache: Difference between revisions

From Hackepedia
Jump to navigationJump to search
No edit summary
No edit summary
 
Line 3: Line 3:


[http://httpd.apache.org Apache official website]
[http://httpd.apache.org Apache official website]
One directive you might want to add to your httpd.conf:
TraceEnable off
and then run
# apachectl graceful

Latest revision as of 18:57, 13 December 2007

The most popular web server on the internet since April 1996. This means when you connect to the www, often with a Browser like Firefox, it is most likely connecting to an Apache web server.


Apache official website

One directive you might want to add to your httpd.conf:

TraceEnable off

and then run

# apachectl graceful