Mantis - Resin
Viewing Issue Advanced Details
3 minor always 11-24-05 07:41 01-10-06 16:13
sam  
ferg  
urgent  
closed  
fixed  
none    
none 3.0.18  
0000003: manual dispatching in Apache httpd.conf
(rep by M Muenke)

Manual dispatching specified in httpd.conf always returns a 503.
The following worked in 3.0.14, but does not work in 3.0.15:

CauchoHost 127.0.0.1 6802

<LocationMatch /(servlet|axis)/*>
  SetHandler caucho-request
</LocationMatch>

ResinConfigServer works in 3.0.15:

ResinConfigServer 127.0.0.1 6802

Notes
(0000670)
ferg   
01-10-06 16:13   
config.c, cse_match_request now checks for a null config_cluster. If there is no cluster, never match the URLs, i.e. wait for an explicit match.