mirror of
https://github.com/vincentmli/bpfire.git
synced 2026-04-09 18:45:54 +02:00
- 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>
16 lines
233 B
Plaintext
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>
|