From Fedora Project Wiki
Javiertury (talk | contribs) No edit summary |
Javiertury (talk | contribs) |
||
Line 4: | Line 4: | ||
<pre>$ su root | <pre>$ su root | ||
$ yum install httpd</pre> | $ yum install httpd</pre> | ||
Enable start on boot | |||
<pre>$ systemctl enable httpd</pre> | |||
== Configuration == | == Configuration == | ||
Configuration files are stored under <code>/etc/httpd/conf.d/</code> and <code>/etc/httpd/conf/httpd.conf is the main configuration file | 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:39, 1 May 2014
The Apache HTTP Server is the main web server worldwide
Installation
$ su root $ yum install httpd
Enable start on boot
$ systemctl enable httpd
Configuration
Configuration files are stored under /etc/httpd/conf.d/
and /etc/httpd/conf/httpd.conf is the main configuration file