From 2e28387613b7de506671f1657ed539d2470caff1 Mon Sep 17 00:00:00 2001 From: Arne Georg Gleditsch Date: Fri, 8 Feb 2008 01:16:56 +0100 Subject: Add Apache config template for mod_perl. --- apache2-site.conf-dist-cgi | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 apache2-site.conf-dist-cgi (limited to 'apache2-site.conf-dist-cgi') 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" + + + Options ExecCGI + AllowOverride None + Order deny,allow + Allow from all + -- cgit v1.2.3