From Fedora Project Wiki

(Created page with "The Apache HTTP Server is the main web server worldwide == Installation == <pre>$ su root $ yum install httpd</pre>")
 
No edit summary
Line 4: Line 4:
<pre>$ su root
<pre>$ su root
$ yum install httpd</pre>
$ yum install httpd</pre>
== Configuration ==
Configuration files are stored under <code>/etc/httpd/conf.d/</code> and <code>/etc/httpd/conf/httpd.conf is the main configuration file

Revision as of 19:35, 1 May 2014

The Apache HTTP Server is the main web server worldwide

Installation

$ su root
$ yum install httpd

Configuration

Configuration files are stored under /etc/httpd/conf.d/ and /etc/httpd/conf/httpd.conf is the main configuration file