本月博客排行
年度博客排行
-
第1名
宏天软件 -
第2名
龙儿筝 -
第3名
青否云后端云 - wallimn
- vipbooks
- gashero
- wy_19921005
- benladeng5225
- fantaxy025025
- zysnba
- e_e
- javashop
- sam123456gz
- tanling8334
- arpenker
- kaizi1992
- xpenxpen
- lemonhandsome
- xiangjie88
- ganxueyun
- xyuma
- sichunli_030
- wangchen.ily
- jh108020
- Xeden
- johnsmith9th
- zxq_2017
- zhanjia
- jbosscn
- forestqqqq
- luxurioust
- lzyfn123
- ajinn
- wjianwei666
- daizj
- ranbuijj
- 喧嚣求静
- silverend
- kingwell.leng
- lchb139128
- kristy_yy
- lich0079
- jveqi
- java-007
- sunj
- yeluowuhen
- lerf
- ssydxa219
- lstcyzj
- flashsing123
最新文章列表
ubuntu 安装 apache 2.4.7
os:ubuntu 12.04. server
1.下载 apache http server 2.4.7(httpd):
http://mirrors.cnnic.cn/apache//httpd/httpd-2.4.7.tar.gz
2.下载 APR 1.5.0
http://mirrors.cnnic.cn/apache//apr/apr-1.5.0.tar.gz
3.下载 AP ...
linux 搭建php运行环境
linux install apache server
1、到官网下载 http://httpd.apache.org/download.cgi
2、解压
tar -zxvf httpd-2.2.22.tar.gz
3、建立目标文件夹(注意以下所有操作都时在root用户下执行的)
mkdir /usr/local/apache2
也就是说等下 ...
httpd设置反向代理
用httpd可以实现反向代理Reverse Proxy
官网的说明:
httpd also allows you to bring remote documents into the URL space of the local server. This technique is called reverse proxying because the web server acts like a ...
httpd的url匹配
官方reference:http://httpd.apache.org/docs/2.4/en/urlmapping.html
httpd主要是一个静态文件服务器。当然不限于此,通过各种mod,httpd也可以作为一个前端服务器,把 ...
Apache httpd 2.4.4 与老版本的差异
<VirtualHost *:80>
ServerAdmin webmaster@dummy-host2.example.com
DocumentRoot "/www/www.example.com"
ServerName www.example.com
ErrorLog "logs/www.example.com- ...
Apache 启动报错
httpd: Could not reliably determine the server's fully qualified domain name, using Jagos-MBP.local for ServerName
修改httpd.conf中ServerName localhost:80
(13)Permission denied: make_sock: could not bind ...
apache httpd 配置
服务器centos 5.5
从http://httpd.apache.org 下载apache httpd服务器,此处下载httpd-2.4.3.tar.gz
wget http://apache.mesi.com.ar/apr/apr-1.4.6.tar.gz
wget http://apache.mesi.com.ar/apr/apr-util-1.4.1.tar.gz
从 htt ...
Apache基本操作命令
apache的基本操作命令都在apachectl脚本中,主要是用于控制apache启动,关闭等
1. 查询httpd进程
[admin@v015208 ~/lpmall]$ ps -aux|grep httpd
Warning: bad syntax, perhaps a bogus '-'? See /usr/share/doc/procps-3.2.7/FAQ
root ...
Linux/Unix PHP环境搭建 一
使用httpd-2.2.11.tar.gz软件包安装Apache
假设用户将下载下来的httpd-2.2.11.tar.gz软件包放在/tmp目录下。
1.对该软件包进行解压缩和解包
用httpd-2.2.11.tar.gz软 ...