summaryrefslogtreecommitdiffstats
path: root/boot-env/preboot/conf/apache-openslx-preboot.conf
diff options
context:
space:
mode:
authorSebastian Schmelzer2009-05-22 19:27:30 +0200
committerSebastian Schmelzer2009-05-22 19:27:30 +0200
commit3eb541251dedf796307d33b195f2510d506626a7 (patch)
treeee229e4c066aba6424f72f3496f0991a9d42a40c /boot-env/preboot/conf/apache-openslx-preboot.conf
parentuse dialog menus instead of radioboxes (diff)
downloadcore-3eb541251dedf796307d33b195f2510d506626a7.tar.gz
core-3eb541251dedf796307d33b195f2510d506626a7.tar.xz
core-3eb541251dedf796307d33b195f2510d506626a7.zip
add apache config; minor path changes
git-svn-id: http://svn.openslx.org/svn/openslx/openslx/trunk@2865 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.conf16
1 files changed, 16 insertions, 0 deletions
diff --git a/boot-env/preboot/conf/apache-openslx-preboot.conf b/boot-env/preboot/conf/apache-openslx-preboot.conf
new file mode 100644
index 00000000..ed7c5082
--- /dev/null
+++ b/boot-env/preboot/conf/apache-openslx-preboot.conf
@@ -0,0 +1,16 @@
+ ScriptAlias /openslx-preboot/cgi-bin/ "/opt/openslx/share/boot-env/preboot/http-server/"
+ 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> \ No newline at end of file