Hello
I added a proxy.conf to a new install of a httpd proxy.
This proxy.conf had an ssl/reverse proxy configuration.
As I don't want the ssl for now, I deleted all the SSL configuration.
Than, I ran:
Code:
service httpd start
I get:
Code:
Starting httpd: (98)Address already in use: make_sock: could not bind to address [::]:80
In the /var/log/msg, I get:
Code:
[Wed Oct 23 15:07:09 2013] [notice] SELinux policy enabled; httpd running as context unconfined_u:system_r:httpd_t:s0
[Wed Oct 23 15:07:09 2013] [notice] suEXEC mechanism enabled (wrapper: /usr/sbin/suexec)
and no httpd process are running (a jboss beside though).
Do you have an idea on what's could be wrong?
Thank you so much for your help