]> granicus.if.org Git - apache/blobdiff - config.layout
Fix RedirectMatch so it won't emit invalid Location fields.
[apache] / config.layout
index aad4938b8a171825bd1c1a0bd5148add1a0dcf27..88070670a15fc262f86144df12a4e55e0ec93ff3 100644 (file)
@@ -1,8 +1,8 @@
 ##
-##  config.layout -- APACI Pre-defined Installation Path Layouts
+##  config.layout -- Pre-defined Installation Path Layouts
 ##
 ##  Hints:
-##  - layouts can be loaded with APACI's --with-layout=ID option
+##  - layouts can be loaded with configure's --with-layout=ID option
 ##  - when no --with-layout option is given, the default layout is `Apache'
 ##  - a trailing plus character (`+') on paths is replaced with a 
 ##    `/<target>' suffix where <target> is the the argument from 
     logfiledir:    $prefix/logs
     proxycachedir: $prefix/proxy
 </Layout>
+
+# Debian layout
+<Layout Debian>
+    prefix:        
+    exec_prefix:   $prefix/usr
+    bindir:        $exec_prefix/bin
+    sbindir:       $exec_prefix/sbin
+    libexecdir:    $exec_prefix/lib/apache2/modules
+    mandir:        $exec_prefix/share/man
+    sysconfdir:    $prefix/etc/apache2
+    datadir:       $exec_prefix/share/apache2
+    iconsdir:      $datadir/icons
+    htdocsdir:     $prefix/usr/share/apache2/default-site/htdocs
+    cgidir:        $prefix/usr/lib/cgi-bin
+    includedir:    $exec_prefix/include/apache2
+    localstatedir: $prefix/var/run
+    runtimedir:    $prefix/var/run
+    logfiledir:    $prefix/var/log/apache2
+    proxycachedir: $prefix/var/cache/apache2/proxy
+    infodir:       $exec_prefix/share/info
+    installbuilddir: $prefix/etc/apache2/build
+</Layout>