Keep Server Online
If you find the Apache Lounge, the downloads and overall help useful, please express your satisfaction with a donation.
or
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.
| |
|
Topic: worker sharing flagged as an error? |
|
Author |
|
Krischu
Joined: 23 Oct 2009 Posts: 25
|
Posted: Thu 12 Jun '14 16:37 Post subject: worker sharing flagged as an error? |
|
|
In my windows event log I'm seeing the line
The Apache service named reported the following error:
>>> [Thu Jun 12 16:31:18.469814 2014] [proxy:info] [pid 3692:tid 288] AH01145: Sharing worker 'http://forum.mysite.de/phpBB3/' instead of creating new worker 'http://forum.mysite.de/phpBB3/'
flagged as an error. Actually this isn't an error. |
|
Back to top |
|
James Blond Moderator
Joined: 19 Jan 2006 Posts: 7371 Location: Germany, Next to Hamburg
|
Posted: Fri 13 Jun '14 11:14 Post subject: |
|
|
it is info not an error. You might adjust your log level. |
|
Back to top |
|
Krischu
Joined: 23 Oct 2009 Posts: 25
|
Posted: Fri 13 Jun '14 12:02 Post subject: |
|
|
James Blond wrote: | it is info not an error. You might adjust your log level. |
Yes, apache wise it is an info, but I'm speaking of the Windows (7) event log (Ereignisanzeige), where it is flagged as (!)Fehler. Why is that? Shouldn't it be flagged as an Info there too?
--
Christoph
Last edited by Krischu on Sat 14 Jun '14 12:35; edited 1 time in total |
|
Back to top |
|
James Blond Moderator
Joined: 19 Jan 2006 Posts: 7371 Location: Germany, Next to Hamburg
|
Posted: Fri 13 Jun '14 16:00 Post subject: |
|
|
Indeed, but you it is not an issue at all. it is a thread and apache tells you that it can use an existing one instead of creating a new one. I don't know why it is in the windows event log.
You have the chance to tell apache to display info with some modules and others only warning
like
Code: |
LogLevel warn ssl:error auth_digest:error socache_shmcb:warn fcgid:info proxy:warn
|
|
|
Back to top |
|
|
|
|
|
|