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 2018/07/24 12:28:59 UTC

[Bug 62565] New: apache virtualhost directive with WebLogic Proxy Plug-In mod_wl_24.so awkward

https://bz.apache.org/bugzilla/show_bug.cgi?id=62565

            Bug ID: 62565
           Summary: apache virtualhost directive with WebLogic Proxy
                    Plug-In mod_wl_24.so awkward
           Product: Apache httpd-2
           Version: 2.4.33
          Hardware: PC
            Status: NEW
          Severity: normal
          Priority: P2
         Component: mod_proxy
          Assignee: bugs@httpd.apache.org
          Reporter: dengdechuan@163.com
  Target Milestone: ---

I have a problem configuring apache ProxyPass directive for two applications
that have two different Context Paths and ports .The one I use the apache to
proxy path the requests to tomcat, The Other to weblogic by WebLogic Proxy
mod_wl_24.so. Scenario: 1. http://wxapp:8444/WechatBank/index.html to weblogic
server 2. http://wxapp:8443/DirectBank/views/index.html to access apapche local
static resources;

my apahce http-vhost.conf likes this :

 <VirtualHost *:8444>
    ServerName test.com
    <Location /WechatBank>
     <IfModule mod_weblogic.c>
     WeblogicHost wxapp
     WeblogicPort 9091
     ConnectTimeoutSecs 49
     MatchExpression *.html
     WLLogFile       /home/wxapache/admin/tmp/proxy.log
     WLTempDir       "/home/wxapache/admin/proxy_tmp/"
     </IfModule>
    </Location>
    ErrorLog "logs/error_8444_log"
    CustomLog "logs/access_8444_log" common
    </VirtualHost>

    <VirtualHost *:8443>
        ServerName test.com
        ProxyPassMatch ^/DirectBank/(service|server)/(.*)
http://wxapp:8443/DirectBank
        ProxyPass /DirectBank !
        ErrorLog "logs/error_8443_log"
        CustomLog "logs/access8443__log" common
    </VirtualHost>

[Tue Jul 24 14:19:31.950654 2018] [proxy:trace2] [pid 32687:tid 1142970688]
mod_proxy.c(674): [client 158.58.12.180:64737] AH03461: attempting to match URI
path '/DirectBank/views/index.html' against pattern
'^/DirectBank/(service|home)/(.*)$' for proxying
[Tue Jul 24 14:19:31.950665 2018] [proxy:trace2] [pid 32687:tid 1142970688]
mod_proxy.c(674): [client 158.58.12.180:64737] AH03461: attempting to match URI
path '/DirectBank/views/index.html' against prefix '/DirectBank' for proxying
[Tue Jul 24 14:19:31.950672 2018] [proxy:trace1] [pid 32687:tid 1142970688]
mod_proxy.c(727): [client 158.58.12.180:64737] AH03463: proxying is explicitly
disabled for URI path '/DirectBank/views/index.html'; declining
[Tue Jul 24 14:19:31.950729 2018] [authz_core:debug] [pid 32687:tid 1142970688]
mod_authz_core.c(835): [client 158.58.12.180:64737] AH01628: authorization
result: granted (no directives)
[Tue Jul 24 14:19:31.950741 2018] [core:trace3] [pid 32687:tid 1142970688]
request.c(304): [client 158.58.12.180:64737] request authorized without
authentication by access_checker_ex hook: /DirectBank/views/index.html
[Tue Jul 24 14:19:31.950867 2018] [weblogic:debug] [pid 32687:tid 1142970688]
ApacheProxy.cpp(878): [client 158.58.12.180:64737] <3268715324131713>
================New Request: [GET /DirectBank/views/index.html HTTP/1.1]
=================
[Tue Jul 24 14:19:31.950889 2018] [weblogic:debug] [pid 32687:tid 1142970688]
ApacheProxy.cpp(1034): [client 158.58.12.180:64737] <3268715324131713> Using
Uri /DirectBank/views/index.html
[Tue Jul 24 14:19:31.950899 2018] [weblogic:debug] [pid 32687:tid 1142970688]
ApacheProxy.cpp(1054): [client 158.58.12.180:64737] <3268715324131713> After
trimming path: '/DirectBank/views/index.html'
[Tue Jul 24 14:19:31.950906 2018] [weblogic:debug] [pid 32687:tid 1142970688]
ApacheProxy.cpp(1130): [client 158.58.12.180:64737] <3268715324131713> The
final request string is '/DirectBank/views/index.html'
[Tue Jul 24 14:19:31.950915 2018] [weblogic:error] [pid 32687:tid 1142970688]
[client 158.58.12.180:64737] <3268715324131713> Neither 'WebLogicCluster' nor
'WebLogicHost' specified in parameters
[Tue Jul 24 14:19:31.950935 2018] [weblogic:error] [pid 32687:tid 1142970688]
[client 158.58.12.180:64737] <3268715324131713> *******Exception type
[CONFIG_ERROR] (Neither 'WebLogicCluster' nor 'WebLogicHost' specified in
parameters\n) raised at line 2192 of ApacheProxy.cpp
[Tue Jul 24 14:19:31.951026 2018] [weblogic:error] [pid 32687:tid 1142970688]
[client 158.58.12.180:64737] CONFIG_ERROR [line 2192 of ApacheProxy.cpp]:
Neither 'WebLogicCluster' nor 'WebLogicHost' specified in parameters\n
[Tue Jul 24 14:19:31.951058 2018] [http:trace3] [pid 32687:tid 1142970688]
http_filters.c(1128): [client 158.58.12.180:64737] Response sent with status
500, headers:
[Tue Jul 24 14:19:31.951073 2018] [http:trace5] [pid 32687:tid 1142970688]
http_filters.c(1135): [client 158.58.12.180:64737]   Date: Tue, 24 Jul 2018
06:19:31 GMT
[Tue Jul 24 14:19:31.951079 2018] [http:trace5] [pid 32687:tid 1142970688]
http_filters.c(1138): [client 158.58.12.180:64737]   Server: Apache/2.4.33
(Unix)
[Tue Jul 24 14:19:31.951086 2018] [http:trace4] [pid 32687:tid 1142970688]
http_filters.c(957): [client 158.58.12.180:64737]   Content-Length: 184
[Tue Jul 24 14:19:31.951092 2018] [http:trace4] [pid 32687:tid 1142970688]
http_filters.c(957): [client 158.58.12.180:64737]   Connection: close
[Tue Jul 24 14:19:31.951097 2018] [http:trace4] [pid 32687:tid 1142970688]
http_filters.c(957): [client 158.58.12.180:64737]   Content-Type: text/html

-- 
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


[Bug 62565] apache virtualhost directive with WebLogic Proxy Plug-In mod_wl_24.so awkward

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

eden <de...@163.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 OS|                            |All

--- Comment #1 from eden <de...@163.com> ---
i visit http://wxapp:8443/DirectBank/views/index.html the url ,get the above
erro

-- 
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


[Bug 62565] apache virtualhost directive with WebLogic Proxy Plug-In mod_wl_24.so awkward

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

Eric Covener <co...@gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Severity|critical                    |normal
                 OS|Linux                       |All
         Resolution|---                         |INVALID
             Status|NEW                         |RESOLVED

--- Comment #2 from Eric Covener <co...@gmail.com> ---
This module is not part of httpd, take it up with the vendor.

-- 
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


[Bug 62565] apache virtualhost directive with WebLogic Proxy Plug-In mod_wl_24.so awkward

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

--- Comment #3 from eden <de...@163.com> ---
(In reply to Eric Covener from comment #2)
> This module is not part of httpd, take it up with the vendor.

how can i (In reply to Eric Covener from comment #2)
> This module is not part of httpd, take it up with the vendor.

i visit virtualhost 8444 port by
http://wxapp:8443/DirectBank/views/index.html),   contain  no any the third
plugins. why i get the weblogic erro??

-- 
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


[Bug 62565] apache virtualhost directive with WebLogic Proxy Plug-In mod_wl_24.so awkward

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

eden <de...@163.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Severity|normal                      |critical
                 OS|All                         |Linux

-- 
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