Install Apache Httpd 2.4.6
1. Prepare list
1.1 apr
download apr1.4.8.tar.gz and then run:
./configure
make & make install
apr has installed
1.2 apr-util
download apr-util-1.4.1.tar.gz and then run:
./configure --with-apr=..../apr
make & make install
notice! apr-util must have the same version with apr, liked apr.1.4.* and apr-util.1.4.*
pcre
1.3 pcre
downlaod pcre from http://www.pcre.org
./configure
make & make install
2. Install httpd
go into httpd-2.4.6
2.1
./configure --prefix=youpath --with-pcre=.../pcre/ --with-apr=.../apr-1-config --with-apr=.../apr
--with-pcre=.../pcre/pcre-config (in CentOS 6.3 and ubuntu)
On my ubuntu is:
./configure --prefix=/usr/local/apache --with-apr=/usr/local/apache/apr-1.4.8 --with-apr-util=/usr/local/apache/apr-util-1.4.1 --with-pcre=/usr/local/apache/pcre-8.21/pcre-config
2.2 On my ubuntu it can not run make & make install. You must input tow commands
make
make install
if make errer: pcre.h: No such file or directory, you need
apt-get install libpcre3-dev or yum install pcre-devel
3. You need read:
相关推荐
Installing the apache2.2 service The apache2.2 service is successfully installed. ``` 这意味着Apache服务已成功安装到Windows服务列表中。 4. **启动Apache服务**:使用`net start`命令启动Apache服务: ...
You will start off by successfully installing Apache Maven on your favorite OS, and then you will create your first working project. Furthermore, the book walks you through setting up and using Maven...
Chapter 1: Installing Apache Karaf Chapter 2: Commanding the Runtime Chapter 3: System Configuration and Tuning Chapter 4: Provisioning Chapter 5: Deploying Applications Chapter 6: Deploying ...
根据提供的文档信息,本文将详细介绍如何在Linux系统上安装并配置加速版OpenSSL(OCF)及Apache服务器,这是英特尔官方发布的技术文档,主要应用于基于Intel® QuickAssist Technology的安全应用开发环境中。...
Installing Maven ---------------- 1) Unpack the archive where you would like to store the binaries, eg: Unix-based operating systems (Linux, Solaris and Mac OS X) tar zxvf apache-maven-3.x.y....
Starting with installing and configuring Apache Spark with various cluster managers, you will learn to set up development environments. Further on, you will be introduced to working with RDDs, ...
首先,访问 Apache 官方网站 [http://httpd.apache.org/download.cgi](http://httpd.apache.org/download.cgi) 下载最新的 Apache HTTP Server 发布版本。 ##### 2. 解压 使用以下命令解压下载的文件: ``` $ gzip...
Apache Oozie Essentials starts off with the basics right from installing and configuring Oozie from source code on your Hadoop cluster to managing your complex clusters. You will learn how to create ...
3、Installing and Upgrading Apache Kudu 4、Using Apache Impala (incubating) with Kudu 5、Developing With Apache Kudu 6、Troubleshooting Apache Kudu 7、Cloudera Manager Metrics and Properties for Kudu ...
[root@svnserver01 ~]# vi /usr/local/apache2/conf/httpd.conf [root@svnserver01 ~]# /usr/local/apache2/bin/apachectl restart ``` 4. **安装Cacti** 解压Cacti源码包,将其Web目录拷贝到Apache的...
Apache OpenOffice是一款开源的办公软件套件,它包含多个组件,如文字处理、电子表格、演示文稿、绘图和数据库管理工具,是Microsoft Office的一个有力替代品。在这个"Apache_OpenOffice_4.1.10_Linux_x86-64_...
\Program Files\Apache Software Foun dation\Apache2.2\bin C:\Program Files\Apache Software Foundation\Apache2.2\bin>cmd /k httpd.exe -k in stall -n apache2 Installing the apache2 serv
CIMCO FOR INSTALLING FOR MASTERCAM
Installing Maven ---------------- 1) Unpack the archive where you would like to store the binaries, e.g.: Unix-based operating systems (Linux, Solaris and Mac OS X) tar zxvf apache-maven-3.x.y....
- **Installing the Alfresco Tomcat bundle on Linux**:对于 Linux 平台,同样提供了仅安装 Alfresco 和 Tomcat 的捆绑包的方法。 - **Installing Alfresco on Mac (full installation)**:Mac 用户的完整安装指南...
在文档"spark-installing.pdf"中,主要讲述了如何在Ambari上安装Apache Spark。Ambari是Hortonworks提供的一个用于简化Hadoop集群管理的Web工具,可以用来监控集群状态、安装和配置服务等。以下是安装Apache Spark时...
### 安装Activ Test软件至个人电脑的知识点详解 #### 一、背景介绍 随着信息技术的发展,越来越多的专业技能认证考试采用计算机化的方式进行。其中,ECDL(欧洲计算机驾驶执照)作为一项广泛认可的计算机操作技能...
OpenERP Installing Ubuntu9.04