I use apache on my MacBook to test SSL with my rails applications, turned it on today and its not working. I just get "Safari can’t connect to the server." for any https requests and I can't work out why. Its acting like apache isnt running but as far as I can tell it is.
I have something else running on port 80 which is working fine, its just https on port 443 that isnt (aka just apache) I now believe that its not picking up on my config in httpd.conf because I added "this wont work" to the end of httpd.conf expecting to see errors on startup but none appeared.
Has there been an update or some config change which will stop apache from loading my config file?