会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
程序员X
博客园
首页
新随笔
联系
订阅
管理
上一页
1
2
3
4
5
6
7
下一页
2015年3月24日
apache gzip
摘要: 1、首先启动模块mod_deflate.so和mod_headers.so2、httpd.conf#文件缓存时间配置Header set Cache-Control "max-age=2592000"#GZIP压缩模块配置#启用对特定MIME类型内容的压缩SetOutputFilter DEFLAT...
阅读全文
posted @ 2015-03-24 14:42 程序员X
阅读(231)
评论(0)
推荐(0)
2015年3月10日
rpm安装路径
摘要: 安装xxx.rpm包,以relocate 参数进行安装,安装到/opt/temp目录:rpm -ivh --relocate /=/opt/temp xxx.rpm;以prefix进行安装:rpm -ivh --prefix= /opt/temp xxx.rpm
阅读全文
posted @ 2015-03-10 15:15 程序员X
阅读(276)
评论(0)
推荐(0)
2015年1月26日
centos 源码安装apache 之apr、apr-util
摘要: apr 和 apr-util官网下载地址:http://apr.apache.org/download.cgi安装顺序是先安装apr然后再安装 apr-util,因为安装apr-util需要apr环境首先安装apr 指定安装到/usr/local/apr wget http://apache.fa...
阅读全文
posted @ 2015-01-26 17:24 程序员X
阅读(1477)
评论(3)
推荐(0)
error: memcached support requires ZLIB. Use --with-zlib-dir=<DIR> to specify the prefix where ZLIB
摘要: yum installzlib-devel
阅读全文
posted @ 2015-01-26 11:49 程序员X
阅读(601)
评论(0)
推荐(0)
Cannot find php-config. Please use --with-php-config=PATH
摘要: find / -name php-config
阅读全文
posted @ 2015-01-26 11:47 程序员X
阅读(235)
评论(0)
推荐(0)
phpize: command not found
摘要: yuminstallphp-devel
阅读全文
posted @ 2015-01-26 11:45 程序员X
阅读(290)
评论(0)
推荐(0)
configure: error : no acceptable C compiler found in $PATH
摘要: 先要用yum install yum-fastestmirror更新下源# yum -y install gcc
阅读全文
posted @ 2015-01-26 11:35 程序员X
阅读(161)
评论(0)
推荐(0)
CenOS下安装Memcache和PHP Memcache扩展.
摘要: I.安装Memcahce1. 安装依赖包libeventMemcache需要安装libevent,所以安装前可能需要执行Shell代码yuminstalllibevent-devel2.安装memcache从http://memcached.org/下载最源码新版1.4.13Shell代码tar-x...
阅读全文
posted @ 2015-01-26 11:27 程序员X
阅读(155)
评论(0)
推荐(0)
CentOS环境下yum安装LAMP
摘要: 第一步:更新系统内核yum -y update 如果执行失败报错,可以执行修复命令:rpm –import /etc/pki/rpm-gpg/RPM-GPG-KEY*第二步: 安装Apahce、Mysql、PHP 及其基础扩展。yum -y install httpd php php-mysql ...
阅读全文
posted @ 2015-01-26 10:39 程序员X
阅读(118)
评论(0)
推荐(0)
2015年1月21日
centos6 找不到 phpize
摘要: 安装php-develyum install php-devel.i686
阅读全文
posted @ 2015-01-21 18:25 程序员X
阅读(193)
评论(0)
推荐(0)
上一页
1
2
3
4
5
6
7
下一页
公告