cd/usr/local/src/进入到下载apache目录tarzxvfhttpd-包名解压apachecdhttpd解压的目录名进入到解压的目录安装apache./configure--prefix=/usr/local/apache2--enable-mods-shared=most--enable-so安装apache过程中如果安装了apr和apr-util使用这条命令./configure--prefix=/us..
分类:
Web程序 时间:
2016-05-30 15:56:13
阅读次数:
233
1.安装版本Apache版本:2.4.202.安装编译环境[root@Kry123~]#yum-yinstallgccgcc-c++pcrepcre-devel源码安装apr和apr-util,第6步中有安装方法。3.下载Apache[root@Kry123~]#cd/usr/local/src/[root@Kry123src]#wgethttp://mirror.bit.edu.cn/apache/httpd/httpd-2.4.20.tar.bz..
分类:
Web程序 时间:
2016-05-25 19:00:13
阅读次数:
262
Centos6.6 下载地址:thunder://QUFodHRwOi8vbGludXguemh1YW5neGl0b25nLmNvbTo4MDgvMjAxNTAxL0NlbnRPUy02LjYteDg2XzY0LWJpbi1EVkQxLmlzb1pa 1、首先要下载一个centos的iso镜像,我是 ...
分类:
其他好文 时间:
2016-05-23 22:38:19
阅读次数:
416
写在前面: 在网上搜了很多安装配置文档,感觉没有一个真的跟我安装的过程一模一样的,东拼拼西凑凑,总算是装好了,我不会告诉你,断断续续,我花了两天时间。。。一到黑屏报错就傻眼,幸好在react群里遇到了热心的同行,还有同事的帮助。。。废话就到这里了,此处只是记录我自己装载的过程,系统环境各种不一样,可 ...
分类:
移动开发 时间:
2016-05-20 19:20:44
阅读次数:
456
进入指定目录,下载cd/usr/local/srcwgethttp://mirrors.sohu.com/apache/httpd-2.2.31.tar.bz2解压tarjxfhttpd-2.2.31.tar.bz2lscdhttpd-2.2.31进入目录lsvimINSTALL查看安装文档指定参数./configure\>--prefix=/usr/local/apache2\指定路径>--with-included-apr\安装依..
分类:
Web程序 时间:
2016-05-20 14:51:58
阅读次数:
251
下载[root@localhost~]#cd/usr/local/src[root@localhostsrc]#wgethttp://mirrors.sohu.com/apache/httpd-2.2.31.tar.gz解压tarzxvfhttpd-2.2.31.tar.gz进入目录[root@localhostsrc]#lshttpd-2.2.31httpd-2.2.31.tar.bz2httpd-2.2.31.tar.gz[root@localhostsrc]#cd/usr/local/s..
分类:
Web程序 时间:
2016-05-20 14:51:40
阅读次数:
200
cd /System/Library/LaunchDaemons/ //可以看到所有自动启动的plist文件 想关掉mac下apache的开机启动 sudo launchctl unload -w /System/Library/LaunchDaemons/org.apache.httpd.plis ...
分类:
Web程序 时间:
2016-05-13 18:50:42
阅读次数:
126
一、环境信息:
1,Apache: httpd-2.4.16-win32-VC14
2,Tomcat6.0
3,JK: mod_jk-1.2.40-win32-VC14.zip
二、Apache官网配置指南
For the impatient
Simply add...
分类:
Web程序 时间:
2016-05-13 15:06:05
阅读次数:
269
有时需要自己去搭建一个Web服务器,有很多服务器可供选择,这里我自己搭建了一个Apache服务器,Apache是使用最为广泛的服务器之一,并且我所在公司也是用的Apache,所以我选择搭建Apache的Web服务器。废话不多说,我们接下来看看安装过程和遇到的问题。 (一)Apache安装软件下载 1 ...
分类:
Web程序 时间:
2016-05-13 10:22:23
阅读次数:
221
Desktop Environment is not neccessary for Server usage, though. But Sometimes installation or using an application requires Desktop Environment, then build Desktop Environment as follwos.
[root...
分类:
数据库 时间:
2016-05-12 11:49:27
阅读次数:
397