<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
		<id>https://briansnelson.com/index.php?action=history&amp;feed=atom&amp;title=Install_Apache_Web_Server_Centos_7</id>
		<title>Install Apache Web Server Centos 7 - Revision history</title>
		<link rel="self" type="application/atom+xml" href="https://briansnelson.com/index.php?action=history&amp;feed=atom&amp;title=Install_Apache_Web_Server_Centos_7"/>
		<link rel="alternate" type="text/html" href="https://briansnelson.com/index.php?title=Install_Apache_Web_Server_Centos_7&amp;action=history"/>
		<updated>2026-06-04T08:59:53Z</updated>
		<subtitle>Revision history for this page on the wiki</subtitle>
		<generator>MediaWiki 1.24.1</generator>

	<entry>
		<id>https://briansnelson.com/index.php?title=Install_Apache_Web_Server_Centos_7&amp;diff=780&amp;oldid=prev</id>
		<title>Brian: Created page with &quot;==Install Apache Web Server on Centos 7==  The Apache HTTP Server Project is an effort to develop and maintain an open-source HTTP server for modern operating systems includin...&quot;</title>
		<link rel="alternate" type="text/html" href="https://briansnelson.com/index.php?title=Install_Apache_Web_Server_Centos_7&amp;diff=780&amp;oldid=prev"/>
				<updated>2014-07-09T18:47:14Z</updated>
		
		<summary type="html">&lt;p&gt;Created page with &amp;quot;==Install Apache Web Server on Centos 7==  The Apache HTTP Server Project is an effort to develop and maintain an open-source HTTP server for modern operating systems includin...&amp;quot;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;==Install Apache Web Server on Centos 7==&lt;br /&gt;
&lt;br /&gt;
The Apache HTTP Server Project is an effort to develop and maintain an open-source HTTP server for modern operating systems including UNIX and Windows NT. The goal of this project is to provide a secure, efficient and extensible server that provides HTTP services in sync with the current HTTP standards.&lt;br /&gt;
&lt;br /&gt;
===Yum Install Apache/httpd===&lt;br /&gt;
&lt;br /&gt;
 yum install httpd&lt;br /&gt;
&lt;br /&gt;
===Enable httpd service to start on boot===&lt;br /&gt;
&lt;br /&gt;
 systemctl enable httpd.service&lt;br /&gt;
&lt;br /&gt;
You should see something like&lt;br /&gt;
&lt;br /&gt;
 ln -s '/usr/lib/systemd/system/httpd.service' '/etc/systemd/system/multi-user.target.wants/httpd.service'&lt;br /&gt;
&lt;br /&gt;
===Disable httpd service from start on boot===&lt;br /&gt;
&lt;br /&gt;
 systemctl disable httpd.service&lt;br /&gt;
&lt;br /&gt;
===Start/Stop/Restart Apache===&lt;br /&gt;
&lt;br /&gt;
Start&lt;br /&gt;
 systemctl start httpd.service&lt;br /&gt;
Stop&lt;br /&gt;
 systemctl stop httpd.service&lt;br /&gt;
Restart&lt;br /&gt;
 systemctl restart httpd.service&lt;br /&gt;
&lt;br /&gt;
===Check if Apache is Running===&lt;br /&gt;
&lt;br /&gt;
Is Running&lt;br /&gt;
 systemctl is-active httpd.service&lt;/div&gt;</summary>
		<author><name>Brian</name></author>	</entry>

	</feed>