<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://wiki.kats-sites.net/w/index.php?action=history&amp;feed=atom&amp;title=Apache2_on_RPi</id>
	<title>Apache2 on RPi - Revision history</title>
	<link rel="self" type="application/atom+xml" href="https://wiki.kats-sites.net/w/index.php?action=history&amp;feed=atom&amp;title=Apache2_on_RPi"/>
	<link rel="alternate" type="text/html" href="https://wiki.kats-sites.net/w/index.php?title=Apache2_on_RPi&amp;action=history"/>
	<updated>2026-04-29T13:35:45Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.34.2</generator>
	<entry>
		<id>https://wiki.kats-sites.net/w/index.php?title=Apache2_on_RPi&amp;diff=232&amp;oldid=prev</id>
		<title>Kat: Created page with &quot;==Install Apache2==  : This is the most popular web server software in the world. First see if it is already installed:  # Open Terminal # Enter: &lt;code&gt;sudo systemctl status a...&quot;</title>
		<link rel="alternate" type="text/html" href="https://wiki.kats-sites.net/w/index.php?title=Apache2_on_RPi&amp;diff=232&amp;oldid=prev"/>
		<updated>2021-01-17T04:00:02Z</updated>

		<summary type="html">&lt;p&gt;Created page with &amp;quot;==Install Apache2==  : This is the most popular web server software in the world. First see if it is already installed:  # Open Terminal # Enter: &amp;lt;code&amp;gt;sudo systemctl status a...&amp;quot;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;==Install Apache2==&lt;br /&gt;
&lt;br /&gt;
: This is the most popular web server software in the world. First see if it is already installed:&lt;br /&gt;
&lt;br /&gt;
# Open Terminal&lt;br /&gt;
# Enter:&lt;br /&gt;
&amp;lt;code&amp;gt;sudo systemctl status apache2&amp;lt;/code&amp;gt;&lt;br /&gt;
# If the status is &amp;quot;active&amp;quot;, you&amp;#039;re done -- Apache is installed and running.&lt;br /&gt;
&lt;br /&gt;
: If the status is &amp;quot;not found&amp;quot;, &amp;quot;not active&amp;quot; or words to that effect, proceed as follows:&lt;br /&gt;
&lt;br /&gt;
: See if Apache2 is installed:&lt;br /&gt;
&lt;br /&gt;
# Open Terminal&lt;br /&gt;
# Enter:&lt;br /&gt;
&amp;lt;code&amp;gt;ls /etc/&amp;lt;/code&amp;gt;&lt;br /&gt;
# If apache2 is not listed, install it:&lt;br /&gt;
# Enter&lt;br /&gt;
&amp;lt;code&amp;gt;sudo apt-get update&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;sudo apt-get install apache2&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;sudo apache2ctl start&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Your Home Website==&lt;br /&gt;
&lt;br /&gt;
: First, try out your web browser&lt;br /&gt;
&lt;br /&gt;
# Open a Web browser&lt;br /&gt;
# In the navigation window, enter &amp;quot;Localhost&amp;quot;.&lt;br /&gt;
# The &amp;quot;Apache2 Debian Default Page&amp;quot; should be displayed.&lt;br /&gt;
# If not, review and repeat the installation steps.&lt;br /&gt;
&lt;br /&gt;
===Where Are My Webpages?===&lt;br /&gt;
&lt;br /&gt;
: Navigate to the &amp;#039;&amp;#039;html&amp;#039;&amp;#039; directory:&lt;br /&gt;
&lt;br /&gt;
# In Terminal, enter:&lt;br /&gt;
&amp;lt;code&amp;gt;ls /var/www/html/&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
: The only file in the /html directory should be &amp;#039;&amp;#039;index.html&amp;#039;&amp;#039;. This is the &amp;quot;Apache2 Debian Default Page&amp;quot;.&lt;br /&gt;
&lt;br /&gt;
# If you want to save this file for reference, rename it or copy it to another location.&lt;br /&gt;
# Create your new homepage and save it as &amp;#039;&amp;#039;index.html&amp;#039;&amp;#039; in the /var/www/html/ directory&lt;br /&gt;
# Add whatever other pages and sub-directories you want on your site in this directory.&lt;br /&gt;
&lt;br /&gt;
: You might find it useful to create a link to the &amp;#039;&amp;#039;html&amp;#039;&amp;#039; directory in your home directory.&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
 [[Raspberry Pi|Back to Raspberry Pi]]&lt;br /&gt;
&lt;br /&gt;
[[Category:Raspberry Pi]]&lt;br /&gt;
[[Category:Web Work]]&lt;/div&gt;</summary>
		<author><name>Kat</name></author>
		
	</entry>
</feed>