<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>http://micro.stanford.edu/mediawiki/index.php?action=history&amp;feed=atom&amp;title=QnA</id>
	<title>QnA - Revision history</title>
	<link rel="self" type="application/atom+xml" href="http://micro.stanford.edu/mediawiki/index.php?action=history&amp;feed=atom&amp;title=QnA"/>
	<link rel="alternate" type="text/html" href="http://micro.stanford.edu/mediawiki/index.php?title=QnA&amp;action=history"/>
	<updated>2026-07-05T10:53:59Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.39.7</generator>
	<entry>
		<id>http://micro.stanford.edu/mediawiki/index.php?title=QnA&amp;diff=1002&amp;oldid=prev</id>
		<title>Kwkang: New page: == Error 404 when running &#039;&#039;&#039;apachectl status&#039;&#039;&#039; ==  If you see Error 404 or &quot;Object not found&quot; when you run   $ /usr/sbin/apachectl status  in your terminal, it probably happens either be...</title>
		<link rel="alternate" type="text/html" href="http://micro.stanford.edu/mediawiki/index.php?title=QnA&amp;diff=1002&amp;oldid=prev"/>
		<updated>2008-01-16T00:29:22Z</updated>

		<summary type="html">&lt;p&gt;New page: == Error 404 when running &amp;#039;&amp;#039;&amp;#039;apachectl status&amp;#039;&amp;#039;&amp;#039; ==  If you see Error 404 or &amp;quot;Object not found&amp;quot; when you run   $ /usr/sbin/apachectl status  in your terminal, it probably happens either be...&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;== Error 404 when running &amp;#039;&amp;#039;&amp;#039;apachectl status&amp;#039;&amp;#039;&amp;#039; ==&lt;br /&gt;
&lt;br /&gt;
If you see Error 404 or &amp;quot;Object not found&amp;quot; when you run&lt;br /&gt;
&lt;br /&gt;
 $ /usr/sbin/apachectl status&lt;br /&gt;
&lt;br /&gt;
in your terminal, it probably happens either because you do not have the module &amp;quot;mod_status&amp;quot; compiled with HTTP server or because the module simply is not loaded. First, you check the compiled modules by typing&lt;br /&gt;
&lt;br /&gt;
 $ /usr/sbin/apachectl -l | grep status&lt;br /&gt;
&lt;br /&gt;
If you see &amp;#039;&amp;#039;&amp;#039;mod_status.c&amp;#039;&amp;#039;&amp;#039;, the module is compiled correctly. Then you check the configuration file to see if it is loaded. In &amp;quot;httpd.conf&amp;quot; file, I found that the following line is commented out and I changed it to be included.&lt;br /&gt;
&lt;br /&gt;
 # Real-time info on requests and configuration&lt;br /&gt;
 Include conf/extra/httpd-info.conf&lt;br /&gt;
&lt;br /&gt;
I also modified the &amp;#039;&amp;#039;&amp;#039;Allow&amp;#039;&amp;#039;&amp;#039; directive in the file &amp;quot;httpd-info.conf&amp;quot;, to allow only local access such as &lt;br /&gt;
&lt;br /&gt;
 Allow from 127.0.0.1&lt;br /&gt;
&lt;br /&gt;
At last, the command &amp;#039;&amp;#039;&amp;#039;apachectl status&amp;#039;&amp;#039;&amp;#039; can give the following info&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
                       Apache Server Status for localhost&lt;br /&gt;
&lt;br /&gt;
   Server Version: Apache/2.2.6 (Unix) mod_ssl/2.2.6 OpenSSL/0.9.8b DAV/2&lt;br /&gt;
   PHP/5.2.4 SVN/1.4.5&lt;br /&gt;
&lt;br /&gt;
   Server Built: Oct 9 2007 10:27:16&lt;br /&gt;
&lt;br /&gt;
   --------------------------------------------------------------------------&lt;br /&gt;
&lt;br /&gt;
   Current Time: Tuesday, 15-Jan-2008 16:25:12 PST&lt;br /&gt;
&lt;br /&gt;
   Restart Time: Tuesday, 15-Jan-2008 16:23:39 PST&lt;br /&gt;
&lt;br /&gt;
   Parent Server Generation: 0&lt;br /&gt;
&lt;br /&gt;
   Server uptime: 1 minute 33 seconds&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;/div&gt;</summary>
		<author><name>Kwkang</name></author>
	</entry>
</feed>