HowTo enable /caucho-status for IIS

From Resin 3.0

Revision as of 17:16, 15 May 2006 by Sam (Talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search
Main article: IIS

caucho-status is optional and probably should be avoided in a production site. It lets you ask the isapi_srun module about it's configuration, and the status of the backend server(s), valuable for debugging.


To enable /caucho-status, add a "CauchoStatus yes" line to the resin.ini:

 ResinConfigServer localhost 6802
 CauchoStatus yes

resin.ini is an optional file in inetpub/scripts/ to override the automatic registry $RESIN_HOME/conf/resin.conf configuration file.

Personal tools