<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	
	>
<channel>
	<title>
	Comments on: How to Monitor Apache Performance Using mod_status in Ubuntu	</title>
	<atom:link href="https://www.tecmint.com/ubuntu-apache-mod_status/feed/" rel="self" type="application/rss+xml" />
	<link>https://www.tecmint.com/ubuntu-apache-mod_status/</link>
	<description>Tecmint - Linux Howtos, Tutorials, Guides, News, Tips and Tricks.</description>
	<lastBuildDate>Mon, 22 Apr 2024 03:36:00 +0000</lastBuildDate>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	
	<item>
		<title>
		By: Ravi Saive		</title>
		<link>https://www.tecmint.com/ubuntu-apache-mod_status/comment-page-1/#comment-2161270</link>

		<dc:creator><![CDATA[Ravi Saive]]></dc:creator>
		<pubDate>Mon, 22 Apr 2024 03:36:00 +0000</pubDate>
		<guid isPermaLink="false">https://www.tecmint.com/?p=40049#comment-2161270</guid>

					<description><![CDATA[In reply to &lt;a href=&quot;https://www.tecmint.com/ubuntu-apache-mod_status/comment-page-1/#comment-2160473&quot;&gt;James&lt;/a&gt;.

@James,

First confirm that the &lt;strong&gt;mod_status&lt;/strong&gt; module is enabled in your Apache configuration by running:
&lt;pre&gt;
sudo a2enmod status
&lt;/pre&gt;
Next, add your IP address in Apache configuration file as shown.
&lt;pre&gt;
&#060;Location /server-status&#062;
    SetHandler server-status
    Require ip your_ip_address
&#060;/Location&#062;
&lt;/pre&gt;
Replace &lt;strong&gt;your_ip_address&lt;/strong&gt; with the IP address from which you want to access the server status page. You can also use &lt;strong&gt;Require all granted&lt;/strong&gt; to allow access from all IP addresses, but this is less secure.

Restart the Apache service to apply the changes and access the page again.]]></description>
			<content:encoded><![CDATA[<p>In reply to <a target="_blank" href="https://www.tecmint.com/ubuntu-apache-mod_status/comment-page-1/#comment-2160473">James</a>.</p>
<p>@James,</p>
<p>First confirm that the <strong>mod_status</strong> module is enabled in your Apache configuration by running:</p>
<pre>
sudo a2enmod status
</pre>
<p>Next, add your IP address in Apache configuration file as shown.</p>
<pre>
&lt;Location /server-status&gt;
    SetHandler server-status
    Require ip your_ip_address
&lt;/Location&gt;
</pre>
<p>Replace <strong>your_ip_address</strong> with the IP address from which you want to access the server status page. You can also use <strong>Require all granted</strong> to allow access from all IP addresses, but this is less secure.</p>
<p>Restart the Apache service to apply the changes and access the page again.</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: James		</title>
		<link>https://www.tecmint.com/ubuntu-apache-mod_status/comment-page-1/#comment-2160473</link>

		<dc:creator><![CDATA[James]]></dc:creator>
		<pubDate>Sat, 20 Apr 2024 10:28:24 +0000</pubDate>
		<guid isPermaLink="false">https://www.tecmint.com/?p=40049#comment-2160473</guid>

					<description><![CDATA[Why am I getting a 404 error when trying to access &quot;&lt;code&gt;https://ip-addr/server-status&lt;/code&gt;&quot;?]]></description>
			<content:encoded><![CDATA[<p>Why am I getting a 404 error when trying to access &#8220;<code>https://ip-addr/server-status</code>&#8220;?</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Mahesh Hadiya		</title>
		<link>https://www.tecmint.com/ubuntu-apache-mod_status/comment-page-1/#comment-1898632</link>

		<dc:creator><![CDATA[Mahesh Hadiya]]></dc:creator>
		<pubDate>Sat, 15 Oct 2022 12:45:06 +0000</pubDate>
		<guid isPermaLink="false">https://www.tecmint.com/?p=40049#comment-1898632</guid>

					<description><![CDATA[Thank you for the tutorial.

I followed your steps and got the 403 error, I try many things but 403 is not resolved can you please help me?]]></description>
			<content:encoded><![CDATA[<p>Thank you for the tutorial.</p>
<p>I followed your steps and got the 403 error, I try many things but 403 is not resolved can you please help me?</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: James Kiarie		</title>
		<link>https://www.tecmint.com/ubuntu-apache-mod_status/comment-page-1/#comment-1368544</link>

		<dc:creator><![CDATA[James Kiarie]]></dc:creator>
		<pubDate>Wed, 30 Sep 2020 17:17:38 +0000</pubDate>
		<guid isPermaLink="false">https://www.tecmint.com/?p=40049#comment-1368544</guid>

					<description><![CDATA[In reply to &lt;a href=&quot;https://www.tecmint.com/ubuntu-apache-mod_status/comment-page-1/#comment-1368135&quot;&gt;Luis&lt;/a&gt;.

Hey Luis, The first screenshot is the status page for Apache&#039;s site -apache.org. For the guide, I was using a Ubuntu VM whose server status is illustrated in the last image.]]></description>
			<content:encoded><![CDATA[<p>In reply to <a target="_blank" href="https://www.tecmint.com/ubuntu-apache-mod_status/comment-page-1/#comment-1368135">Luis</a>.</p>
<p>Hey Luis, The first screenshot is the status page for Apache&#8217;s site -apache.org. For the guide, I was using a Ubuntu VM whose server status is illustrated in the last image.</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Fex		</title>
		<link>https://www.tecmint.com/ubuntu-apache-mod_status/comment-page-1/#comment-1368468</link>

		<dc:creator><![CDATA[Fex]]></dc:creator>
		<pubDate>Wed, 30 Sep 2020 14:50:24 +0000</pubDate>
		<guid isPermaLink="false">https://www.tecmint.com/?p=40049#comment-1368468</guid>

					<description><![CDATA[In reply to &lt;a href=&quot;https://www.tecmint.com/ubuntu-apache-mod_status/comment-page-1/#comment-1368135&quot;&gt;Luis&lt;/a&gt;.

Text on the bottom.

I managed to get the graphical display following instructions on https://github.com/Humbedooh/server-status

For Ubuntu:

First, you need to enable Lua module.
&lt;pre&gt;
$ sudo a2enmod lua
&lt;/pre&gt;
Download &lt;strong&gt;server-status.lua&lt;/strong&gt; from the Github link above and save it somewhere.

Then edit &lt;strong&gt;/etc/apache2/mods-enabled/status.conf&lt;/strong&gt; and add somewhere (I added it just below &quot;&lt;strong&gt;require local&lt;/strong&gt;&quot;)
&lt;pre&gt;
LuaMapHandler ^/server-status$ /path/to/server-status.lua
&lt;/pre&gt;
Finally restart Apache.]]></description>
			<content:encoded><![CDATA[<p>In reply to <a target="_blank" href="https://www.tecmint.com/ubuntu-apache-mod_status/comment-page-1/#comment-1368135">Luis</a>.</p>
<p>Text on the bottom.</p>
<p>I managed to get the graphical display following instructions on <a target="_blank" href="https://github.com/Humbedooh/server-status" rel="nofollow ugc">https://github.com/Humbedooh/server-status</a></p>
<p>For Ubuntu:</p>
<p>First, you need to enable Lua module.</p>
<pre>
$ sudo a2enmod lua
</pre>
<p>Download <strong>server-status.lua</strong> from the Github link above and save it somewhere.</p>
<p>Then edit <strong>/etc/apache2/mods-enabled/status.conf</strong> and add somewhere (I added it just below &#8220;<strong>require local</strong>&#8220;)</p>
<pre>
LuaMapHandler ^/server-status$ /path/to/server-status.lua
</pre>
<p>Finally restart Apache.</p>
]]></content:encoded>
		
			</item>
	</channel>
</rss>
