类别:
linux
作者:
sunshine / 2012-4-22 12:42 Sunday
php的配置文件中有一行--with-mysql=/usr。安装的时候提示:
configure: error: Cannot find MySQL header files under yes.
Note that the MySQL clie...
阅读全文>>
类别:
linux
作者:
sunshine / 2012-4-20 19:57 Friday
不重启linux修改selinux状态以及修改系统默认语言
1.在不重启linux的情况下 关闭selinux
# setenforce 0
2.在不重启linux的情况下 更改系统默认的语言
# vim /etc/sysconfig/i18n
改为中文:
LANG="zh_CN.GB18030"
LANGUAGE="zh_CN.GB18030:zh_CN.GB2312...
阅读全文>>
类别:
linux
作者:
sunshine / 2012-4-20 15:10 Friday
安装Apache提示APR not found的解决办法
#./configure --prefix……检查编辑环境时出现:
checking for APR... no
configure: error: APR not found . Please read the documentation.
可以用./configure –help | grep apr&nbs...
|
阅读全文>>
类别:
linux
作者:
sunshine / 2012-4-17 08:43 Tuesday
rsync服务器架设
什么是rsync
rsync的安装
rsync服务器的配置文件rsyncd.conf
rsyncd.conf文件代码说明
启动rsync 服务器及防火墙的设置
通过rsync客户端来同步数据
让rsync 客户端自动与服务器同步数据
我们在使用服务器发布我们的网站的时候,通常要考虑到文件的备份,而文件的备份比较高效的备份是增加备份,rsync软件就是这样的一个工具。为了实现多个服务器负载均衡...
阅读全文>>
类别:
linux
作者:
sunshine / 2012-4-15 04:04 Sunday
httpd: Could not reliably determine the server's fully qualified domain name, using 127.0.0.1 for ServerName
解决办法非常简单:
#vim /web/apache/conf/httpd.conf (在这里/web/apahce是我安装apache的目录,你默认安装的话应该是/usr/local/apache2/icons)
找到#ServerName www.example.com:80 把#去掉,再重启apache即可没事了。
类别:
linux
作者:
sunshine / 2012-4-15 04:02 Sunday
nameserver #定义DNS服务器的IP地址
domain #定义本地域名
search #定义域名的搜索列表
sortlist #对返回的域名进行排序
/etc/resolv.conf的一个示例:
domain ringkee.com
search www.ringkee.com ringkee.com
nameserver 202.96.128.86
nameserver 202.96.128.166