summaryrefslogtreecommitdiff
blob: 48d8b8854b570b919d1616f5190c03f29288ad24 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
<IfDefine LISP>
	<IfModule !mod_lisp2.c>
		LoadModule lisp_module    modules/mod_lisp2.so
	</IfModule>
</IfDefine>

<IfModule mod_lisp2.c>
	LispServer 127.0.0.1 3000 "userdefinedstring"

	<Location /asp>
		SetHandler lisp-handler
	</Location>
</IfModule>