3 Jun
2008
3 Jun
'08
12:25
Have you checked your apache error log (/var/log/apache2/error_log by default) to see why exactly it's failing ? My best guess would be either "AllowOverride none" is in action.
client denied by server configuration: /srv/www/moin/homemoin/cgi-bin/moin.cgi
?
thanks jdd
As I guessed, create a <Directory> entry like: <Directory /srv/www/moin/homemoin/cgi-bin> Options +ExecCGI +Followsymlinks AllowOverride all </Directory> Save, restart and it should be working. -- Best regards, Nick Zeljkovic -- To unsubscribe, e-mail: opensuse+unsubscribe@opensuse.org For additional commands, e-mail: opensuse+help@opensuse.org