This is the SECOND TIME this has happened.
All my "php" and "php-cgi" (for all versions) suddenly went NON-EXECUTABLE for all users, including root!
What would cause this?
I had to manually go and chmod +x each of them.
ALSO, at the same time, some kind of Apache config was clobbered -- I had to add a new line to .htaccess for EACH of my websites:
DirectoryIndex index.php
This was set by default in apache before.
Again, why did my existing CFG get clobbered?