I have a server, CentOs 6.5 which were installed xampp by a friend of mine. But I thought it's best to install apache, php and mysql from yum. I have it removed simply by using this
#rm -rf /opt/lampp
And I thought it has been completely removed but it didn't happen that way. Maybe I forgot to stop the service httpd. Then I proceed to install Apache 2.4 by following this steps. The error came out when I try to start
service httpd24-httpd start
Starting httpd: (98)Address already in use: AH00072: make_sock: could not bind to address 202.190.185.62:80
no listening sockets available, shutting down
AH00015: Unable to open logs
how do I fix this? Do I have to reinstall the apache by sudo yum install httpd