aboutsummaryrefslogtreecommitdiffstats
path: root/apache2-site.conf-dist-cgi
diff options
context:
space:
mode:
Diffstat (limited to 'apache2-site.conf-dist-cgi')
-rw-r--r--apache2-site.conf-dist-cgi16
1 files changed, 16 insertions, 0 deletions
diff --git a/apache2-site.conf-dist-cgi b/apache2-site.conf-dist-cgi
new file mode 100644
index 0000000..7ee3cda
--- /dev/null
+++ b/apache2-site.conf-dist-cgi
@@ -0,0 +1,16 @@
+
+Alias @@LXRURL@@/favicon.ico "@@LXRROOT@@/webroot/favicon.ico"
+Alias @@LXRURL@@/robots.txt "@@LXRROOT@@/webroot/robots.txt"
+Alias @@LXRURL@@/.static "@@LXRROOT@@/webroot/.static"
+
+# For LXRng installed directly in the web site root, use
+# ScriptAlias / "@@LXRROOT@@/webroot/lxr.cgi/"
+# otherwise use (no trailing slash):
+# ScriptAlias /@@LXRURL@@ "@@LXRROOT@@/webroot/lxr.cgi"
+
+<Directory "@@LXRROOT@@/webroot/">
+ Options ExecCGI
+ AllowOverride None
+ Order deny,allow
+ Allow from all
+</Directory>