Weblogic Agent bug? under apache 2.4

problem description

in apache 2.4, the operating system redhat, apache configures two virtual host, as follows
< 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>

when I access the http://wxapp:8443/DirectBank/views/index.html
apache log output the following error,
[Tue Jul 24 14 proxy:trace2 1931.950654 2018] [proxy:trace2] [pid 32687:tid 1142970688] mod_proxy.c: [client 158.58.12.180 mod_proxy.c 64737] AH03461: attempting to match URI path"/ DirectBank/views/index.html" against pattern"^ / DirectBank/ (service | home) / (. *) $"for proxying
[Tue Jul 24 1414 1931.950665 2018] [proxy:trace2] [pid 32687:tid 1142970688] mod_proxy.c ): [client 158.58.12.180 DirectBank" for proxying 64737] AH03461: attempting to match URI path"/ DirectBank/views/index.html" against prefix"/ DirectBank" for proxying
[Tue Jul 24 14Vera 1931.950672 2018] [proxy:trace1] [pid 32687:tid 1142970688] mod_proxy.c (727): [client 158.58.12.180 DirectBank" for proxying 64737] AH03463: proxying is explicitly disabled for URI path"/ DirectBank/views/index.html"; Declining
[authz_core:debug] [pid 32687:tid 1142970688] mod_authz_core.c: [client 158.58.12.180 pid 32687:tid 64737] AH01628: authorization result: granted (no directives)
[core:trace3] [pid 32687:tid 1142970688] request.c (2018): [client 158.58.12.180] request.c [client 158.58.12.180] request authorized without authentication by access_checker _ ex hook: / DirectBank/views/index.html
[Tue Jul 24 14br 1931.950867 2018] [weblogic:debug] [pid 32687:tid 1142970688] ApacheProxy.cpp: [client 158.58.12.180 weblogic:debug] < 3268715324131713 > = New Request: [GET / DirectBank/views/index.html HTTP/1.1] =
[Tue Jul 24 1414 1931.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 14Vera 1931.950899 2018] [weblogic:debug] [pid 32687:tid 1142970688] ApacheProxy.cpp (1054): [client 158.58.12.180 weblogic:debug] < 3268715324131713 > After trimming path:"/ DirectBank/views/index.html"
[Tue Jul 24 14br 1931.950906 2018] [weblogic:debug] [pid 32687:tid 1142970688] ApacheProxy.cpp (1130): [ Client 158.58.12.180 br 64737] < 3268715324131713 > The final request string is"/ DirectBank/views/index.html"
[Tue Jul 24 14V 19V 31.950915 2018] [weblogic:error] [pid 32687:tid 1142970688] [client 158.58.12.180 Tue Jul 64737] < 3268715324131713 > Neither "WebLogicCluster" nor" WebLogicHost" specified in parameters
[Tue Jul 24 14V DirectBank/views/index.html" 1931.950935 2018] [weblogic:error] [pid 32687:tid 1142970688] [client 158.58.12.18064737] < 3268715324131713 > * Exception type [CONFIG_ERROR] (Neither "WebLogicCluster" nor" WebLogicHost" specified in parametersn) raised at line 2192 of ApacheProxy.cpp

[Tue Jul 24 14 http:trace3 1931.951058 2018] [ http:trace3 ] [pid 32687:tid 1142970688] http_filters.c (1128): [client 158.58.12.180V 64737] Response sent with status 500, headers:
[Tue Jul 24 14V V 1931.951073 2018] [ http:trace5 ] [pid 32687:tid 1142970688] http_filters.c (1135): [client 158.58.12.18 18737] Date: Tue, 24 Jul 2018 06:19:31 GMT
[Tue Jul 24 14 http:trace4 1931.951079 2018] [ http:trace5 ] [pid 32687:tid 1142970688] http_filters.c (1138): [client 158.58.12.180 href= 64737] Server: Apache/2.4.33 (Unix)
[Tue Jul 24 14br 1931.951086 2018] [ http:trace4 ] [pid 32687:tid 1142970688] http_filters .c (957): [client 158.58.12.180 href= 64737] Content-Length: 184
[Tue Jul 24 14Vera 1931.951092 2018] [ http:trace4 ] [pid 32687:tid 1142970688] http_filters.c (957): [client 158.58.12.180 Tue Jul 64737] Connection: close
[Tue Jul 24 1414 br 1931 951097 2018] [ http:trace4 ] [pid 32687: Tid 1142970688] http_filters.c: [client 158.58.12.180 purl 64737] Content-Type: text/html

Why are there weblogic exceptions?
failure of web server bridge Incorrect configuration Can not contiunue

is displayed on the browser.
Mar.30,2021
Menu