summaryrefslogtreecommitdiffstats
path: root/boot-env/preboot/conf/apache-openslx-preboot.conf
diff options
context:
space:
mode:
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>