summaryrefslogtreecommitdiffstats
path: root/boot-env/preboot/conf/apache-openslx-preboot.conf
diff options
context:
space:
mode:
authorSebastian Schmelzer2009-06-18 20:06:52 +0200
committerSebastian Schmelzer2009-06-18 20:06:52 +0200
commitd64b0b37d63d36b1c01613f31466856ed14f80c7 (patch)
treea5faba3c9242f38cc57869796e87f8f024181a5e /boot-env/preboot/conf/apache-openslx-preboot.conf
parentUpdated the syslinux components to HPAs new version (3.82) ... (diff)
downloadcore-d64b0b37d63d36b1c01613f31466856ed14f80c7.tar.gz
core-d64b0b37d63d36b1c01613f31466856ed14f80c7.tar.xz
core-d64b0b37d63d36b1c01613f31466856ed14f80c7.zip
Makefile: remove tabs
new preboot test version git-svn-id: http://svn.openslx.org/svn/openslx/openslx/trunk@2974 95ad53e4-c205-0410-b2fa-d234c58c8868
Diffstat (limited to 'boot-env/preboot/conf/apache-openslx-preboot.conf')
-rw-r--r--boot-env/preboot/conf/apache-openslx-preboot.conf12
1 files changed, 10 insertions, 2 deletions
diff --git a/boot-env/preboot/conf/apache-openslx-preboot.conf b/boot-env/preboot/conf/apache-openslx-preboot.conf
index ed7c5082..4eb58809 100644
--- a/boot-env/preboot/conf/apache-openslx-preboot.conf
+++ b/boot-env/preboot/conf/apache-openslx-preboot.conf
@@ -1,6 +1,14 @@
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
@@ -13,4 +21,4 @@
Options +ExecCGI -MultiViews +SymLinksIfOwnerMatch
Order allow,deny
Allow from all
- </Directory> \ No newline at end of file
+ </Directory>