Server-Admin-Log
Version vom 23. Februar 2013, 22:26 Uhr von Tony Ford (Diskussion | Beiträge) (Created page with "== Add HTTPS on login pages of the Wiki and Forum --~~~~ == File: '''/etc/apache2/ports.conf''' add line <source lang="bash"> NameVirtualHost *:443 </source> to resolve t...")
Add HTTPS on login pages of the Wiki and Forum --Tony Ford (talk) 23:26, 23 February 2013 (CET)
File: /etc/apache2/ports.conf
add line
NameVirtualHost *:443
to resolve the message at apache restart
[warn] _default_ VirtualHost overlap on port 443, the first has precedence
File: /ect/apache2/sites-enabled/...wiki
inserted https section
File: .../wiki/LocalSettings.php
set http to https
$wgServer = "https://wiki.opensourceecology.de";
Wiki HTTPS is now enabled and HTTP will redirected to HTTPS automatically