logo
Apache Lounge
Webmasters

 

About Forum Index Downloads Search Register Log in RSS X


Keep Server Online

If you find the Apache Lounge, the downloads and overall help useful, please express your satisfaction with a donation.

or

Bitcoin

A donation makes a contribution towards the costs, the time and effort that's going in this site and building.

Thank You! Steffen

Your donations will help to keep this site alive and well, and continuing building binaries. Apache Lounge is not sponsored.
Post new topic   Forum Index -> Apache View previous topic :: View next topic
Reply to topic   Topic: Apache Error Log - an unknown filter was not added: DEFAULT
Author
Cui



Joined: 11 Jan 2016
Posts: 8
Location: Beijing

PostPosted: Thu 01 Sep '16 4:32    Post subject: Apache Error Log - an unknown filter was not added: DEFAULT Reply with quote

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

PostPosted: Thu 01 Sep '16 8:19    Post subject: Reply with quote

httpd.conf your post href...
Back to top
Cui



Joined: 11 Jan 2016
Posts: 8
Location: Beijing

PostPosted: Thu 01 Sep '16 8:28    Post subject: my httpd.conf link Reply with quote

This is my httpd.conf link.

http://apaste.info/dbg
Back to top
James Blond
Moderator


Joined: 19 Jan 2006
Posts: 7298
Location: Germany, Next to Hamburg

PostPosted: Wed 07 Sep '16 16:09    Post subject: Reply with quote

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: 1248
Location: Amsterdam, NL, EU

PostPosted: Fri 09 Sep '16 3:04    Post subject: Re: Apache Error Log - an unknown filter was not added: DEFA Reply with quote

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


Reply to topic   Topic: Apache Error Log - an unknown filter was not added: DEFAULT View previous topic :: View next topic
Post new topic   Forum Index -> Apache