You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@httpd.apache.org by Tapas Mishra <mi...@gmail.com> on 2010/06/30 07:54:22 UTC

[users@httpd] Warning worker http://192.168.1.5/ already used by another worker

I am getting a warning when I am restarting apache I am not able to
understand why I am getting this warning.

[Wed Jun 30 11:15:24 2010] [warn] worker http://192.168.1.5/ already
used by another worker
 ... waiting .[Wed Jun 30 11:15:26 2010] [warn] worker
http://192.168.1.5/ already used by another worker


                  [ OK ]



My vhost configuration which created above warning is


    ProxyPass / http://192.168.1.5/
     ProxyPassReverse / http://192.168.1.5/

       ProxyPass /docebolms http://192.168.1.5/docebolms/
        ProxyPassReverse /docebolms http://192.168.1.5/docebolms/


What is the cause of problem ?

-- 
Tapas
http://mightydreams.blogspot.com
http://wiki.xensource.com/xenwiki/Xen_on_4_app_servers

---------------------------------------------------------------------
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@httpd.apache.org
   "   from the digest: users-digest-unsubscribe@httpd.apache.org
For additional commands, e-mail: users-help@httpd.apache.org


Re: [users@httpd] Warning worker http://192.168.1.5/ already used by another worker

Posted by Tapas Mishra <mi...@gmail.com>.
Ok thanks for clearing that out.

On Fri, Jul 2, 2010 at 5:35 AM, Igor Cicimov <ic...@gmail.com> wrote:
> Yes you did have. The statements doesn't need to be literally identical to
> be duplicate, it's enough if they have the same effect.
>
> The first proxy statement:
>
>    ProxyPass / http://192.168.1.5/
>    ProxyPassReverse / http://192.168.1.5/
>
> means proxy the root AND everything below the root which includes
> /docebolms, /docebolms/whatever, /docebolms/whatever/whatever ... etc
>
> So when your second statement came:
>
>       ProxyPass /docebolms http://192.168.1.5/docebolms/
>       ProxyPassReverse /docebolms http://192.168.1.5/docebolms/
>
> apache simply said "i have already done that".
>
> Igor
>
> On Thu, Jul 1, 2010 at 8:32 PM, Tapas Mishra <mi...@gmail.com> wrote:
>>
>> I did not had that thing twice for which I reported the problem.
>>
>> On Thu, Jul 1, 2010 at 4:36 AM, Igor Cicimov <ic...@gmail.com> wrote:
>> > That error means you have same statement twice in the config.
>> >
>> > Sent from my phone
>> >
>> > On Jun 30, 2010 9:31 PM, "Tapas Mishra" <mi...@gmail.com> wrote:
>> >
>> > It did worked man great awesome thanks.
>> >
>> > I kept the generic one at the last and now I do not get any warning
>> > when I restart apache.
>> >
>> > On Wed, Jun 30, 2010 at 2:01 PM, Bram Mertens <me...@gmail.com>
>> > wrote: > I am not sure thi...
>> >
>> > --
>> >
>> > Tapas http://mightydreams.blogspot.com
>> > http://wiki.xensource.com/xenwiki/Xen_on_4_app_servers -----...
>>
>>
>>
>> --
>> Tapas
>> http://mightydreams.blogspot.com
>> http://wiki.xensource.com/xenwiki/Xen_on_4_app_servers
>>
>> ---------------------------------------------------------------------
>> 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@httpd.apache.org
>>   "   from the digest: users-digest-unsubscribe@httpd.apache.org
>> For additional commands, e-mail: users-help@httpd.apache.org
>>
>
>



-- 
Tapas
http://mightydreams.blogspot.com
http://wiki.xensource.com/xenwiki/Xen_on_4_app_servers

---------------------------------------------------------------------
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@httpd.apache.org
   "   from the digest: users-digest-unsubscribe@httpd.apache.org
For additional commands, e-mail: users-help@httpd.apache.org


Re: [users@httpd] Warning worker http://192.168.1.5/ already used by another worker

Posted by Igor Cicimov <ic...@gmail.com>.
Yes you did have. The statements doesn't need to be literally identical to
be duplicate, it's enough if they have the same effect.

The first proxy statement:

   ProxyPass / http://192.168.1.5/
   ProxyPassReverse / http://192.168.1.5/

means proxy the root AND everything below the root which includes
/docebolms, /docebolms/whatever, /docebolms/whatever/whatever ... etc

So when your second statement came:

      ProxyPass /docebolms http://192.168.1.5/docebolms/
      ProxyPassReverse /docebolms http://192.168.1.5/docebolms/

apache simply said "i have already done that".

Igor

On Thu, Jul 1, 2010 at 8:32 PM, Tapas Mishra <mi...@gmail.com> wrote:

> I did not had that thing twice for which I reported the problem.
>
> On Thu, Jul 1, 2010 at 4:36 AM, Igor Cicimov <ic...@gmail.com> wrote:
> > That error means you have same statement twice in the config.
> >
> > Sent from my phone
> >
> > On Jun 30, 2010 9:31 PM, "Tapas Mishra" <mi...@gmail.com> wrote:
> >
> > It did worked man great awesome thanks.
> >
> > I kept the generic one at the last and now I do not get any warning
> > when I restart apache.
> >
> > On Wed, Jun 30, 2010 at 2:01 PM, Bram Mertens <me...@gmail.com>
> > wrote: > I am not sure thi...
> >
> > --
> >
> > Tapas http://mightydreams.blogspot.com
> > http://wiki.xensource.com/xenwiki/Xen_on_4_app_servers -----...
>
>
>
> --
> Tapas
> http://mightydreams.blogspot.com
> http://wiki.xensource.com/xenwiki/Xen_on_4_app_servers
>
> ---------------------------------------------------------------------
> 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@httpd.apache.org
>   "   from the digest: users-digest-unsubscribe@httpd.apache.org
> For additional commands, e-mail: users-help@httpd.apache.org
>
>

Re: [users@httpd] Warning worker http://192.168.1.5/ already used by another worker

Posted by Tapas Mishra <mi...@gmail.com>.
I did not had that thing twice for which I reported the problem.

On Thu, Jul 1, 2010 at 4:36 AM, Igor Cicimov <ic...@gmail.com> wrote:
> That error means you have same statement twice in the config.
>
> Sent from my phone
>
> On Jun 30, 2010 9:31 PM, "Tapas Mishra" <mi...@gmail.com> wrote:
>
> It did worked man great awesome thanks.
>
> I kept the generic one at the last and now I do not get any warning
> when I restart apache.
>
> On Wed, Jun 30, 2010 at 2:01 PM, Bram Mertens <me...@gmail.com>
> wrote: > I am not sure thi...
>
> --
>
> Tapas http://mightydreams.blogspot.com
> http://wiki.xensource.com/xenwiki/Xen_on_4_app_servers -----...



-- 
Tapas
http://mightydreams.blogspot.com
http://wiki.xensource.com/xenwiki/Xen_on_4_app_servers

---------------------------------------------------------------------
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@httpd.apache.org
   "   from the digest: users-digest-unsubscribe@httpd.apache.org
For additional commands, e-mail: users-help@httpd.apache.org


Re: [users@httpd] Warning worker http://192.168.1.5/ already used by another worker

Posted by Igor Cicimov <ic...@gmail.com>.
That error means you have same statement twice in the config.

Sent from my phone

On Jun 30, 2010 9:31 PM, "Tapas Mishra" <mi...@gmail.com> wrote:

It did worked man great awesome thanks.

I kept the generic one at the last and now I do not get any warning
when I restart apache.

On Wed, Jun 30, 2010 at 2:01 PM, Bram Mertens <me...@gmail.com>
wrote: > I am not sure thi...
--

Tapas http://mightydreams.blogspot.com
http://wiki.xensource.com/xenwiki/Xen_on_4_app_servers -----...

Re: [users@httpd] Warning worker http://192.168.1.5/ already used by another worker

Posted by Tapas Mishra <mi...@gmail.com>.
It did worked man great awesome thanks.

I kept the generic one at the last and now I do not get any warning
when I restart apache.

On Wed, Jun 30, 2010 at 2:01 PM, Bram Mertens <me...@gmail.com> wrote:
> I am not sure this will resolve the issue but perhaps you can try to
> reverse the two sections?
>
> i.e. the more specific one before the more general one?
>
> HTH
>
> Bram



-- 
Tapas
http://mightydreams.blogspot.com
http://wiki.xensource.com/xenwiki/Xen_on_4_app_servers

---------------------------------------------------------------------
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@httpd.apache.org
   "   from the digest: users-digest-unsubscribe@httpd.apache.org
For additional commands, e-mail: users-help@httpd.apache.org


Re: [users@httpd] Warning worker http://192.168.1.5/ already used by another worker

Posted by Bram Mertens <me...@gmail.com>.
I am not sure this will resolve the issue but perhaps you can try to
reverse the two sections?

i.e. the more specific one before the more general one?

HTH

Bram

On Wed, Jun 30, 2010 at 7:54 AM, Tapas Mishra <mi...@gmail.com> wrote:
> I am getting a warning when I am restarting apache I am not able to
> understand why I am getting this warning.
>
> [Wed Jun 30 11:15:24 2010] [warn] worker http://192.168.1.5/ already
> used by another worker
>  ... waiting .[Wed Jun 30 11:15:26 2010] [warn] worker
> http://192.168.1.5/ already used by another worker
>
>
>                  [ OK ]
>
>
>
> My vhost configuration which created above warning is
>
>
>    ProxyPass / http://192.168.1.5/
>     ProxyPassReverse / http://192.168.1.5/
>
>       ProxyPass /docebolms http://192.168.1.5/docebolms/
>        ProxyPassReverse /docebolms http://192.168.1.5/docebolms/
>
>
> What is the cause of problem ?
>
> --
> Tapas
> http://mightydreams.blogspot.com
> http://wiki.xensource.com/xenwiki/Xen_on_4_app_servers
>
> ---------------------------------------------------------------------
> 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@httpd.apache.org
>   "   from the digest: users-digest-unsubscribe@httpd.apache.org
> For additional commands, e-mail: users-help@httpd.apache.org
>
>

---------------------------------------------------------------------
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@httpd.apache.org
   "   from the digest: users-digest-unsubscribe@httpd.apache.org
For additional commands, e-mail: users-help@httpd.apache.org