昨天在freebsd下安装了nginx+fastcgi跑wordpress 可以正常打开首页,文章打开也没有问题,但进去后台点击任何内容就出现No input file specified.错误 我试了将php.ini里的doc_root ="注释掉,也试了修改PHP.ini里的safe_mode为off 但都没有效果,网上的解决方法都一样,复制来复制去,现请求各位高手帮忙出招,感谢! 补充下,我设了Rewrite if (-f $request_filename/index.html){ rewrite (.*) $1/index.html brea...
by chenkangle - BSD - 2008-07-24 08:38:11 阅读(2391) 回复(4)
软件都安装在 E:\WAMP目录下,例如E:\WAMP\php ,E:\WAMP\nginx 我网站的根目录是:E:\website,下面只有一个index.php文件,里面是phpinfo()这个函数 nginx的配置文件如下 nginx.conf文件内容 [code] #user nobody; worker_processes 1; error_log logs/error.log; pid logs/nginx.pid; events { worker_connections 64; } http { include /cygdrive/e/wamp/nginx/conf/mime.types; default_...
我启动PHP出现: Status: 404 Content-type: text/html X-Powered-By: PHP/4.3.2 No input file specified. 这是怎么回事呀,哪位大哥指点一下呀? 还有: cat /var/log/httpd/error_log [Thu Jun 22 00:35:39 2006] [notice] Digest: generating secret for digest authent ication ... [Thu Jun 22 00:35:39 2006] [notice] Digest: done [Thu Jun 22 00:35:40 2006] [notice] Apache/2.0.46 (Red Hat) configured -- resumi ng n...
nginx fast_cgi ,测试php页面,出现No input file specified. location ~ \.php$ { root html; fastcgi_pass 127.0.0.1:9000; fastcgi_index index.php; fastcgi_param SCRIPT_FILENAME /scripts$fastcgi_script_name; include fastcgi_params; }
我的nginx安装完成以后,启动了php-cgi /usr/local/nginx/conf# /usr/local/nginx/sbin/spawn-fcgi -f /usr/local/php5/bin/php-cgi -a 127.0.0.1 -p 10005 -u lighttpd -g lighttpd spawn-fcgi.c.206: child spawned successfully: PID: 19688 ps auxww | grep cgi lighttpd 19688 0.0 0.2 19096 4636 ? Ss 14:56 0:00 /usr/local/php5/bin/php-cgi lighttpd 19689 0.0 0.1 19096 2620 ? S 14:56...
/home/module/ /var/www/html/ 我在以上的两个目录里都有代码,我怎么才能用ctags来做两个目录的索引呢,谢谢,别告诉我help一下啊,没看明白才来问的:mrgreen: 谢谢
一直用ctags都没问题, 可不知道为什么突然出现 tag not found的错误?弄了半天还是这错误,安装了最新的ctags还是不行 而且奇怪的就这个 xxx.c 文件出现错误, 其他文件的都[c-]][c-t]都没问题,最后我把这个文件的内容复制出来,新建一文件夹,在这文件夹中建一 yyy.c 并复制 xxx中内容可还是 出现tag not found???????