
LAMP
文章平均质量分 52
kaizhu_Qin
这个作者很懒,什么都没留下…
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
ubuntu apache 500 Internal Server Error
环境:ubuntu-12.04 Internal Server Error The server encountered an internal error or misconfiguration and was unable to complete your request. Please contact the server administrator, hfutonline@1原创 2013-12-21 15:12:24 · 4183 阅读 · 0 评论 -
apache2: Could not reliably determine the server's fully qualified domain name, using 127.0.1.1
环境:x86 ubuntu 12.10 在初次安装完lamp,重启apache的时候,可能会出现下面的问题。 “apache2: Could not reliably determine the server's fully qualified domain name, using 127.0.1.1 for ServerName” 解决的办法是在 /etc/apache2/s原创 2013-12-21 14:32:10 · 1725 阅读 · 0 评论 -
Ubuntu Apache 虚拟主机 反向代理
环境:Ubuntu 12.04 X64 反向代理需要apache的一些模块支持: mod_proxy.so mod_proxy_ajp.so mod_proxy_balancer.so mod_proxy_connect.so mod_proxy_ftp.so mod_proxy_http.so 我们先启用需要的apache模块: sudo a2enmod原创 2014-01-12 17:11:39 · 1561 阅读 · 0 评论 -
使用 SVN post-commit 钩子同步更新代码 经常会忽略的问题
下面是我写在post-commit 中用于进行同步更新代码到指定工作副本的脚本 export LANG=en_US.UTF-8 SVN=/usr/bin/svn WEB=/var/www/html/test $SVN up $WEB --username admin --password 666666 --no-auth-cache 此时,一开始,我觉得脚本没有什么问题,于是变测试了下。结果出原创 2014-02-22 10:30:46 · 1761 阅读 · 0 评论 -
Centos5.5 下安装python-pip的坑
前几天由于测试机完全崩溃了,于是重新配置了个新的服务器。 环境:Centos5.5 X86 python2.6 这里我就不使用自带的2.4了。 首先,我们先下载pip的安装包,解压 wget https://pypi.python.org/packages/source/p/pip/pip-1.3.1.tar.gz --no-check-certificatetar xzvf pip-原创 2014-02-21 18:47:31 · 4139 阅读 · 0 评论