ErrorHandler no access
Martin Eskdale Moen
25 April 2010, 00:27
I am trying to use the ErrorHandler to send all the errors to my index.php file.
I set it to ErrorHandler = 403:/index.php
However in the error log it says "no access to ErrorHandler"
I saw in an earlier post that you said it had to do with it being accessiablem it is set to rwxr-xr-x
Hiawatha runs under www-data and the folder is owned by www-data
Thanks
Hiawatha version: 7.2
Operating System: Ubuntu 9.10
Hugo Leisink
25 April 2010, 09:36
Is PHP execution working properly?
Martin Eskdale Moen
26 April 2010, 02:08
Yes, the php executes just fine.
Is it because the php-fcgi runs the index script itself and Hiawatha does not interact with the php scripts directly?
Hugo Leisink
27 April 2010, 11:26
php-fcgi doesn't run the index script. php-fcgi only starts PHP in FastCGI mode. Hiawatha communicates directly with PHP to run the PHP script.
Can you show me you configuration file?
This topic has been closed.