1 2 3 4 5 6 7 8 9 10 11 12 13 14 15
<IfDefine LISP> <IfModule !mod_lisp.c> LoadModule lisp_module modules/mod_lisp.so </IfModule> </IfDefine> <IfModule mod_lisp.c> LispServer 127.0.0.1 3000 "userdefinedstring" <Location /asp> SetHandler lisp-handler </Location> </IfModule>