diff options
Diffstat (limited to 'external/lfpe-apache.conf')
-rw-r--r-- | external/lfpe-apache.conf | 8 |
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> |