php5 as cgi

nobaloney

NoBaloney Internet Svcs - In Memoriam †
Joined
Jun 16, 2003
Messages
26,113
Location
California
I've got a client who gets the following:
No input file specified.
on Joomla sites hosted on his server after he converted to PHP5 as cgi. I've tried everything and can't find a problem.

It's not a suPHP UserGroup problem.

There's no error in the error logs. Only this, in the user apache log:
Code:
1.9.90.175 - - [22/Sep/2009:05:42:14 +0200] "GET / HTTP/1.1" 404 311 "-" "Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.8.1.3) Gecko/20070309 Firefox/2.0.0.3"

We've tried everything on these forums.

Has anyone had the same problem?

Did you find anything?

Thanks for any ideas.

Jeff
 
Try renaming the htaccess file to remove it temporarily, see of that fixes the issue.
 
After I checked everything, found a few things, and made sure to follow the instructions here, the client noticed that the individual users php.ini files were created for new sites but not for existing sites.

Doesn't the How-To referenced above include that? Did I somehow miss it?

Jeff
 
Jeff

Did you comment out the open_basedir in the global php.ini file?
 
Last edited:
i was facing the same problem.
I comment it out it was ok. Try it out
 
Thanks for your comments. The client has managed to fix the problem, with my help and your help.

Jeff
 
Hi

can you please mention what was the solution as this will
help other da users in the future.

Regards
 
I'd be happy to, if I knew the details. I have some emails from the client, but it's up to him to release any details.

Jeff
 
Back
Top