服务器
dingh69
这个作者很懒,什么都没留下…
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
apache单独编译添加proxy编译安装
1.进入apache源代码目录的modules目录的proxy目录 运行如下命令进行自动编译、安装、修改httpd.conf文件,激活mod_proxy模块 #/usr/local/apache/bin/apxs -c -i -a mod_proxy.c proxy_util.c 说明: -c 执行编译操作 -i 安装操作,安装一个或多个动态共享对象到服务器的modules目录 -a ...原创 2013-09-12 13:26:52 · 189 阅读 · 0 评论 -
apache代理出现这个错误
解决:No protocol handler was valid for the URL /img. If you are using a DSO version of mod_proxy, make sure the proxy submodules are included in the configuration using LoadModule. 用apache配置虚拟主机做代理出现...原创 2013-09-12 13:47:56 · 1592 阅读 · 0 评论 -
centos6.3 安装mysql5.5冲突解决方法
centos 安装mysql冲突解决方法: Preparing... ########################################### [100%] file /usr/share/mysql/charsets/README from install of MySQL-server-community-5.1.44-1.rhe...原创 2013-09-12 17:48:06 · 201 阅读 · 0 评论
分享