summarylogtreecommitdiffstats
path: root/apache.example.conf
blob: c9ca6e0eb87fa8389c28102b4b2afd92597821bb (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# Apache configuration file for IVRE

<IfModule !mpm_prefork_module>
        LoadModule cgid_module modules/mod_cgid.so
</IfModule>
<IfModule mpm_prefork_module>
        LoadModule cgi_module modules/mod_cgi.so
</IfModule>

ScriptAlias /ivre/cgi-bin "/usr/share/ivre/web/cgi-bin"
Alias /ivre "/usr/share/ivre/web/static"

<Directory "/usr/share/ivre/web">
    Options None
    AllowOverride None
    Require all granted
</Directory>