I've done my best to translate this procedure to CentOS 6.8 but have failed. It appears from the error holding apache up from starting indicates I have multiple entries pointing/bound to port 443, but tentatively commenting any or all of them out seems to little to nothing and I get a critical apache error that will not allow the panel or an instance of Apache to run.
BTW,
ran fine during that part of the tutorial initially...
I don't know what to do to progress with this issue. Can anyone give me a hand troubleshooting this? It is likely I have screwed up and commented out the panel url but I am going to start over proofing the process - although since I have done this a number of times and always ended up with this error, I am not expecting to find a fix without some help - when set up just as in the post, I just get an additional error... Thanks in advance.
Code:
# service httpd start:
Starting httpd: [Tue Nov 15 16:12:16 2016] [warn] _default_ VirtualHost overlap on port 443, the first has precedence
(98)Address already in use: make_sock: could not bind to address [::]:443
Code:
# apachectl configtest
[Tue Nov 15 16:14:25 2016] [warn] _default_ VirtualHost overlap on port 443, the first has precedence
Syntax OK
Code:
grep -ir 443 /etc/httpd/conf*
/etc/httpd/conf.d/ssl.conf:Listen 443
/etc/httpd/conf.d/ssl.conf:<VirtualHost _default_:443>
/etc/httpd/conf.d/ssl.conf:
www.example.com:443
BTW,
Code:
apachectl configtest
ran fine during that part of the tutorial initially...
I don't know what to do to progress with this issue. Can anyone give me a hand troubleshooting this? It is likely I have screwed up and commented out the panel url but I am going to start over proofing the process - although since I have done this a number of times and always ended up with this error, I am not expecting to find a fix without some help - when set up just as in the post, I just get an additional error... Thanks in advance.
Everyone makes mistakes, but to truly screw up it takes the root password!