blob: 20e0e7081136de42bacf2b9d6669d1285efc2dd0 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
|
<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
|