PDA

View Full Version : PHP/Apache Issue?


godsfshrmn
November 14th, 2007, 01:48 PM
I just checked out my error.log file and found 1000s of instances of the same entry. The logfile was 11mb saying this repeatedly
[Sun Nov 11 06:26:01 2007] [error] an unknown filter was not added: PHP


I have no idea what that means. PHP is working just fine on my website:confused:

MJN
November 14th, 2007, 02:55 PM
Do you have any filters in your config? (run grep -ir filter /etc/apache2/*)

This error can occur if you're using the old filtering mechanism (SetOutputFilter etc) as opposed to the AddType handler format.

Mathew