Difference between revisions of "Apache"

From Hackepedia
Jump to navigationJump to search
 
 
(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 [[web]], often with a [[Browser]] like [[Firefox]], it is most likely connecting to an Apache web server.
+
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

Latest revision as of 19: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