使用apxs安装apache模块
-——by石锅拌饭
1.缘由
前几天迁移系统,发现配置了fastcgi的一个脚本下载文件总是提示类似Connection reset by peer:FastCGI错误,后来发现应该是下载文件时间超过了fastcgi指定的idle-timeout导致的,默认这个时间是30秒,文件太大就容易超时。为了解决这个问题,于是把...
分类:
Web程序 时间:
2014-10-13 02:24:49
阅读次数:
208
版权声明:转载时请以超链接形式标明文章原始出处和作者信息及本声明http://zys0597.blogbus.com/logs/32763815.html问题:第一次在winxp下 安装apache,启动后出现: 系统找不到指定文件 No installed service name 'Apache...
分类:
Web程序 时间:
2014-10-12 12:35:37
阅读次数:
189
CentOS6.4使用yum快速搭建LAMP环境安装apache[root@lamp~]#yum-yinstallhttpd开机启动[root@lamp~]#chkconfighttpdon开启服务[root@lamp~]#servicehttpdstart安装一些扩展[root@lamp~]#yuminstall-yhttpd-manualmod_sslmod_perlmod_auth_mysql查看下端口是否启动[root@lamp~]#n..
分类:
其他好文 时间:
2014-10-10 20:12:24
阅读次数:
177
一、安装Apacheyum-yinstallhttpd/etc/init.d/httpdstart文档目录在/var/www/html二、安装PHPyum-yinstallphp修改Apache配置文件,/etc/httpd/conf/httpd.conf对应位置追加以下内容:LoadModulephp5_module/usr/lib64/httpd/modules/libphp5.so追加AddTypeapplication/x-httpd-..
分类:
Web程序 时间:
2014-10-10 17:14:34
阅读次数:
173
安装mysql: 注: yum文件配置: 检查配置文件: 启动:service mysqld start 查询表: apache安装 启动: 查看端口: 欢迎界面: 如果服务了4000次,会主动销毁,创建一个新的进程,防止老旧进程拖慢系统 配置虚拟 建立目录: 编辑配置文件: 重启httpd: 浏览...
分类:
数据库 时间:
2014-10-10 01:36:03
阅读次数:
270
windows上安装apache python mod_python
分类:
编程语言 时间:
2014-10-09 15:36:33
阅读次数:
253
1. 安装 Apache PHP5 Mysql环境参见:阿里云服务器 ECS Ubuntu 配置2. 安装中文wordpress我们的wordpress将作为Virtual Host 并绑定域名域名为www.mr-wu.cn在/var/www 下新建 mr-wu.cn文件夹sudomkdir-p/v...
分类:
其他好文 时间:
2014-10-07 14:53:53
阅读次数:
202
Apache Spark1.1.0部署与开发环境搭建 - Mark Lin0. 准备出于学习目的,本文将Spark部署在虚拟机中。在虚拟机中,需要安装以下软件:Ubuntu 14.04hadoop-2.4.0.tar.gzjdk-7u67-linux-x64.tar.gzscala-2.10.4.t...
分类:
其他好文 时间:
2014-10-05 16:47:28
阅读次数:
588
安装好apache启动httpd服务时,出现httpd:Couldnotreliablydeterminetheserver'sfullyqualifieddomainname,usingXXX for ServerName。网上找了不少资料,叫修改安装apache根目录下的httpd/conf/h...
分类:
系统相关 时间:
2014-09-30 21:30:30
阅读次数:
257
1、准备编译环境 yum -y install gcc make cmake autoconf libtool libevent 安装apache必须的依赖包 yum -y install apr-util apr pcrepcre-devel2、下载软件包 wget http://mirr...
分类:
其他好文 时间:
2014-09-30 20:30:40
阅读次数:
179