testNoHtaccess
authorAdam Chlipala <adamc@hcoop.net>
Sun, 24 Feb 2008 20:53:04 +0000 (20:53 +0000)
committerAdam Chlipala <adamc@hcoop.net>
Sun, 24 Feb 2008 20:53:04 +0000 (20:53 +0000)
lib/apache.dtl
src/plugins/apache.sml

index ebfbeb4..483330f 100644 (file)
@@ -79,3 +79,5 @@ extern val serverAlias : host -> [Vhost];
 extern val serverAliasDefault : [Vhost];
 {{Like serverAliasDefault, but adds aliases for the domains being configured
   instead of any of their hosts/"subdomains".}}
+
+extern val testNoHtaccess : [Location];
index eb4623a..b34eb56 100644 (file)
@@ -1050,4 +1050,7 @@ val () = Domain.registerDescriber (Domain.considerAll
                                    Domain.Extension {extension = "vhost_ssl",
                                                      heading = fn host => "SSL web vhost " ^ host ^ ":"}])
 
+val () = Env.action_none "testNoHtaccess"
+        (fn path => write "\tAllowOverride None\n")
+
 end