# This is an example configuration to get you started. LoadModule lisp_module extramodules/mod_lisp.so LispServer 127.0.0.1 3000 "server1" AddHandler lisp-handler .lsp # In the Common Lisp implementation, the initialization code # corresponding to the above would be: # # (require :modlisp) # (ml:modlisp-start :port 3000) # # Example requests: # # http://localhost/debug.lsp # http://localhost/fixed.lsp # Matthew Kennedy