#Listen 7443
<VirtualHost *:7443>
DocumentRoot "/openils/var/web"
- ServerName localhost:7443
- ServerAlias 127.0.0.1:7443
+ ServerName localhost:443
+ ServerAlias 127.0.0.1:443
SSLEngine on
SSLProxyEngine on # required for ErrorDocument 404 on SSL connections
SSLHonorCipherOrder On
# ----------------------------------------------------------------------------------
<VirtualHost *:7080>
- ServerName localhost:7080
- ServerAlias 127.0.0.1:7080
+ ServerName localhost:80
+ ServerAlias 127.0.0.1:80
DocumentRoot /openils/var/web/
DirectoryIndex index.html index.xhtml
# - absorb the shared virtual host settings