blob: 5da57022d044c691d01afba4840349cb7a0f4e31 (
plain)
1
2
3
4
5
6
7
8
9
10
|
<IfDefine CPPSERV>
# Load the module first
LoadModule cserv_module modules/mod_cserv.so
# Set it to run servlets
<Location /cserv>
SetHandler cserv-handler
CServUnixPath /tmp/cppserv.sock
</Location>
</IfDefine>
|