DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUGĀ·
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://issues.apache.org/bugzilla/show_bug.cgi?id=44388>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED ANDĀ·
INSERTED IN THE BUG DATABASE.

http://issues.apache.org/bugzilla/show_bug.cgi?id=44388





------- Additional Comments From [EMAIL PROTECTED]  2008-02-10 21:30 -------
Request is made via SSL with client certificate
Configuration for this virtual host:

<IfDefine SSL>

NameVirtualHost 192.168.108.32:443
<VirtualHost 192.168.108.32:443>
     ServerAdmin [EMAIL PROTECTED]
     DocumentRoot /opt/apache/htdocs
     ServerName secure.test.apus.az:443

     LogLevel debug
     ErrorLog logs/ssl_error.log
     CustomLog /opt/apache/logs/ssl_request.log \
          "%t %h %{SSL_PROTOCOL}x %{SSL_CIPHER}x %{SSL_COMPRESS_METHOD}x \"%r\" 
%b"

     SetOutputFilter DEFLATE

     SSLEngine on
     SSLProxyEngine on

     SSLCertificateFile /opt/apache/conf/ssl.crt/secure.test.apus.az.crt
     SSLCertificateKeyFile /opt/apache/conf/ssl.key/secure.test.apus.az.key
     SSLCACertificateFile /opt/apache/conf/ssl.crt/ca-bundle.crt
     SSLVerifyClient require

     # Weblogic parameters
     WebLogicHost apuscft01
     WebLogicPort 7002
     SecureProxy ON
     TrustedCAFile /opt/apache/conf/ssl.crt/ca-bundle.crt

     <Location /iCareConsole>
         SetHandler weblogic-handler
         WLLogFile /opt/apache/logs/wl-iCareConsole.log
         Debug ALL
         WLExcludePathOrMimeType *.jpg,*.gif,*.css,*.js,*.htm,*.html,*.jar
     </Location>

     <Location /APUS>
         SetHandler weblogic-handler
         WLLogFile /opt/apache/logs/wl-IPW.log
         Debug ALL
         WLExcludePathOrMimeType *.jpg,*.gif,*.css,*.js,*.htm,*.html,*.jar
     </Location>

</VirtualHost>


The HTTP request which causes Apache child crash is for /iCareConsole and should
be handled by weblogic-handler (i.e. it is not excluded by directive
WLExcludePathOrMimeType).

If I disable second WLExcludePathOrMimeType parameter (in location /APUS ),
problem seems to be resolved: child is no longer crashed and requests are
processed normally. However, Weblogic documentation specifies that this
parameter can be defined locally at the Location tag level as well as globally
(http://edocs.bea.com/wls/docs81/plugins/plugin_params.html#1158077)

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

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to