You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/www-apache/mod_caucho/files/88_mod_caucho.conf

22 lines
496 B

<IfDefine CAUCHO>
# Load module:
LoadModule caucho_module modules/mod_caucho.so
# Define first Resin server:
ResinConfigServer localhost 6802
# If you want to use load balancing add more hosts:
# ResinConfigServer host1.example.com 6802
# ResinConfigServer host2.example.com 6802
# This enables status page of server: http://localhost/caucho-status
CauchoStatus yes
# To use this module:
#<Location /webapp/*>
# SetHandler caucho-request
#</Location>
</IfDefine>
# vim: ts=4 filetype=apache