ispCP - Board - Support
[SOLVED] No input file specified - Printable Version

+- ispCP - Board - Support (http://www.isp-control.net/forum)
+-- Forum: ispCP Omega Support Area (/forum-30.html)
+--- Forum: Usage (/forum-34.html)
+--- Thread: [SOLVED] No input file specified (/thread-12653.html)

Pages: 1 2


RE: No input file specified - kilburn - 01-13-2011 06:23 PM

Quote:I can not understand this line: /path/to/the/php/file/that/you/saw/in/the/mod_cgid/call/line

That would be "/var/www/virtual/domain.tdl/htdocs/index.php" in your case. Remember to replace domain.tld by your domain both here and in the "export PHPRC" command.


RE: No input file specified - surfweb82 - 01-13-2011 06:27 PM

I solved!

A little while ago I received a notification of new updates. Updates include PHP is installed it all worked out.

Thank you very much for your help. I will as soon as possible to make a donation!

Thanks again!

PS: To all users who have encountered this problem: upgrade your system and everything is solved!


RE: [SOLVED] No input file specified - MePha - 01-13-2011 07:11 PM

Quote:root@server:~# cd /; su -s/bin/sh vu2007
sh-4.0$ export PHPRC="/var/www/fcgi/domain.tld/php5/"
sh-4.0$ /usr/bin/php5-cgi -f /var/www/virtual/domain.tld/htdocs/a.php
No input file specified.

the only error i found is that all php-files return 404 to browser

updates not available for the server :-/


RE: [SOLVED] No input file specified - surfweb82 - 01-13-2011 07:22 PM

my version of ubuntu is 9.10 64bit. The updates include php5. Try to force updates

(01-13-2011 07:11 PM)MePha Wrote:  
Quote:root@server:~# cd /; su -s/bin/sh vu2007
sh-4.0$ export PHPRC="/var/www/fcgi/domain.tld/php5/"
sh-4.0$ /usr/bin/php5-cgi -f /var/www/virtual/domain.tld/htdocs/a.php
No input file specified.

the only error i found is that all php-files return 404 to browser

updates not available for the server :-/



RE: [SOLVED] No input file specified - MePha - 01-13-2011 07:24 PM

Problem Solved!

Quote:the patch which was added cause CVE-2010-3436 breaks configurations.
If you have set:

open_basedir=/srv/www/

it breaks. You must now set open_basedir=/srv/www without the ending /.
Bug#605391: Patch for CVE-2010-3436 breaks
open_basedir - msg#07360