Ever have one of those problems that makes no sense? Yep that's me for the past 2 days...
I've had apache/php stack set up on my osx machine for at least 6 years with little to no problems.
I had all of my v-hosts for local sites under /etc/apache2/other (they were included via httpd.conf)
All of a sudden my local sites stopped working and after tracking down the problem by using:
>sudo apachectl -t
I found out that my v-hosts where no longer there... heck the whole directory /etc/apache2/other was missing.
Now I'm quite sure I did not touch this...the question remains... what the hell happened?
Now I'm not foolish enough to think someone is going to be able to tell me what happened precisely but some insight would be nice:
Has this happened to any of you before? Did osx auto update something and wipe things out? I mean ... I didn't update to a major release... still on El Capitan.
Was it an automatic xcode update?
I'm very baffled right now.