summaryrefslogtreecommitdiffstats
path: root/boot-env/preboot/conf/apache-openslx-preboot.conf
diff options
context:
space:
mode:
authorSebastian Schmelzer2010-09-02 17:50:49 +0200
committerSebastian Schmelzer2010-09-02 17:50:49 +0200
commit416ab8a37f1b07dc9f6c0fb3ff1a8ff2036510b5 (patch)
tree4715f7d742fec50931017f38fe6ff0a89d4ceccc /boot-env/preboot/conf/apache-openslx-preboot.conf
parentFix for the problem reported on the list (sed filter forgotten for the (diff)
downloadcore-416ab8a37f1b07dc9f6c0fb3ff1a8ff2036510b5.tar.gz
core-416ab8a37f1b07dc9f6c0fb3ff1a8ff2036510b5.tar.xz
core-416ab8a37f1b07dc9f6c0fb3ff1a8ff2036510b5.zip
change dir structure
Diffstat (limited to 'boot-env/preboot/conf/apache-openslx-preboot.conf')
-rw-r--r--boot-env/preboot/conf/apache-openslx-preboot.conf24
1 files changed, 0 insertions, 24 deletions
diff --git a/boot-env/preboot/conf/apache-openslx-preboot.conf b/boot-env/preboot/conf/apache-openslx-preboot.conf
deleted file mode 100644
index 4eb58809..00000000
--- a/boot-env/preboot/conf/apache-openslx-preboot.conf
+++ /dev/null
@@ -1,24 +0,0 @@
- ScriptAlias /openslx-preboot/cgi-bin/ "/opt/openslx/share/boot-env/preboot/http-server/"
-
- Alias "/openslx-preboot/users/" "/srv/openslx/preboot-users/"
- <Directory "/srv/openslx/preboot-users/">
- Options -Indexes -ExecCGI FollowSymLinks MultiViews
- AllowOverride None
- Order allow,deny
- allow from all
- </Directory>
-
- Alias /openslx-preboot/ "/srv/openslx/preboot/"
- <Directory "/srv/openslx/preboot/">
- Options -Indexes -ExecCGI FollowSymLinks MultiViews
- AllowOverride None
- Order allow,deny
- allow from all
- </Directory>
-
- <Directory "/opt/openslx/share/boot-env/preboot/http-server/">
- AllowOverride None
- Options +ExecCGI -MultiViews +SymLinksIfOwnerMatch
- Order allow,deny
- Allow from all
- </Directory>