With no changes being made to the server. All of a sudden two of my sites have the following error: " No input file specified. " I have checked the configuration and apache logs. There is no sign of an error. All PHP scripts return the same error. I even created a info.php file <?php phpinfo(); ?> With the same result.
Here is the strangest part. Normally the mode I use for all sites is: Fast-CGI I tried changing it to ModPHP, SuPHP and went through each option with not changes. 2 days later. The websites magically started working. There were no changes to the server. It wasn't even restarted. Is there any way I can track down what happened?