From 4206c1b1dcf3cc6eb59a2667fda0ef339563513c Mon Sep 17 00:00:00 2001 From: david <> Date: Thu, 5 Sep 2002 10:51:19 +0000 Subject: [PATCH] Settings file for the LDPDB. --- LDP/lampadas/conf/ldp.httpd.conf | 73 ++++++++++++++++++++++++++++++++ 1 file changed, 73 insertions(+) create mode 100644 LDP/lampadas/conf/ldp.httpd.conf diff --git a/LDP/lampadas/conf/ldp.httpd.conf b/LDP/lampadas/conf/ldp.httpd.conf new file mode 100644 index 00000000..7bd44e0d --- /dev/null +++ b/LDP/lampadas/conf/ldp.httpd.conf @@ -0,0 +1,73 @@ +# +# This is a sample httpd.conf +# +# This is the configuration being used for LDP testing at +# db.tldp.org. +# + + ServerName ldpdb.lupercalia.net + ServerAlias db.tldp.org + UseCanonicalName Off + AddDefaultCharset UTF-8 + AddCharset UTF-8 .html + + DocumentRoot /home/david/ldp/cvs/LDP/lampadas/pylib + + AllowOverride None + SetHandler python-program + PythonHandler ModPython + PythonAutoReload On + PythonDebug On + Order allow,deny + Allow from all + RewriteEngine on + RewriteRule ^$ /index.html [R] + RewriteRule ^/$ /index.html [R] + + + Alias /data /home/david/ldp/cvs/LDP/lampadas/pylib/data + + AllowOverride None + PythonPath "['/home/david/ldp/cvs/LDP/lampadas/pylib'] + ['/home/david/ldp/cvs/LDP/lampadas/pylib/data'] + sys.path" + SetHandler python-program + PythonHandler mod_python.publisher + PythonDebug On + Order allow,deny + Allow from all + + + Alias /doc /var/cache/lampadas/www/doc + + AllowOverride None + Options Indexes + Order allow,deny + Allow from all + DirectoryIndex index.html + + + Alias /docdownloads /var/cache/lampadas/www/doc + + DirectoryIndex foo.html + Options Indexes Multiviews + AllowOverride None + Order allow,deny + Allow from all + RemoveType .html + ForceType text/plain + + + Alias /images /home/david/ldp/cvs/LDP/lampadas/www/images + + AllowOverride None + Order allow,deny + Allow from all + + + Alias /css /home/david/ldp/cvs/LDP/lampadas/www/css + + AllowOverride None + Order allow,deny + Allow from all + + +