[clhp-cvs] CVS update: clhp/mod_clhp.c

Anthony Ventimiglia aventimiglia at common-lisp.net
Wed Nov 12 21:57:40 UTC 2003


Update of /project/clhp/cvsroot/clhp
In directory common-lisp.net:/tmp/cvs-serv9028

Modified Files:
	mod_clhp.c 
Log Message:
changed name of clhp handler to clhp-handler for Apache coinfig

Date: Wed Nov 12 16:57:40 2003
Author: aventimiglia

Index: clhp/mod_clhp.c
diff -u clhp/mod_clhp.c:1.3 clhp/mod_clhp.c:1.4
--- clhp/mod_clhp.c:1.3	Wed Nov 12 15:44:38 2003
+++ clhp/mod_clhp.c	Wed Nov 12 16:57:40 2003
@@ -1,4 +1,4 @@
-/* $Id: mod_clhp.c,v 1.3 2003/11/12 20:44:38 aventimiglia Exp $
+/* $Id: mod_clhp.c,v 1.4 2003/11/12 21:57:40 aventimiglia Exp $
    
   CLHP the Common Lisp Hypertext Preprocessor
   (C) 2003 Anthony J Ventimiglia
@@ -100,7 +100,7 @@
 // Associate the handler with Handler String
 static handler_rec Handlers[] =
   {
-    { "clhp", Handler },
+    { "clhp-handler", Handler },
     { NULL }
   };
 





More information about the Clhp-cvs mailing list