Page 1 of 1

apache not working

Posted: 2014/08/13 00:49:24
by evansmb
I installed the web server from the centos install disk. But apache doesn't seem to answer requests. I've disabled selinux, I have verified http request are getting to the box with tcpdump. apache is running. there was no index file so created one and set the owner to the apache user. When I look at the access_log and error_log it doesn't show any new logs from the previous attempt to access the index file. Would any one have any suggestions for resolving this issue?

Re: apache not working

Posted: 2014/08/13 01:15:05
by TrevorH
Did you open the firewall? Try firewall-cmd --add-service=http and if that works the run the same command again with --permanent to make it... permanent ;-)