参考+总结官网下载文件Download$ lynx http://httpd.apache.org/download.cgiExtract$ gzip -d httpd-NN.tar.gz $ tar xvf httpd-NN.tar $ cd httpd-NNConfigure$ ./config...
分类:
Web程序 时间:
2015-04-16 06:40:09
阅读次数:
172
服务器搭建--Apache安装
下载地址:http://httpd.apache.org/download.cgi
不出意外的情况:
下载httpd-2.2.6.tar.bz2 把httpd-2.2.6.tar.bz2放到/soft 下
[root@localhost ~]#cd /soft
[root@localhost soft]#tar jxvf httpd-2....
分类:
Web程序 时间:
2015-04-14 14:40:32
阅读次数:
203
首先介绍Web服务器是什么Web服务器一般指网站服务器,是指驻留于因特网上某种类型计算机的程序,可以向浏览器等Web客户端提供文档,我们可以放置网站文件,让全世界浏览;可以放置数据文件,让全世界下载常见的Web服务器有哪些Apache(http://httpd.apache.org/):Apache...
分类:
Web程序 时间:
2015-04-11 08:55:43
阅读次数:
1215
http://httpd.apache.org/docs/2.2/logs.htmlLog Rotation日志轮替On even a moderately busy server, the quantity of information stored in the log files is ver...
分类:
Web程序 时间:
2015-04-03 19:04:26
阅读次数:
158
编译apache之前查看官网的安装说明http://httpd.apache.org/docs/2.4/install.htmlapache安装说明下载组件wgethttp://mirrors.hust.edu.cn/apache/apr/apr-1.5.1.tar.gzwgethttp://mirrors.hust.edu.cn/apache/apr/apr-util-1.5.4.tar.gzwgetftp://ftp.csx.cam.ac.uk/pub/softw..
分类:
Web程序 时间:
2015-03-30 19:07:21
阅读次数:
242
ab是Apache自带的HTTP压力测试工具,全称是ApacheBench路径为\Apache\bin\ab.exe参数文档:http://httpd.apache.org/docs/2.2/programs/ab.html例:ab -n 10 -c 10 http://192.168.1.3/in...
分类:
其他好文 时间:
2015-03-17 17:54:10
阅读次数:
166
软件环境:ubuntu14.04 虚拟机Vmware 软件:http://httpd.apache.org/ httpd-2.2.29.tar.gz 不需要单独下载APR。1.解压apache源码# tar xvzf httpd-2.2.29.gz# cd httpd-2.2.292.安装apr# ...
分类:
Web程序 时间:
2015-03-10 22:49:15
阅读次数:
243
Python:https://www.python.org/ftp/python/ Django:https://www.djangoproject.com/download/Apache:http://httpd.apache.org/download.cgiPHP:http://windows....
分类:
Web程序 时间:
2015-03-09 23:48:52
阅读次数:
184
0.操作系统Windows8.1 x641.安装Apache打开http://httpd.apache.org左侧Download!点From a Mirror,看到当前最新稳定版本未2.4.12,看到现在Windows的版本已经不像以前一样提供.msi和.zip等下载包了。而是提示:Apache ...
分类:
数据库 时间:
2015-03-05 20:46:53
阅读次数:
10830
很多朋友想要在window下配置apache+php+mysql运行环境,其实从这么长时间的经验来看,win2003下还是用iis,如果为了学习或对apache特别熟悉的朋友可以用apache ? 一 准备? 1 下载apache http://httpd.apache.or...
分类:
数据库 时间:
2015-03-05 00:28:20
阅读次数:
247