Apache: Difference between revisions
From Hackepedia
Jump to navigationJump to search
No edit summary |
No edit summary |
||
(One intermediate revision by the same user not shown) | |||
Line 1: | Line 1: | ||
The most popular web server on the internet since April 1996. This means when you connect to the | 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. | ||
[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 |