Author |
|
Cui
Joined: 11 Jan 2016 Posts: 8 Location: Beijing
|
Posted: Thu 01 Sep '16 4:32 Post subject: Apache Error Log - an unknown filter was not added: DEFAULT |
|
|
I'm getting multiple instances of the following error in my CentOS Apache error_log:
Code: | [Wed Aug 24 17:49:33 2016] [error] an unknown filter was not added: DEFAULT
[Wed Aug 24 17:49:33 2016] [error] an unknown filter was not added: DEFAULT
[Wed Aug 24 17:49:34 2016] [error] an unknown filter was not added: DEFAULT
... |
I've been searching but haven't been able to locate what the cause of this is. Is there a way to get more specific details about what is causing this?
I use my php extension dll in apache. |
|
Back to top |
|
spser
Joined: 29 Aug 2016 Posts: 97
|
Posted: Thu 01 Sep '16 8:19 Post subject: |
|
|
httpd.conf your post href... |
|
Back to top |
|
Cui
Joined: 11 Jan 2016 Posts: 8 Location: Beijing
|
Posted: Thu 01 Sep '16 8:28 Post subject: my httpd.conf link |
|
|
This is my httpd.conf link.
http://apaste.info/dbg |
|
Back to top |
|
James Blond Moderator
Joined: 19 Jan 2006 Posts: 7371 Location: Germany, Next to Hamburg
|
Posted: Wed 07 Sep '16 16:09 Post subject: |
|
|
There is nothing to see in that config file.
run
sudo /usr/sbin/httpd -S to find the file and the line that is causing this. |
|
Back to top |
|
Jan-E
Joined: 09 Mar 2012 Posts: 1266 Location: Amsterdam, NL, EU
|
Posted: Fri 09 Sep '16 3:04 Post subject: Re: Apache Error Log - an unknown filter was not added: DEFA |
|
|
Cui wrote: | I'm getting multiple instances of the following error in my CentOS Apache error_log:
...
I use my php extension dll in apache. | A dll will not work on CentOS. You need to install/compile a PHP for CentOS. |
|
Back to top |
|