HowTo enable /caucho-status for IIS
From Resin 3.0
- 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.