码迷,mamicode.com
首页 >  
搜索关键字:httpd2    ( 224个结果
Apache 安装
1.编译方法1./configure--prefix=/usr/local/apache\--with-mpm=prefork\--enable-so\--enable-modules="all"\--enable-mods-shared="all"make&&makecpsupport/apachectl/etc/init.d/httpdchmod+x/etc/init.d/httpd2.编译方法2./configure--prefix=/usr/local/apache\-..
分类:Web程序   时间:2016-09-22 18:26:53    阅读次数:209
编译安装httpd 2.4
编译安装LAMP之:编译安装httpd2.4环境介绍:系统环境:CentOS6.5 所需软件包:apr-1.5.2.tar.gz、apr-util-1.5.2.tar.gz、httpd-2.4.6.tar.gz注意:httpd2.4需要依赖apr和arp-util1.4以上版本CentOS编译安装Apache准备:确保开发包组已安装(Developmenttools、ServerPlatform..
分类:Web程序   时间:2016-09-14 23:33:29    阅读次数:240
编译安装LAMP之httpd
编译安装httpd(httpd2.4.4,相关软件包可到apache官网上下载)#hwclock-s将软件时间同步为硬件时间,防止安装软件时出错1、解决依赖关系httpd-2.4.4需要较新版本的apr和apr-util,因此需要事先对其进行升级。这里使用源码包进行升级(apr-1.5.2,apr-util-1.5.4)(1)编译安装a..
分类:Web程序   时间:2016-09-10 22:33:59    阅读次数:239
(一):web服务访问权限的控制
第二章实验(一):web服务目录的访问权限的控制1.确认web服务器已经安装并启动[root@www~]#ls/usr/local/httpd/binbuildcgi-binconferrorhtdocsiconsincludeliblogsmanmanualmodules[root@www~]#netstat-utpln|grep80tcp00:::80:::*LISTEN73341/httpd2.设置只允许192.168.100...
分类:Web程序   时间:2016-09-09 10:28:33    阅读次数:249
在CentOS6.7操作系统上编译安装httpd2.4
功能描述: 在CentOS6.7操作系统上,编译安装apache服务,实现定制功能等 一、安装前提 1)安装编译httpd需要的软件包 [root@bqe6tewv41kx ~]# yum -y install wget gcc-c++ ncurses ncurses-devel cmake mak ...
分类:Web程序   时间:2016-09-02 18:40:39    阅读次数:190
第一章:web网站服务(一)
防伪码:拼一个春夏秋冬,赢一个无悔人生第一章:web网站服务(一)实验报告1、卸载原来已经存在的httpd2、插入光盘:Benet5.0所需软件\linux安全及高级应用\rhel-server-6.5-x86_64-dvd.iso3、源码编译安装httpd,下图为:1)解包2)配置4、编译和安装5、确认安装结果,如果出..
分类:Web程序   时间:2016-09-01 00:35:25    阅读次数:239
Linux_日志信息
一、httpd日志:/var/log/httpd1、软件位置:whereis httpd2、配置文件位置:/etc/httpd/conf/httpd.conf 二、mysql日志:/var/log ...
分类:系统相关   时间:2016-08-30 17:39:48    阅读次数:195
第二章预习
第二章实验(一):web服务目录的访问权限的控制1.确认web服务器已经安装并启动[root@www~]#ls/usr/local/httpd/binbuildcgi-binconferrorhtdocsiconsincludeliblogsmanmanualmodules[root@www~]#netstat-utpln|grep80tcp00:::80:::*LISTEN73341/httpd2.设置只允许192.168.100...
分类:其他好文   时间:2016-08-29 20:52:28    阅读次数:214
CentOS6.5下源码编译安装httpd2.4.23
1、安装环境为CentOS6.5,64位[root@mylinuxapp]#uname-r 2.6.32-504.30.3.el6.x86_64 [root@mylinuxapp]#cat/etc/redhat-release CentOSrelease6.5(Final) [root@mylinuxapp]#2、官网上下载源码包wgethttp://mirrors.tuna.tsinghua.edu.cn/apache//httpd/httpd-2.4.23.tar.gz3..
分类:Web程序   时间:2016-08-29 20:48:40    阅读次数:576
简单lamp动静、站库分离搭建过程
环境:三台主机,一台win机器(访问测试用)1、192.168.10.80:安装阿帕奇。httpd2、192.168.10.81:安装php组件。php-fpm、php-mysql3、192.168.80.82:安装数据库。mariadbrpm安装也好,yum安装也好,编译安装也可。安装:三台机器分别yum安装服务1、yum-yinstallhttpd2、yum..
分类:其他好文   时间:2016-08-02 22:28:20    阅读次数:999
224条   上一页 1 ... 10 11 12 13 14 ... 23 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!