I get Page Load Error--Failed to Connect when attempting to access my web server.
I was editing the httpd.conf file directly to test some configurations while trying to get MODx (
www.modxcms.com) friendly URLs to work. I worked on the actual file in spite of the banner at the top that states to not directly modify the file since it will be overwritten next time the templates are expanded. That is actually what I want since I am experimenting.
After setting AllowOverride All on /home/e-smith/files/ibays/Primary/html directory and adding
LoadModule rewrite_module modules/mod_rewrite.so
I restarted httpd with
/etc/init.d/httpd-e-smith restart
That broke my server. I rebooted thinking that the templates would expand over my errors and fix the problem, but no.
Any ideas?