Hello Joseph,

By simply changing the line 'allow from 127.0.0.1' by 'allow from all' 
should be enough to get it working, if you are accessing your web server 
remotely.

Make sure your Apache web server don't have a different directive more 
restrictive (in another configuration file) that affects the same directory.

Another possibility would be if you have an administration panel on top 
of your system that is modifying your Apache configuration files.

Let me know.
Best regards.


Joseph, John wrote:
> Hello Everyone,
>  
> Ok I installed Monitorix on my CentOS box I know this question has been 
> asked a lot and I did change the allow from 127.0.0.1 to allow from all 
> and I’m still getting this error here is my monitorix.conf file…
>  
> Alias /monitorix /usr/share/monitorix
> ScriptAlias /monitorix-cgi /usr/share/monitorix/cgi-bin
>  
> <Directory /usr/share/monitorix/cgi-bin/>
>         DirectoryIndex monitorix.cgi
>         Options ExecCGI
> #        order deny,allow
>         allow from all
> </Directory>
>  
> I restarted httpd and I also rebooted the server I still get
>  
> *Forbidden*
> You don't have permission to access /monitorix-cgi/monitorix.cgi on this 
> server.
> /Apache/2.2.8 (EL) Server at apps.lakewoodcityschools.org Port 80/
>  
> Is there anything else I can try?
>  


-- 
Jordi Sanfeliu
FIBRANET Network Services Provider
http://www.fibranet.cat

------------------------------------------------------------------------------
Simplify data backup and recovery for your virtual environment with vRanger.
Installation's a snap, and flexible recovery options mean your data is safe,
secure and there when you need it. Data protection magic?
Nope - It's vRanger. Get your free trial download today.
http://p.sf.net/sfu/quest-sfdev2dev
_______________________________________________
Monitorix-general mailing list
Monitorix-general@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/monitorix-general

Reply via email to