Centos是基于yum的发行版本,包管理器就是一个管理软件的,linux每个发行版都会维护一个自己的软件仓库,里面又很多软件,你可以根据需要从里面选择软件安装,这一切只需要用命令就可以搞定,其实还是很方便的。lamp,就是 [linux](http://www.linux.org/) + [apache](http://httpd.apache.org/) + [mysql](http://www.mysql.co...
分类:
其他好文 时间:
2015-03-04 19:10:17
阅读次数:
220
参考: http://www.bootf.com/563.html http://www.sunjianhe.com/?p=1238 http://www.fwolf.com/blog/post/405 http://httpd.apache.org/docs/2.4/ssl/ssl_how...
分类:
Web程序 时间:
2015-03-04 16:41:47
阅读次数:
144
Apache + Tomcat集群配置详解? 一、软件准备? Apache 2.2 : http://httpd.apache.org/download.cgi,下载msi安装程序,选择no ssl版本? Tomcat 6.0 : http://tomcat.apache.org/download-60.cgi,下载Tomcat ...
分类:
Web程序 时间:
2015-02-10 17:06:15
阅读次数:
198
1.软件安装 1.1下载和安装apache Apache 2.2 :http://httpd.apache.org/download.cgi,下载msi安装程序,选择no ssl版本 1.2下载和安装tomcat7.0.37(略) 2.Apache 配置 2.1启动自动加载代理模块 打开conf/h...
分类:
Web程序 时间:
2015-02-09 20:11:53
阅读次数:
372
首先注明下面的操作都是在root下执行或者使用sudo命令。
1)去http://httpd.apache.org/download 下载apache源码
2)解压到/usr/src,在下载目录执行tar -zxvf httpd-x.x.x.tar.gz -C /usr/src (我用的是httpd-2.4.3.tar.gz)
3)进入目录/usr/src/httpd-2.4.3,执行:....
分类:
Web程序 时间:
2015-02-05 18:21:26
阅读次数:
159
下载安装程序Apache2.2.4版下载,地址:http://httpd.apache.org/download,选择apache_2.2.4-win32-x86-no_ssl.msi,大约4M多。配置Apache一、配置文件 Apache是一个后台运行的程序,没有界面。所有的配置,都包含在配置文....
分类:
Web程序 时间:
2015-01-24 18:38:49
阅读次数:
208
1. 搭建Apache 服务器 (1). 下载 Httpd 及依赖 -- apr、apr-util httpd :http://httpd.apache.org/ apr & apr-util :https://apr.apache.org/ (2). 编译 apr :$ ./...
分类:
编程语言 时间:
2015-01-15 12:48:43
阅读次数:
199
生产环境常见的HTTP状态码列表200-OK,服务器成功返回网页-StandardresponseforsuccessfulHTTPrequests.301-MovedPermanently(永久跳转),请求的网页已永久跳转到新位置。-Thisandallfuturerequestsshouldbedirectedtothegiven.403-Forbidden(禁止访问),服务器拒绝请求-for..
分类:
Web程序 时间:
2014-12-31 06:26:47
阅读次数:
158
apache的介绍和安装详解apache介绍介绍:Apache:ApacheHTTPServer是开源软件项目的杰出代表,基于标准的HTTP协议提供网页浏览服务。Apache可以运行在Windows,Linux,Unix等多种操作系统平台上安装apache默认在系统镜像里有,名为httpd包,可以用yum直接安装,也可以用源码包..
分类:
Web程序 时间:
2014-12-17 18:47:49
阅读次数:
312
Apache在windows下的安装配置 转载自:http://blog.sina.com.cn/s/blog_536f16b00100cfat.html1 Apache的下载Apache是开源的Web服务器,可在http://httpd.apache.org/download.cgi或http:/...