<div dir="ltr"><br><div class="gmail_extra"><br><div class="gmail_quote">On Thu, May 21, 2015 at 8:31 AM, Mark Felder <span dir="ltr"><<a href="mailto:feld@feld.me" target="_blank">feld@feld.me</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><span class=""><br>
<br>
On Wed, May 20, 2015, at 10:10, Asif Iqbal wrote:<br>
><br>
> ScriptAlias /xymon-cgi/ "/var/lib/xymon/cgi-bin/"<br>
> <Directory "/var/lib/xymon/cgi-bin"><br>
>     AllowOverride None<br>
>     Options ExecCGI FollowSymLinks Includes<br>
>     <IfModule mod_authz_core.c><br>
>         # Apache 2.4+<br>
>         Require all granted<br>
>     </IfModule><br>
>     <IfModule !mod_authz_core.c><br>
>         Order deny,allow<br>
>         Allow from all<br>
>     </IfModule><br>
> </Directory><br>
<br>
</span>What if you add to your <Directory> for the two different cgi-bin<br>
locations "SetHandler cgi-script" like this:<br>
<br>
ScriptAlias /xymon-cgi/ "/var/lib/xymon/cgi-bin"<br>
<Directory "/var/lib/xymon/cgi-bin"><br>
    SetHandler cgi-script<br></blockquote><div><br></div><div><br></div><div>I added this line and restarted but that did not seem to help.</div><div><br></div><div> </div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
<span class="">    AllowOverride None<br>
    Options ExecCGI FollowSymLinks Includes<br>
    <IfModule mod_authz_core.c><br>
        # Apache 2.4+<br>
        Require all granted<br>
    </IfModule><br>
    <IfModule !mod_authz_core.c><br>
        Order deny,allow<br>
        Allow from all<br>
    </IfModule><br>
</Directory><br>
<br>
</span><span class="">_______________________________________________<br>
Xymon mailing list<br>
<a href="mailto:Xymon@xymon.com">Xymon@xymon.com</a><br>
</span><a href="http://lists.xymon.com/mailman/listinfo/xymon" target="_blank">http://lists.xymon.com/mailman/listinfo/xymon</a><br>
</blockquote></div><br><br clear="all"><div><br></div>-- <br><div class="gmail_signature">Asif Iqbal<br>PGP Key: 0xE62693C5 KeyServer: <a href="http://pgp.mit.edu" target="_blank">pgp.mit.edu</a><br>A: Because it messes up the order in which people normally read text.<br>Q: Why is top-posting such a bad thing?<br><br></div>
</div></div>