Using a rewrite in .htaccess on the home page will push everyone to https. Seems that the server should auto push to the https from http, but it does not. On my website I put the following at the top of the .htaccess file

RewriteEngine On
RewriteCond %{HTTPS} off
RewriteRule ^(.*)$ https://%{HTTP_HOST}%{REQUEST_URI} [L,R=301]


-------------------------
Scott Doctor
sc...@scottdoctor.com
-------------------------

On 10/15/2016 18:47, Richard Hipp wrote:
On 10/15/16, Johan Kuuse <jo...@kuu.se> wrote:
Hi,

I cannot acces www.fossil-scm.org
Anyway, www.fossil-scm.org:8080 responds, so it seems to be a problem
with the web server.
xinitd, which manages inbound connections on port 80, had crashed.  I
restarted it.  Things should be working again.  Thanks for the report.
I had not noticed it before because I always use https instead of
http.

https on port 443 is managed by stunnel4.  It was still running.
Apache manages port 8080 and it was still running.  Backup servers at
http://www2.fossil-scm.org/ and http://www3.fossil-scm.org/ were both
still running.


_______________________________________________
fossil-users mailing list
fossil-users@lists.fossil-scm.org
http://lists.fossil-scm.org:8080/cgi-bin/mailman/listinfo/fossil-users

Reply via email to