Files
bpfire/config/httpd/vhosts.d/openmailadmin.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
255 B
Plaintext

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