Timeline for HTTPS not working on CentOS Apache 2.4
Current License: CC BY-SA 3.0
5 events
| when toggle format | what | by | license | comment | |
|---|---|---|---|---|---|
| Nov 27, 2015 at 9:59 | comment | added | ostendali | yes, you need to change Listen 80 to Listen 0.0.0.0:80. pls refer to apache official guide if you don't know what you are dealing with: httpd.apache.org/docs/2.2/bind.html | |
| Nov 26, 2015 at 22:01 | comment | added | picko | is that the reason that it's not working? here is my httpd.conf pastebin.com/Hk0u85nb what do I need to look for? Thank you for your help. | |
| Nov 26, 2015 at 16:15 | comment | added | ostendali | Nope, it means your system is running both Ipv4/6 and the apache is automatically binds on ipv6 for some reason. you need to check the main httpd.conf and see what is the IP that apache is listening to. | |
| Nov 26, 2015 at 16:11 | comment | added | picko | This is the output from ifconfig | grep inet6 : inet6 fe80::a00:27ff:feb4:ed8e prefixlen 64 scopeid 0x20<link> inet6 ::1 prefixlen 128 scopeid 0x10<host>. I presume that means it's configured with IPv6? | |
| Nov 26, 2015 at 16:02 | history | answered | ostendali | CC BY-SA 3.0 |