I solved the issue. Apparently apache2 was started on port 80. I don't know why it was started, maybe I installed it on the vps server and then moved on to OLS with Cyber Panel. I rebooted the server but the system started by default apache2 on port 80. I just stopped apache2 and gracefully...
Where should I look for a missconfiguration on port 80?
I'm seeing this in the logs
After some investigation I found out that there are several apache processes that use port 80. Is this normal?
This did not work either.
I noticed that the default listener is not running and I don't know why. Maybe this might have something to do with the issue.
I'm using Cyber Panel.
Hello,
I have some problems with redirecting http to https. If I write https:// example.com in the browser address bar it works just fine. However, if I type http:// example.com it does not redirect me to https, but it shows me the server default page.
My .htaccess file contains the...