]> git.ipfire.org Git - people/mlorenz/ipfire-2.x.git/blob - config/phpSANE/phpSANE.conf
Update to apache 2.4.27
[people/mlorenz/ipfire-2.x.git] / config / phpSANE / phpSANE.conf
1 Listen 1003
2
3 <VirtualHost *:1003>
4
5 DocumentRoot /srv/web/phpSANE
6
7 Include /etc/httpd/conf/conf.d/php*.conf
8
9 <Directory /srv/web/phpSANE>
10 Options None
11 AllowOverride None
12 Require all granted
13 </Directory>
14
15 </VirtualHost>