>From 072f3606be11e1e00542261017be531d8f4ade9b Mon Sep 17 00:00:00 2001 From: Neil Jerram Date: Fri, 21 Jan 2011 16:31:30 +0000 Subject: [PATCH 1/6] Export server impl so that applications can use it --- tekuti/mod-lisp.scm | 3 ++- 1 files changed, 2 insertions(+), 1 deletions(-) diff --git a/tekuti/mod-lisp.scm b/tekuti/mod-lisp.scm index 59002b7..c302f58 100644 --- a/tekuti/mod-lisp.scm +++ b/tekuti/mod-lisp.scm @@ -33,7 +33,8 @@ #:use-module (web http) #:use-module (web request) #:use-module (web response) - #:use-module (web server)) + #:use-module (web server) + #:export (mod-lisp)) ;;; FIXME: ignore SIGPIPE, otherwise apache dying will kill us -- 1.7.1