summaryrefslogtreecommitdiffstats
path: root/boot-env/preboot/conf/apache-openslx-preboot.conf
blob: ed7c5082ed8cf447ba4d75e486d2cc86968507ef (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
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>