Disable mod_ssl

Support for security such as Firewalls and securing linux
Post Reply
acoolov
Posts: 1
Joined: 2017/11/07 22:12:55

Disable mod_ssl

Post by acoolov » 2017/11/07 23:03:59

Hello everyone, I hope you all are doing great.

I recently installed SSL on our SuiteCRM on Centos 7 using these instructions:

https://www.digitalocean.com/community/ ... r-centos-7

The https works fine, however, why is http now disabled? How can I have both working in case I would need to disable https?

Right now since I only have https working, even when I disable https, my http still isn't working.

Will appreciate your help!

User avatar
TrevorH
Site Admin
Posts: 33202
Joined: 2009/09/24 10:40:56
Location: Brighton, UK

Re: Disable mod_ssl

Post by TrevorH » 2017/11/08 01:26:20

Enabling ssl should not disable plain http so you apparently did something else at the same time. First check if it's listening on port 80 using ss -antp | grep ":80". If it lists something other than 127.0.0.1 then it is and it's probably your firewall blocking it. If it isn't then you have an http config error and you'll need to look through your config files in /etc/httpd/conf/ and confd.
The future appears to be RHEL or Debian. I think I'm going Debian.
Info for USB installs on http://wiki.centos.org/HowTos/InstallFromUSBkey
CentOS 5 and 6 are deadest, do not use them.
Use the FAQ Luke

Post Reply