2 Sites Stopped Working

Discussion in 'General' started by FeraTechInc, Jan 13, 2011.

  1. FeraTechInc

    FeraTechInc Member HowtoForge Supporter

    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.
     
  2. falko

    falko Super Moderator Howtoforge Staff

    Which PHP mode do you use for the sites? modd_php, fcgi, cgi, suphp?
     
  3. FeraTechInc

    FeraTechInc Member HowtoForge Supporter

    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?
     

Share This Page