ID: 25305 Comment by: sailorb at netvision dot net dot il Reported By: goweb at o2 dot co dot uk Status: Closed Bug Type: Other web server Operating System: Windows PHP Version: 4.3.3 New Comment:
You say that the problem is solved by setting cgi.fix_pathinfo = 1 to fix the "No input file specified." problem. However, I am running Xitami v2.5b1 with PHP 4.3.4 on Win2k and I still recieve the error. In php.ini I have the following: ; doc_root = cgi.force_redirect = 0 cgi.fix_pathinfo = 1 I think the issue is related to the fact that the default cgi-bin directory is seperated from the webpages directory i.e. c:\xitami\cgi-bin and c:\xitami\webpages? Maybe changing Xitami settings so that cgi-bin will be under webpages will help (i.e. c:\xitami\webpages\cgi-bin)? Previous Comments: ------------------------------------------------------------------------ [2003-08-28 17:47:47] goweb at o2 dot co dot uk Problem solved - for some reason cgi.fix_pathinfo MUST be set to 1 for it to work with Xitami. ------------------------------------------------------------------------ [2003-08-28 17:28:03] goweb at o2 dot co dot uk EDIT: Now PHP 4.3.2 no longer works ------------------------------------------------------------------------ [2003-08-28 16:48:37] goweb at o2 dot co dot uk Description: ------------ Whatever script I try to run on my Xitami web server, I get the following text returned: No input file specified. This is all that is returned. I am using the PHP4-recommended php.ini file and have only changed the extension_dir, doc_root and cgi.force-redirect. All these scripts worked with PHP 4.3.2 ------------------------------------------------------------------------ -- Edit this bug report at http://bugs.php.net/?id=25305&edit=1
