summaryrefslogtreecommitdiff
path: root/external
diff options
context:
space:
mode:
Diffstat (limited to 'external')
-rw-r--r--external/lfpe-apache.conf8
1 files changed, 8 insertions, 0 deletions
diff --git a/external/lfpe-apache.conf b/external/lfpe-apache.conf
new file mode 100644
index 0000000..adeca26
--- /dev/null
+++ b/external/lfpe-apache.conf
@@ -0,0 +1,8 @@
+Alias /lfpe /fast_scratch/simianer/lfpe/lfpe/
+
+<Directory /fast_scratch/simianer/lfpe/lfpe>
+ Options +FollowSymLinks
+ AllowOverride All
+ order allow,deny
+ allow from all
+</Directory>