我安装win2000svr sp4补丁,集成了xampp(mysql php apache)环境但是我的系统用在了iis上,没有启用apache,可是在服务器上总是出现,运行了一段时间(一天至少一次),登录页面就打开报错了,就象是没有网络连接时打开网页报错情况一样,不知是什么原因,是iis呢?还是php呢?后来我发现在系统进程中有一个apache服务(不是我装的,可能是以前其他的人装的吧)想终止却不能终止,是不是这个原因呢?如果是请问怎么终止它呢?
请教版主、各位有识之士,小弟初学php才三天,系统为win2000+apache2+php5+mysql4,照网上各位高手的文章反复修改httpd.conf+php.ini两个文件,现phpinfo();?>;能出现结果,但照书上的简单例子作了个session_cart.php,总是一片空白。……求助,求助,万分感激中!!!
我有一个perl写的页面,类似于nagios的页面一样.我在linux下配置nginx 以支持perl 但是不成功! 1、安装Perl的FCGI模块 2、安装FCGI-ProcManager 3、Perl的FastCGI启动脚本--fcgi_perl 4、为nginx添加FastCGI的Perl支持 nginx配置: server { listen 6060; server_name snapbilling.vcoole.com; access_log /usr/local/nginx/logs/snapbilling_access_log combined; error_log /usr/local/nginx...
fedora系统,安装好php+Apache后,测试页可以打开,但所有的 .php页都打不开。告警为: [Tue Apr 19 15:55:15 2005] [error] [client 127.0.0.1] File does not exist: /var/www/html/favicon.ico [client 127.0.0.1] php Warning: main(ADO/adodb.inc.php): failed to open stream: No such file or directory in /var/www/html/BugFree/Include/SetupBug.inc.php on line 69 [client 127.0.0.1] php Fatal error: main(): F...
fedora系统,安装好php+Apache后,测试页可以打开,但所有的 .php页都打不开。告警为: [Tue Apr 19 15:55:15 2005] [error] [client 127.0.0.1] File does not exist: /var/www/html/favicon.ico [client 127.0.0.1] php Warning: main(ADO/adodb.inc.php): failed to open stream: No such file or directory in /var/www/html/BugFree/Include/SetupBug.inc.php on line 69 [client 127.0.0.1] php Fatal error: main(): Fail...
访问nginx的目录或者空页面反馈的类似404 Not Found nginx/0.6.17信息页面如何修改 贴上调试成功的帖 error_page 500 502 503 504 404 403 /50x.html; location = /50x.html { root /data/web1; } 错误页面50x.html 文件还必须大于512K才有效 感谢心剑通明~ [ 本帖最后由 lhm0491 于 2008-8-14 10:44 编辑 ]
[CODE]