0、首先安装gcc:yum install gcc1、源码包下载地址:http://httpd.apache.org/download.cgi2、上传到/usr/local/src目录并解压:tar -zxvf httpd-2.4.10.tar.gz3、创建目标文件夹:mkdir /usr/loca...
分类:
Web程序 时间:
2014-10-26 11:32:48
阅读次数:
281
/usr/local/httpd/bin/apachectl startAH00558: httpd: Could not reliably determine the server's fully qualified domain name, using localhost.localdomain...
分类:
Web程序 时间:
2014-10-26 11:29:37
阅读次数:
195
实验信息和拓扑:备注:Centos6.5selinux–disablediptablesoffServerNameIpaddressinformationLVSMaster172.16.100.10/24LVSBackup172.16.100.11/24VIP172.16100.200/24RealServer1172.16.100.100/24RealServer2172.16.100.101/24配置lvsMaster&lvsBackup#yuminstallpopt..
分类:
Web程序 时间:
2014-10-26 06:55:32
阅读次数:
360
一、改动httpd.conf打开appserv的安装文件夹,找到httpd.conf文件,分别去掉以下两行文字前面的#号。#LoadModule vhost_alias_module modules/mod_vhost_alias.so去掉#意思是启用apache的虚拟主机功能。#Include c...
分类:
Web程序 时间:
2014-10-25 20:03:08
阅读次数:
228
Apache\Conf\:mime.types:文件类型配置文件charset.conv:语言编码列表配置文件http-languages.conf:语言编码配置文件httpd-info.conf:Apache信息配置文件httpd-vhosts.conf:虚拟主机配置文件httpd.conf:Ap...
分类:
Web程序 时间:
2014-10-25 18:40:56
阅读次数:
187
SeverRoot:服务器根目录 Timeout:访问超时设置 KeepAlive:设置稳固连接状态 MaxKeepAliveRequests:指定稳固连接期间的最大请求数,0表示无限制接入 KeepAliveTimeout:同一客户端与服务器的同一个链接上接受请求的超时时间 List...
分类:
Web程序 时间:
2014-10-25 18:39:11
阅读次数:
236
安装 (1)在线安装 ????$sudo apt-get install nginx ????Nginx的版本是1.2.1 ????ubuntu安装Nginx之后的文件结构大致为: ?????所有的配置文件都在/etc/nginx下,并且每个虚拟主机已经安排在了...
分类:
其他好文 时间:
2014-10-25 12:04:20
阅读次数:
183
##ThisisthemainApacheHTTPserverconfigurationfile.Itcontainsthe这是apache的主配置文件,它包含了给服务的配置指令#configurationdirectivesthatgivetheserveritsinstructions.#See<URL:http://httpd.apache.org/docs/2.2>fordetailedinformation.#Inparticular,see#&l..
分类:
Web程序 时间:
2014-10-25 02:08:21
阅读次数:
234
apache部署Django项目时出现错误 Permission?denied:?mod_wsgi?(pid=2081):?Unable?to?connect?to?WSGI?daemon?process?‘autotester‘?on?‘/etc/httpd/logs/wsgi.2076.0.1.sock‘?after?multiple?a...
分类:
Web程序 时间:
2014-10-24 01:48:24
阅读次数:
203
概述:cobbler实现自动化安装OS,是依赖于:网卡的PXE技术(dhcpclient、tftpclient)+anaconda(linux上安装操作系统的程序)+dhcp(为需要安装操作系统的主机分配IP)+tftp(提供基于网卡引导时所需要的启动文件)+httpd(osinstalltree的存放位置)实现的。使用cobbler的命令能够自动..
分类:
其他好文 时间:
2014-10-23 07:02:13
阅读次数:
439