准备两台服务器,一台安装Apache,一台安装mysql安装Apache1、下载安装yuminstallzlib-devel-y
wgethttp://mirror.bit.edu.cn/apache/httpd/httpd-2.2.31.tar.gz
tarxfhttpd-2.2.31.tar.gz
cdhttpd-2.2.31
./configure--prefix=/application/apache2.2.31--enable-deflate\..
分类:
其他好文 时间:
2015-11-29 06:55:32
阅读次数:
240
(一)安装Apache1、下载安装yuminstallzlib-devel-y
wgethttp://mirror.bit.edu.cn/apache/httpd/httpd-2.2.31.tar.gz
tarxfhttpd-2.2.31.tar.gz
cdhttpd-2.2.31
./configure--prefix=/application/apache2.2.31--enable-deflate--enable-expires--enable-headers--..
分类:
其他好文 时间:
2015-11-27 20:11:05
阅读次数:
191
(一)安装Apache1、下载安装yuminstallzlib-devel-y
wgethttp://mirror.bit.edu.cn/apache/httpd/httpd-2.2.31.tar.gz
tarxfhttpd-2.2.31.tar.gz
cdhttpd-2.2.31
./configure--prefix=/application/apache2.2.31--enable-deflate--enable-expires--enable-headers--..
分类:
其他好文 时间:
2015-11-27 20:10:19
阅读次数:
139
官方文档:http://httpd.apache.org/docs/2.4/install.html#comments_section1.准备 主包: httpd-2.4.17.tar.gz http://mirrors.cnnic.cn/apache//httpd/httpd-2.4.17....
分类:
Web程序 时间:
2015-11-23 13:21:40
阅读次数:
289
原文出处 http://www.linuxidc.com/Linux/2015-02/113222.html需要安装OracleDataGuard,所以先要安装单台Oracle11g,下面是Linux下单台Oracle11g的详细安装过程。1,安装环境硬件环境:2台linux虚拟机,CentO...
分类:
数据库 时间:
2015-11-16 15:37:29
阅读次数:
616
mac osx 10.10.5 Intellij idea 14,15详细安装过程下载IntelliJ IDEA 15.0https://d1opms6zj7jotq.cloudfront.net/idea/ideaIU-15.0-custom-jdk-bundled.dmg激活Intellij I...
分类:
其他好文 时间:
2015-11-11 19:17:48
阅读次数:
426
CentOS6.5下安装Apache1、进入/usr/local/src目录[root@localhost~]#cd/usr/local/src/[root@localhostsrc]#wgethttp://mirrors.cnnic.cn/apache/httpd/httpd-2.2.31.tar.gz2、解压[root@localhostsrc]#tarzxvfhttpd-2.2.31.tar.gz3、编译参数[root@localhostsrc]#cdhttpd-2.2...
分类:
Web程序 时间:
2015-11-11 06:34:21
阅读次数:
197
本博客是演示从无到有搭建wordpress,步骤记录的非常详细,安装过程中遇到的问题也一并记录下来。其中包括安装mysql服务器,apache服务器,php服务器和wordpress部署等。
分类:
系统相关 时间:
2015-11-03 00:39:24
阅读次数:
274
安装MAMP后,启动服务时提示Apache启动失败,80端口被占用.查看进程发现存在几个httpd. OS X自带Apache,可是默认是没有启动的.我也没有开启Web共享,怎么就开机启动了呢?不知道是不是因为安装了别的什么软件导致的.一般的开机启动项可以在System Preferences–Us...
分类:
Web程序 时间:
2015-10-28 22:50:42
阅读次数:
224
lamp组合L:Linux,A:apache(httpd),M:MySQL(MariaDB),P(php,python,perl,ruby)下面是基于rpm包的格式来实现lamp的。php-5.3.3-46.el6_6.x86_64httpd-2.2.15-47.el6.centos.x86_64mysql-5.1.73-5.el6_6.x86_64先在centso6.6上安装以上程序包。1.php的相关文件,它和httpd的结合是..
分类:
其他好文 时间:
2015-10-24 20:33:33
阅读次数:
323