[Xymon] Need help with upgrade from 4.3.17 to 4.3.20

Asif Iqbal vadud3 at gmail.com
Thu May 21 16:50:57 CEST 2015


On Thu, May 21, 2015 at 8:31 AM, Mark Felder <feld at feld.me> wrote:

>
>
> On Wed, May 20, 2015, at 10:10, Asif Iqbal wrote:
> >
> > ScriptAlias /xymon-cgi/ "/var/lib/xymon/cgi-bin/"
> > <Directory "/var/lib/xymon/cgi-bin">
> >     AllowOverride None
> >     Options ExecCGI FollowSymLinks Includes
> >     <IfModule mod_authz_core.c>
> >         # Apache 2.4+
> >         Require all granted
> >     </IfModule>
> >     <IfModule !mod_authz_core.c>
> >         Order deny,allow
> >         Allow from all
> >     </IfModule>
> > </Directory>
>
> What if you add to your <Directory> for the two different cgi-bin
> locations "SetHandler cgi-script" like this:
>
> ScriptAlias /xymon-cgi/ "/var/lib/xymon/cgi-bin"
> <Directory "/var/lib/xymon/cgi-bin">
>     SetHandler cgi-script
>


I added this line and restarted but that did not seem to help.



>     AllowOverride None
>     Options ExecCGI FollowSymLinks Includes
>     <IfModule mod_authz_core.c>
>         # Apache 2.4+
>         Require all granted
>     </IfModule>
>     <IfModule !mod_authz_core.c>
>         Order deny,allow
>         Allow from all
>     </IfModule>
> </Directory>
>
> _______________________________________________
> Xymon mailing list
> Xymon at xymon.com
> http://lists.xymon.com/mailman/listinfo/xymon
>



-- 
Asif Iqbal
PGP Key: 0xE62693C5 KeyServer: pgp.mit.edu
A: Because it messes up the order in which people normally read text.
Q: Why is top-posting such a bad thing?
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.xymon.com/pipermail/xymon/attachments/20150521/5e4fd760/attachment.html>


More information about the Xymon mailing list