You are viewing a plain text version of this content. The canonical link for it is here.
Posted to bugs@httpd.apache.org by bu...@apache.org on 2010/08/05 12:47:59 UTC

DO NOT REPLY [Bug 49708] New: warn if config lines in wron order

https://issues.apache.org/bugzilla/show_bug.cgi?id=49708

           Summary: warn if config lines in wron order
           Product: Apache httpd-2
           Version: 2.2.3
          Platform: Other
        OS/Version: Linux
            Status: NEW
          Severity: minor
          Priority: P2
         Component: mod_proxy_http
        AssignedTo: bugs@httpd.apache.org
        ReportedBy: timo.s.tuominen@valmet-automotive.com


If proxy config is written like

#
ProxyPass /c http://140.151.1.195:8080/c
ProxyPass /cr http://140.151.1.195:8080/cr
ProxyPass /user http://140.151.1.195:8080/user
ProxyPass /usermanager http://140.151.1.195:8080/usermanager
#

i get two warnings in startup

[root@extra ~]# apachectl start
[Thu Aug 05 13:23:24 2010] [warn] worker http://140.151.1.195:8080/c already
used by another worker
[Thu Aug 05 13:23:24 2010] [warn] worker http://140.151.1.195:8080/user already
used by another worker
[root@extra ~]# 

But if I change config like

#
ProxyPass /cr http://140.151.1.195:8080/cr
ProxyPass /c http://140.151.1.195:8080/c
ProxyPass /usermanager http://140.151.1.195:8080/usermanager
ProxyPass /user http://140.151.1.195:8080/user
#

there is no error in start.

So my opinion is that there is minor bug when mod_proxy (or what is it)
read config file.  This not occur my old server where is version 2.0.52

Timo

ps. My server is Virtual Linux server with RHEL5 an newist version which
are available from RH updatate.

-- 
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.

---------------------------------------------------------------------
To unsubscribe, e-mail: bugs-unsubscribe@httpd.apache.org
For additional commands, e-mail: bugs-help@httpd.apache.org


DO NOT REPLY [Bug 49708] warn if config lines in wrong order

Posted by bu...@apache.org.
https://issues.apache.org/bugzilla/show_bug.cgi?id=49708

Rainer Jung <ra...@kippdata.de> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|                            |DUPLICATE
            Summary|warn if config lines in     |warn if config lines in
                   |wron order                  |wrong order

--- Comment #1 from Rainer Jung <ra...@kippdata.de> 2010-08-05 06:58:09 EDT ---


*** This bug has been marked as a duplicate of bug 48947 ***

-- 
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.

---------------------------------------------------------------------
To unsubscribe, e-mail: bugs-unsubscribe@httpd.apache.org
For additional commands, e-mail: bugs-help@httpd.apache.org