Mantis - Resin
Viewing Issue Advanced Details
4521 minor always 04-27-11 07:02 08-29-11 15:27
cowan  
ferg  
high  
closed 3.1.11  
fixed  
none    
none 3.1.11  
0004521: Apache crashes on windows with mod_caucho when using ResinConfigServer
(Rep by SHINOMIYA Nobuaki)

1. install apache2.2.17

2. install resin-3.1.11

3. edit httpd.conf.
LoadModule caucho_module C:/resin/win32/apache-2.2/mod_caucho.dll

ResinConfigServer localhost 6800
<Location /caucho-status>
  SetHandler caucho-status
</Location>

4. edit resin.conf

  <!-- <http address="*" port="8080"/> -->

  <server id="" address="127.0.0.1" port="6800"/>

5&65294;start apache and resin.
I tested the same setup on Windows Vista. When apache is start from the command line using just "httpd.exe" and I make a brower access to /caucho-status, windows produces an application fault. I've attached the log.

Upon modifying httpd.conf to use CauchoHost instead of ResinConfigServer /caucho-status works OK.

 apache fault.txt [^] (1,298 bytes) 04-27-11 07:04

Notes
(0005209)
cowan   
04-27-11 07:04   
Issue does not occur using Resin 4.0.15