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: [email protected]
ReportedBy: [email protected]
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
[r...@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
[r...@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: [email protected]
For additional commands, e-mail: [email protected]