summaryrefslogtreecommitdiffstats
path: root/src/boot-env/preboot/conf/apache-openslx-preboot.conf
diff options
context:
space:
mode:
Diffstat (limited to 'src/boot-env/preboot/conf/apache-openslx-preboot.conf')
-rw-r--r--src/boot-env/preboot/conf/apache-openslx-preboot.conf24
1 files changed, 24 insertions, 0 deletions
diff --git a/src/boot-env/preboot/conf/apache-openslx-preboot.conf b/src/boot-env/preboot/conf/apache-openslx-preboot.conf
new file mode 100644
index 00000000..4eb58809
--- /dev/null
+++ b/src/boot-env/preboot/conf/apache-openslx-preboot.conf
@@ -0,0 +1,24 @@
+ 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>