php
文章平均质量分 88
baiyangliu
不谈技术只扯淡
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
No input file specified
1.修改nginx主配置文件nginx.conf默认安装的nginx配置文件中定义fastcgi处是:fastcgi_param SCRIPT_FILENAME /scripts$fastcgi_script_name;改成:fastcgi_param SCRIPT_FILENAME $document_root$fastcgi_script_name;2.修改原创 2013-08-01 16:25:58 · 880 阅读 · 0 评论 -
Browser.php
<?php/** * File: Browser.php * Author: Chris Schuld (http://chrisschuld.com/) * Last Modified: August 20th, 2010 * @version 1.9 * @package PegasusPHP * * Copyright (C) 2008-2010 Chris Schuld原创 2013-08-12 16:05:42 · 1207 阅读 · 0 评论 -
php+nginx配置
php+nginx配置参见nginx编译和安装1. 下载curl –o php-5.5.1.tar.gzhttp://ar2.php.net/distributions/php-5.5.1.tar.gz2. 编译和安装tarphp-5.5.1.tar.gzcd php-5.5.1./configure--with-mysql --prefix=/usr/local/原创 2013-07-25 14:10:13 · 999 阅读 · 0 评论 -
Apache + PHP 上传文件时出现Internal Server Error
The server encountered an internal error or misconfi*ration and was unable to complete your request.Please contact the server administrator at admin@example.com to inform them of the time this er原创 2013-11-13 17:52:13 · 2804 阅读 · 1 评论
分享