summaryrefslogtreecommitdiffstats
path: root/src/boot-env/preboot/conf/apache-openslx-preboot.conf
blob: 4eb58809e26d0065f8158da75bef47ddb90fa9e2 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
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>