Login | Register For Free | Help
Search for: (Advanced)

Mailing List Archive: Apache: Users

[debug] proxy_util.c(1820): proxy: worker proxy:reverse already initialized

 

 

Apache users RSS feed   Index | Next | Previous | View Threaded


peter.de.groot at det

Nov 19, 2009, 9:09 PM

Post #1 of 7 (1110 views)
Permalink
[debug] proxy_util.c(1820): proxy: worker proxy:reverse already initialized

Another question.

Why does this in the config fill the log files with the errors below.

Googling does not seem to offer any apparent answers :-(


# ------- weather website

RewriteRule ^/weather$ /weather/ [R]

ProxyPass /weather/ http://ms-weather.curric4185.internal/"]http://ms-weather.curric4185.internal/
<Location /weather/>
Options Indexes MultiViews FollowSymLinks
ProxyPassReverse /
# RequestHeader unset Accept-Encoding
</Location>


Fri Nov 20 12:41:48 2009] [debug] proxy_util.c(1820): proxy: worker proxy:reverse already initialized
[Fri Nov 20 12:41:48 2009] [debug] proxy_util.c(1914): proxy: initialized single connection worker 4 in child 28536 for (*)
[Fri Nov 20 12:43:51 2009] [debug] proxy_util.c(1801): proxy: grabbed scoreboard slot 4 in child 28542 for worker proxy:reverse
[Fri Nov 20 12:43:51 2009] [debug] proxy_util.c(1820): proxy: worker proxy:reverse already initialized
[Fri Nov 20 12:43:51 2009] [debug] proxy_util.c(1914): proxy: initialized single connection worker 4 in child 28542 for (*)
[Fri Nov 20 12:43:52 2009] [debug] proxy_util.c(1801): proxy: grabbed scoreboard slot 4 in child 28543 for worker proxy:reverse
[Fri Nov 20 12:43:52 2009] [debug] proxy_util.c(1820): proxy: worker proxy:reverse already initialized

--
http://egc.wa.edu.au"]
Peter de Groot
Eastern Goldfields College
Kalgoorlie 6430
Department of Education and Training
Phone 90801800 Fax 90801866 Mob 0418915312
http://det.wa.edu.au"]
Attachments: EGC_logo.gif (2.29 KB)
  COLOUR DEPT LOGO Landscape_email.gif (7.35 KB)


aw at ice-sa

Nov 20, 2009, 1:16 AM

Post #2 of 7 (1074 views)
Permalink
Re: [debug] proxy_util.c(1820): proxy: worker proxy:reverse already initialized [In reply to]

Peter de Groot wrote:
>
> Another question.
>
> Why does this in the config fill the log files with the errors below.

Maybe just because you set the log level to "debug" ?
They do not look like error messages.

---------------------------------------------------------------------
The official User-To-User support forum of the Apache HTTP Server Project.
See <URL:http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: users-unsubscribe [at] httpd
" from the digest: users-digest-unsubscribe [at] httpd
For additional commands, e-mail: users-help [at] httpd


peter.de.groot at det

Nov 20, 2009, 1:25 AM

Post #3 of 7 (1069 views)
Permalink
Re: [debug] proxy_util.c(1820): proxy: worker proxy:reverse already initialized [In reply to]

No ...
Log Level is set to warn.



André Warnier wrote:
> Peter de Groot wrote:
>>
>> Another question.
>>
>> Why does this in the config fill the log files with the errors below.
>
> Maybe just because you set the log level to "debug" ?
> They do not look like error messages.
>
> ---------------------------------------------------------------------
> The official User-To-User support forum of the Apache HTTP Server
> Project.
> See <URL:http://httpd.apache.org/userslist.html> for more info.
> To unsubscribe, e-mail: users-unsubscribe [at] httpd
> " from the digest: users-digest-unsubscribe [at] httpd
> For additional commands, e-mail: users-help [at] httpd
>

--


---------------------------------------------------------------------
The official User-To-User support forum of the Apache HTTP Server Project.
See <URL:http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: users-unsubscribe [at] httpd
" from the digest: users-digest-unsubscribe [at] httpd
For additional commands, e-mail: users-help [at] httpd


tevans.uk at googlemail

Nov 20, 2009, 1:35 AM

Post #4 of 7 (1068 views)
Permalink
Re: [debug] proxy_util.c(1820): proxy: worker proxy:reverse already initialized [In reply to]

On Fri, Nov 20, 2009 at 9:25 AM, Peter de Groot <
peter.de.groot [at] det> wrote:

>
> No ...
> Log Level is set to warn.
>
>
>
The second parameter in the log message is the level that the message was
logged at. Maybe there is another LogLevel directive somewhere that is
overriding what you think is being set.

Cheers

Tom


aw at ice-sa

Nov 20, 2009, 1:37 AM

Post #5 of 7 (1073 views)
Permalink
Re: [debug] proxy_util.c(1820): proxy: worker proxy:reverse already initialized [In reply to]

Another thing, nothing to do with your original question, but which
puzzles me :

In your config, you seem to be "proxying away" links with "/weather/",
yet right after that you have a <Location /weather>. Is this Location
section then ever used at all ?


Peter de Groot wrote:
>
> No ...
> Log Level is set to warn.
>
>
>
> André Warnier wrote:
>> Peter de Groot wrote:
>>>
>>> Another question.
>>>
>>> Why does this in the config fill the log files with the errors below.
>>
>> Maybe just because you set the log level to "debug" ?
>> They do not look like error messages.
>>
>> ---------------------------------------------------------------------
>> The official User-To-User support forum of the Apache HTTP Server
>> Project.
>> See <URL:http://httpd.apache.org/userslist.html> for more info.
>> To unsubscribe, e-mail: users-unsubscribe [at] httpd
>> " from the digest: users-digest-unsubscribe [at] httpd
>> For additional commands, e-mail: users-help [at] httpd
>>
>


---------------------------------------------------------------------
The official User-To-User support forum of the Apache HTTP Server Project.
See <URL:http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: users-unsubscribe [at] httpd
" from the digest: users-digest-unsubscribe [at] httpd
For additional commands, e-mail: users-help [at] httpd


peter.de.groot at det

Nov 20, 2009, 1:40 AM

Post #6 of 7 (1133 views)
Permalink
Re: [debug] proxy_util.c(1820): proxy: worker proxy:reverse already initialized [In reply to]

That was what I was hoping too... but no.

I am wondering if it is a distro thingy .. as a google on it does bring up hits on Ubuntu LaunchPad .. but from a while ago.

There is some discussion about max threads ?

Cheer


Tom Evans wrote:
On Fri, Nov 20, 2009 at 9:25 AM, Peter de Groot <peter.de.groot [at] det> wrote:

No ...
Log Level is set to warn.


The second parameter in the log message is the level that the message was logged at. Maybe there is another LogLevel directive somewhere that is overriding what you think is being set.

Cheers

Tom

--

--------------------------------------------------------------------- The official User-To-User support forum of the Apache HTTP Server Project. See for more info. To unsubscribe, e-mail: users-unsubscribe [at] httpd " from the digest: users-digest-unsubscribe [at] httpd For additional commands, e-mail: users-help [at] httpd


peter.de.groot at det

Nov 20, 2009, 1:45 AM

Post #7 of 7 (1072 views)
Permalink
Re: [debug] proxy_util.c(1820): proxy: worker proxy:reverse already initialized [In reply to]

Yep .. according to the doc.. this is the safest way to do a reverse proxy.

Sometimes the thing proxies properly .. usually the first time .. and then
a refresh give me a web site (the proxied one) unavailable.

If course it is working now ... even with the errors in the log..
but I am the only user on at the moment

Peter


Peter

André Warnier wrote:
> Another thing, nothing to do with your original question, but which
> puzzles me :
>
> In your config, you seem to be "proxying away" links with "/weather/",
> yet right after that you have a <Location /weather>. Is this Location
> section then ever used at all ?
>

--


---------------------------------------------------------------------
The official User-To-User support forum of the Apache HTTP Server Project.
See <URL:http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: users-unsubscribe [at] httpd
" from the digest: users-digest-unsubscribe [at] httpd
For additional commands, e-mail: users-help [at] httpd

Apache users RSS feed   Index | Next | Previous | View Threaded
 
 


Interested in having your list archived? Contact Gossamer Threads
 
  Web Applications & Managed Hosting Powered by Gossamer Threads Inc.