码迷,mamicode.com
首页 >  
搜索关键字:安装apache    ( 1452个结果
使用apxs安装apache模块
使用apxs安装apache模块                 -——by石锅拌饭 1.缘由 前几天迁移系统,发现配置了fastcgi的一个脚本下载文件总是提示类似Connection reset by peer:FastCGI错误,后来发现应该是下载文件时间超过了fastcgi指定的idle-timeout导致的,默认这个时间是30秒,文件太大就容易超时。为了解决这个问题,于是把...
分类:Web程序   时间:2014-10-13 02:24:49    阅读次数:208
apache+svn No installed service name 'Apache2' 【转载】
版权声明:转载时请以超链接形式标明文章原始出处和作者信息及本声明http://zys0597.blogbus.com/logs/32763815.html问题:第一次在winxp下 安装apache,启动后出现: 系统找不到指定文件 No installed service name 'Apache...
分类:Web程序   时间:2014-10-12 12:35:37    阅读次数:189
CentOS 6.4使用yum快速搭建LAMP环境
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
Linux CentOS 安装Apache
一、安装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
安装apache mysql 论坛(一)
安装mysql: 注: yum文件配置: 检查配置文件: 启动:service mysqld start 查询表: apache安装 启动: 查看端口: 欢迎界面: 如果服务了4000次,会主动销毁,创建一个新的进程,防止老旧进程拖慢系统 配置虚拟 建立目录: 编辑配置文件: 重启httpd: 浏览...
分类:数据库   时间:2014-10-10 01:36:03    阅读次数:270
windows上安装apache python mod_python
windows上安装apache python mod_python
分类:编程语言   时间:2014-10-09 15:36:33    阅读次数:253
安装WordPress
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
spark-1.1.0-bin-hadoop2.4.tgz安装
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
linux启动httpd服务出现 Could not reliably determine the server`s fully qualified domain name.
安装好apache启动httpd服务时,出现httpd:Couldnotreliablydeterminetheserver'sfullyqualifieddomainname,usingXXX for ServerName。网上找了不少资料,叫修改安装apache根目录下的httpd/conf/h...
分类:系统相关   时间:2014-09-30 21:30:30    阅读次数:257
CentOS 编译安装Apache2.4.10
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
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!