Ad Widget

Collapse

Problems, with httpd probably

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • freshpotato
    Junior Member
    • Apr 2006
    • 2

    #1

    Problems, with httpd probably

    I'm trying to run zabbix on an Mandrake release. I'm getting the following error when trying to launch my frontend server


    Forbidden

    You don't have permission to access / on this server.

    Additionally, a 403 Forbidden error was encountered while trying to use an ErrorDocument to handle the request.
    Apache/2.0.54 (Mandriva Linux/PREFORK-13mdk) Server at zabbix.freshpotato.lab Port 80

    I have alterd my httpd.conf to the following:

    <VirtualHost *>
    ServerName zabbix.localhost.lab
    ServerAdmin root@localhost
    DocumentRoot /home/zabbix/public_html
    Alias / "/usr/local/zabbix/frontends/php/"
    Rewriteengine On
    </VirtualHost>


    Any idea?
Working...