LAMP缓存图从图中我们可以看到网站缓存主要分为五部分服务器缓存:主要是基于web反向代理的静态服务器nginx和squid,还有apache2的mod_proxy和mod_cache模浏览器缓存:包括页面html缓存和图片js,css等资源的缓存PHP缓存:有很多免费的PHP缓冲加速工具,如apc...
分类:
其他好文 时间:
2014-08-21 12:50:34
阅读次数:
181
实习项目总结文档项目介绍项目逻辑很简单,只有几个页面,只能登录,查看,支付和退款。主要作用是熟悉C++的cgi的web服务开发方式。项目页面截图图一:登录页面图二:买家查看图三:买家支付图五:卖家查看图六:卖家退款准备:一个星期8月28日,第1天,入域,安装rtx,qq,wps,管家。不太顺利,可能...
分类:
其他好文 时间:
2014-08-20 19:21:32
阅读次数:
185
server{listen80;server_namelocalhost;#charsetkoi8-r;#access_loglogs/host.access.logmain;location/{roothtml;indexindex.htmlindex.htm;location~.*\.(php|php5)?${fastcgi_passunix:/tmp/php-cgi.sock;fastcgi_indexindex.php;includefastcgi.conf;}auth_basic"Authorize..
分类:
其他好文 时间:
2014-08-20 14:21:52
阅读次数:
238
安装说明 安装环境:CentOS-6.3 安装方式:源码安装? 软件:apache-tomcat-7.0.29.tar.gz 下载地址:http://tomcat.apache.org/download-70.cgi 安装前提 系统必须已经安装配置了JDK6+,如果不会安装请参考《Cen...
分类:
其他好文 时间:
2014-08-19 20:59:55
阅读次数:
305
v6 v9 v11 这里指的的是VC的运行库,具体在百度云盘可以搜索到。httpd-conf# php5 supportLoadModule php5_module D:/PHP/php5/php5apache2_4.dllAddType application/x-httpd-php .php ....
分类:
Web程序 时间:
2014-08-19 18:12:35
阅读次数:
221
vi/etc/apache2/sites-enabled/000-default#Alias/doc/"/usr/share/doc/"#<Directory"/usr/share/doc/">#OptionsIndexesMultiViewsFollowSymLinks#AllowOverrideNone#Orderdeny,allow#Denyfromall#Allowfrom127.0.0.0/255.0.0.0::1/128#</Directory>重启apache网站..
分类:
其他好文 时间:
2014-08-19 16:55:05
阅读次数:
228
新建用户及用户组
groupadd webuser
useradd -g webuser webuser
下载php-5.5
下载链接:http://pan.baidu.com/s/1i3CBshv
分类:
Web程序 时间:
2014-08-19 16:01:46
阅读次数:
196
一.E:\wampserver\bin\apache\Apache2.2.21\Apache2.2.21\conf\httpd.conf 找到: #?? onlineoffline tag - don‘t remove ??? Order Deny,Allow ??? Deny from all ??? Allow from 127.0.0.1 改为: #?...
分类:
其他好文 时间:
2014-08-19 14:45:45
阅读次数:
224
include_path = ".:/php/includes:/server/php5/lib/php"
cgi.fix_pathinfo=1
date.timezone = Asia/Shanghai
分类:
Web程序 时间:
2014-08-19 14:24:44
阅读次数:
193
总结一,用curl排错Content-Length设置错误,误导了客户端。访问/cgi-bin/txproj_list时,firebug显示总是不多不少15秒,调试其他问题时郁闷。 firebug没有具体延时15秒的提示,一直百思不得其解。 直到我使用curlwilson@ubun:~$ curl ...
分类:
其他好文 时间:
2014-08-19 10:49:44
阅读次数:
241