You should write to Apache mailing list, not to Nagios .... ;-)<br>Read <a href="http://httpd.apache.org/docs/2.2/mod/mod_status.html">http://httpd.apache.org/docs/2.2/mod/mod_status.html</a><br><br>The status.conf seems correct. <br>
You should be able to access the server-status page from the same host. <br>Try to access it with and without SSL (are you forcing a SSL redirect?). <br>You can also run "apache2ctl status" to check if the module is correctly loaded.<br>
<br><div class="gmail_quote">On Tue, Sep 4, 2012 at 9:11 AM, Aravinth Anto <span dir="ltr"><<a href="mailto:t-aravinth@juspay.in" target="_blank">t-aravinth@juspay.in</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
<div>I'm very new to apache. I tried to enable the server status page of apache.</div><div><br></div><div>I added the `status.conf` and `status.load` to `mods-enabled` directory. </div><div><br></div><div>I changed the config of `apache2.conf` to include all `mods-enabled` directory. </div>

<div><br></div><div>This is the config of `staus.conf`: </div><div><br></div><div><br></div><div>    <IfModule mod_status.c></div><div>    #</div><div>    # Allow server status reports generated by mod_status,</div>

<div>    # with the URL of <a href="http://servername/server-status" target="_blank">http://servername/server-status</a></div><div>    # Uncomment and change the "<a href="http://192.0.2.0/24" target="_blank">192.0.2.0/24</a>" to allow access from other hosts.</div>

<div>    #</div><div>    <Location /server-status></div><div>        SetHandler server-status</div><div>        Order deny,allow</div><div>        Deny from all</div><div>        Allow from 127.0.0.1 ::1</div><div>
    #    Allow from <a href="http://192.0.2.0/24" target="_blank">192.0.2.0/24</a></div>
<div>    </Location></div><div>    </div><div>    # Keep track of extended status information for each request</div><div>    ExtendedStatus On</div><div>    </div><div>    # Determine if mod_status displays the first 63 characters of a request or</div>

<div>    # the last 63, assuming the request itself is greater than 63 chars.</div><div>    # Default: Off</div><div>    #SeeRequestTail On</div><div>    </div><div>    </div><div>    <IfModule mod_proxy.c></div><div>

        # Show Proxy LoadBalancer status in mod_status</div><div>        ProxyStatus On</div><div>    </IfModule></div><div>    </div><div>    </div><div>    </IfModule></div><div><br></div><div>The default settings. I restarted my server. </div>

<div><br></div><div>And when I try `wget localhost/server-status --no-check-certificate` . I get an `404` error message :</div><div><br></div><div>        --2012-09-04 07:04:08--  <a href="http://localhost/server-status" target="_blank">http://localhost/server-status</a></div>

<div>    Resolving localhost (localhost)... 127.0.0.1</div><div>    Connecting to localhost (localhost)|127.0.0.1|:80... connected.</div><div>    HTTP request sent, awaiting response... 302 Found</div><div>    Location: <a href="https://localhost/server-status" target="_blank">https://localhost/server-status</a> [following]</div>

<div>    --2012-09-04 07:04:08--  <a href="https://localhost/server-status" target="_blank">https://localhost/server-status</a></div><div>    Connecting to localhost (localhost)|127.0.0.1|:443... connected.</div><div>    WARNING: no certificate subject alternative name matches</div>

<div>    <span style="white-space:pre-wrap">      </span>requested host name `localhost'.</div><div>    HTTP request sent, awaiting response... 404 Not Found</div><div>    2012-09-04 07:04:08 ERROR 404: Not Found.</div>
<div><br></div><div><br></div><div>I'm very new to apache. Where I went wrong?</div><div><br></div><div>Thanks in advance.</div><div class="HOEnZb"><div class="h5"><div><br></div><br><div class="gmail_quote">On Tue, Sep 4, 2012 at 12:27 PM, Claudio Kuenzler <span dir="ltr"><<a href="mailto:ck@claudiokuenzler.com" target="_blank">ck@claudiokuenzler.com</a>></span> wrote:<br>

<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Note that now you're accessing port 80, instead of 8443...<br>Also before you use the plugin, you should make sure that you have correctly enabled mod_status and the server-status URL is accessible. <br>

You can test this with curl or lynx. <br>
<br>e.g.:<br>lynx localhost/server-status<br><br>If this page is not shown, then the plugin won't work.<div><div><br><br><div class="gmail_quote">On Tue, Sep 4, 2012 at 8:34 AM, Aravinth Anto <span dir="ltr"><<a href="mailto:t-aravinth@juspay.in" target="_blank">t-aravinth@juspay.in</a>></span> wrote:<br>


<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><br><br><div class="gmail_quote"><div>On Tue, Sep 4, 2012 at 11:47 AM, Claudio Kuenzler <span dir="ltr"><<a href="mailto:ck@claudiokuenzler.com" target="_blank">ck@claudiokuenzler.com</a>></span> wrote:<br>


<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
Read the documentation. It says:<br><br>-S|--secure)
<br>
        Enables HTTPS (no certificate check though). Default is: off
<br><br></blockquote></div><div>Thanks for the reply. But Doing so:</div><div>$ ./check_apache2.sh -H localhost -S </div><div><br></div><div>Gives me the same sort of error: </div><div><br></div><div>(standard_in) 2: syntax error</div>



<div>OK - Apache serves  Requests per second with an average CPU utilization of 2.4%. Busy workers: , idle:  | 'cpu_load'=2.4 'req_psec'= 'bytes_psec'= 'bytes_preq'= 'workers_busy'= 'workers_idle'=</div>


<div><div>
<div><br></div><div> </div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">So the certificate is not checked. <br>And if you manually check with curl, you should check the correct URL:<br>



curl <a href="https://localhost/server-status" target="_blank">https://localhost/server-status</a> <br><br><div class="gmail_quote"><div><div>
On Tue, Sep 4, 2012 at 8:13 AM, Aravinth Anto <span dir="ltr"><<a href="mailto:t-aravinth@juspay.in" target="_blank">t-aravinth@juspay.in</a>></span> wrote:<br></div></div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">



<div><div>
It seems that certificate verification is getting failed. I can do something like this :<div><br></div><div>curl <a href="https://localhost" target="_blank">https://localhost</a> --insecure</div><div><br></div><div>Which is returning the page. But in my case how do I specify the plugin to not to use ssl certificate?</div>





<div><br></div><div>Thanks in advance. Kindly help me out.<div><div><br><br><div class="gmail_quote">On Tue, Sep 4, 2012 at 11:28 AM, Aravinth Anto <span dir="ltr"><<a href="mailto:t-aravinth@juspay.in" target="_blank">t-aravinth@juspay.in</a>></span> wrote:<br>





<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Hi all, <div><br></div><div>I downloaded the plugin from this page : <a href="http://exchange.nagios.org/directory/Plugins/Web-Servers/Apache/check_apache2-2Esh/details" target="_blank">http://exchange.nagios.org/directory/Plugins/Web-Servers/Apache/check_apache2-2Esh/details</a> </div>






<div><br></div><div>I tested in my local machine like this : </div><div><br></div><div>./check_apache2.sh -H <a href="https://localhost" target="_blank">https://localhost</a> -P 8443</div><div><br></div><div>I get an error like this: </div>






<div><br></div><div><div>(standard_in) 2: syntax error</div><div>OK - Apache serves  Requests per second with an average CPU utilization of 0.5%. Busy workers: , idle:  | 'cpu_load'=0.5 'req_psec'= 'bytes_psec'= 'bytes_preq'= 'workers_busy'= 'workers_idle'=</div>






</div><div><br></div><div>Why there is an error stating `(standard_in) 2: syntax error`? </div><div><br></div><div>Can anyone say me where I'm making the mistake?</div>
</blockquote></div><br></div></div></div>
<br></div></div>------------------------------------------------------------------------------<br>
Live Security Virtual Conference<br>
Exclusive live event will cover all the ways today's security and<br>
threat landscape has changed and how IT managers can respond. Discussions<br>
will include endpoint security, mobile security and the latest in malware<br>
threats. <a href="http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/" target="_blank">http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/</a><br>_______________________________________________<br>
Nagios-users mailing list<br>
<a href="mailto:Nagios-users@lists.sourceforge.net" target="_blank">Nagios-users@lists.sourceforge.net</a><br>
<a href="https://lists.sourceforge.net/lists/listinfo/nagios-users" target="_blank">https://lists.sourceforge.net/lists/listinfo/nagios-users</a><br>
::: Please include Nagios version, plugin version (-v) and OS when reporting any issue.<br>
::: Messages without supporting info will risk being sent to /dev/null<br></blockquote></div><br>
<br>------------------------------------------------------------------------------<br>
Live Security Virtual Conference<br>
Exclusive live event will cover all the ways today's security and<br>
threat landscape has changed and how IT managers can respond. Discussions<br>
will include endpoint security, mobile security and the latest in malware<br>
threats. <a href="http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/" target="_blank">http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/</a><br>_______________________________________________<br>
Nagios-users mailing list<br>
<a href="mailto:Nagios-users@lists.sourceforge.net" target="_blank">Nagios-users@lists.sourceforge.net</a><br>
<a href="https://lists.sourceforge.net/lists/listinfo/nagios-users" target="_blank">https://lists.sourceforge.net/lists/listinfo/nagios-users</a><br>
::: Please include Nagios version, plugin version (-v) and OS when reporting any issue.<br>
::: Messages without supporting info will risk being sent to /dev/null<br></blockquote></div></div></div><br>
<br>------------------------------------------------------------------------------<br>
Live Security Virtual Conference<br>
Exclusive live event will cover all the ways today's security and<br>
threat landscape has changed and how IT managers can respond. Discussions<br>
will include endpoint security, mobile security and the latest in malware<br>
threats. <a href="http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/" target="_blank">http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/</a><br>_______________________________________________<br>
Nagios-users mailing list<br>
<a href="mailto:Nagios-users@lists.sourceforge.net" target="_blank">Nagios-users@lists.sourceforge.net</a><br>
<a href="https://lists.sourceforge.net/lists/listinfo/nagios-users" target="_blank">https://lists.sourceforge.net/lists/listinfo/nagios-users</a><br>
::: Please include Nagios version, plugin version (-v) and OS when reporting any issue.<br>
::: Messages without supporting info will risk being sent to /dev/null<br></blockquote></div><br>
</div></div><br>------------------------------------------------------------------------------<br>
Live Security Virtual Conference<br>
Exclusive live event will cover all the ways today's security and<br>
threat landscape has changed and how IT managers can respond. Discussions<br>
will include endpoint security, mobile security and the latest in malware<br>
threats. <a href="http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/" target="_blank">http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/</a><br>_______________________________________________<br>
Nagios-users mailing list<br>
<a href="mailto:Nagios-users@lists.sourceforge.net" target="_blank">Nagios-users@lists.sourceforge.net</a><br>
<a href="https://lists.sourceforge.net/lists/listinfo/nagios-users" target="_blank">https://lists.sourceforge.net/lists/listinfo/nagios-users</a><br>
::: Please include Nagios version, plugin version (-v) and OS when reporting any issue.<br>
::: Messages without supporting info will risk being sent to /dev/null<br></blockquote></div><br>
</div></div><br>------------------------------------------------------------------------------<br>
Live Security Virtual Conference<br>
Exclusive live event will cover all the ways today's security and<br>
threat landscape has changed and how IT managers can respond. Discussions<br>
will include endpoint security, mobile security and the latest in malware<br>
threats. <a href="http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/" target="_blank">http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/</a><br>_______________________________________________<br>
Nagios-users mailing list<br>
<a href="mailto:Nagios-users@lists.sourceforge.net">Nagios-users@lists.sourceforge.net</a><br>
<a href="https://lists.sourceforge.net/lists/listinfo/nagios-users" target="_blank">https://lists.sourceforge.net/lists/listinfo/nagios-users</a><br>
::: Please include Nagios version, plugin version (-v) and OS when reporting any issue.<br>
::: Messages without supporting info will risk being sent to /dev/null<br></blockquote></div><br>