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?
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?