Files
bpfire/config/phpSANE/phpSANE.conf
Wolfgang Apolinarski d41fe99f74 Update to apache 2.4.27
- Updated to apache 2.4
- Updated the htpasswd generation to use the more secure bcrypt algorithm

Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
2017-09-04 12:40:20 +01:00

16 lines
233 B
Plaintext

Listen 1003
<VirtualHost *:1003>
DocumentRoot /srv/web/phpSANE
Include /etc/httpd/conf/conf.d/php*.conf
<Directory /srv/web/phpSANE>
Options None
AllowOverride None
Require all granted
</Directory>
</VirtualHost>