diff options
author | Patrick Simianer <p@simianer.de> | 2015-10-28 13:43:08 +0100 |
---|---|---|
committer | Patrick Simianer <p@simianer.de> | 2015-10-28 13:43:08 +0100 |
commit | 04563ca60c3ffb2c02edf5e09582528d837aa925 (patch) | |
tree | f78c3fa38a9bca1bb798b193cd20b629925dc6d8 /external | |
parent | 000cd92db93f8c6655e150b07deed690b6b4db11 (diff) |
mv
Diffstat (limited to 'external')
-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> |