From fdf9a42df2892bae989ec2d47d5c22817dec7271 Mon Sep 17 00:00:00 2001 From: Adam Chlipala Date: Wed, 6 Jun 2007 16:14:37 +0000 Subject: [PATCH] Change context requirement for rewriteBase; change CGI principal convention --- lib/mod_rewrite.dtl | 2 +- src/plugins/apache.sml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/mod_rewrite.dtl b/lib/mod_rewrite.dtl index 877e1c4..2e29877 100644 --- a/lib/mod_rewrite.dtl +++ b/lib/mod_rewrite.dtl @@ -54,7 +54,7 @@ extern val rewriteCond : no_spaces -> no_spaces -> [mod_rewrite_cond_flag] -> [^ {{See Apache documentation for RewriteCond.}} -extern val rewriteBase : no_spaces -> [^Vhost]; +extern val rewriteBase : no_spaces -> [Location]; {{See Apache documentation for RewriteBase.}} diff --git a/src/plugins/apache.sml b/src/plugins/apache.sml index 4a399e8..3266d54 100644 --- a/src/plugins/apache.sml +++ b/src/plugins/apache.sml @@ -445,7 +445,7 @@ val () = Env.containerV_one "vhost" if isWaklog node then (TextIO.output (file, "\n\tWaklogProtected on\n\tWaklogPrincipal "); TextIO.output (file, user); - TextIO.output (file, "/cgi@HCOOP.NET /etc/keytabs/cgi/"); + TextIO.output (file, "/daemon@HCOOP.NET /etc/keytabs/user.daemon/"); TextIO.output (file, user)) else (); -- 2.20.1