Solve apache error [an unknown filter was not added: php]
Brought to you by:
agillis
This patch was made agains Asterisk At Home 2.7, but it
work with Asterisk At Home 2.6/2.5 too.
Since 4.3.2RC the default Apache 2 sapi is the
apache2handler and is no longer filter based. If you
use filter-based handlers, you may be see messages like
this on you apache error logs
[Sat Mar 18 20:04:30 2006] [error] an unknown filter
was not added: php
[Sat Mar 18 20:04:30 2006] [error] an unknown filter
was not added: php
Reference: http://bugs.php.net/bug.php?id=22881
PHP Configuration Patch
Apache Configuration Patch
Logged In: YES
user_id=1114561
I forgot to mention, but this patch solve the bug reported
early here as [1]. To apply it, just issue this commands
bellow and then restart apache (service httpd restart).
# patch -p0 /etc/httpd/conf/httpd.conf < httpd.conf.patch
# patch -p0 /etc/httpd/conf.d/php.conf < php.conf.patch
[1]https://sourceforge.net/tracker/index.php?func=detail&aid=1450803&group_id=123387&atid=696349
Logged In: YES
user_id=1036481
these didn't wotk I got errors but I get the idea.
Logged In: YES
user_id=1114561
Hi,
It was tested with AAH 2.7 and worked fine, also in AAH 2.6
wihout changes, can you send the diff log?
Thank's