Works fine for me Selinux enabled httpd-2.2.11-8.x86_64 First check if the service is running ( service httpd status ) Else check if the syntax of the confs are ok ( apachectl -t ) If it's not then restore/revert the changes you made to the conf files you did make backup right! If the syntax is ok but the daemon ain't running start disabling modules one by one and try starting the daemon start disabling the ones that are in /etc/httpd/conf.d/ A rule of thumb is not to install modules that you do no intent to use Some of the modules can conflict with each other and thus prevent the daemon from running. Check if the daemon is listening ( netstat -pant ) If it is then you can disable the firewall and selinux for a brief moment to check if its blocking access to the daemon thou you should always be able to access the daemon via localhost ( service iptables stop && setenforce 0 and service iptables start && setenforce 1 to enable it again ) JBG -- fedora-test-list mailing list fedora-test-list@xxxxxxxxxx To unsubscribe: https://www.redhat.com/mailman/listinfo/fedora-test-list