`
sunday132
  • 浏览: 51153 次
  • 性别: Icon_minigender_1
  • 来自: 南京
文章分类
社区版块
存档分类
最新评论

installing apache httpd2.4.6

 
阅读更多

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:

http://httpd.apache.org/docs/current/install.html

分享到:
评论

相关推荐

    手动添加Apache服务

    Installing the apache2.2 service The apache2.2 service is successfully installed. ``` 这意味着Apache服务已成功安装到Windows服务列表中。 4. **启动Apache服务**:使用`net start`命令启动Apache服务: ...

    Apache.Maven.Cookbook.1785286129

    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...

    Learning Apache Karaf

    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 ...

    Installing Accelerated OpenSSL (OCF) and Apache* on Linux*

    根据提供的文档信息,本文将详细介绍如何在Linux系统上安装并配置加速版OpenSSL(OCF)及Apache服务器,这是英特尔官方发布的技术文档,主要应用于基于Intel® QuickAssist Technology的安全应用开发环境中。...

    apache-maven-3.3.9.rar

    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....

    Apache Spark 2.x Cookbook

    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, ...

    Compiling and Installing

    首先,访问 Apache 官方网站 [http://httpd.apache.org/download.cgi](http://httpd.apache.org/download.cgi) 下载最新的 Apache HTTP Server 发布版本。 ##### 2. 解压 使用以下命令解压下载的文件: ``` $ gzip...

    Apache Oozie Essentials(PACKT,2015)

    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 ...

    Apache Kudu用户指导手册.pdf

    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 ...

    Cacti installing for linux

    [root@svnserver01 ~]# vi /usr/local/apache2/conf/httpd.conf [root@svnserver01 ~]# /usr/local/apache2/bin/apachectl restart ``` 4. **安装Cacti** 解压Cacti源码包,将其Web目录拷贝到Apache的...

    Apache_OpenOffice_4.1.10_Linux_x86-64_install-rpm_zh-CN.tar.gz

    Apache OpenOffice是一款开源的办公软件套件,它包含多个组件,如文字处理、电子表格、演示文稿、绘图和数据库管理工具,是Microsoft Office的一个有力替代品。在这个"Apache_OpenOffice_4.1.10_Linux_x86-64_...

    windows安装apache系统中无apache2服务解决方案

    \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

    Installing_cimco_license_server_key_file_CIMCO_

    CIMCO FOR INSTALLING FOR MASTERCAM

    apache-maven-3.5.0-bin

    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 Configuring Alfresco ECM 3.1

    - **Installing the Alfresco Tomcat bundle on Linux**:对于 Linux 平台,同样提供了仅安装 Alfresco 和 Tomcat 的捆绑包的方法。 - **Installing Alfresco on Mac (full installation)**:Mac 用户的完整安装指南...

    spark-installing.pdf

    在文档"spark-installing.pdf"中,主要讲述了如何在Ambari上安装Apache Spark。Ambari是Hortonworks提供的一个用于简化Hadoop集群管理的Web工具,可以用来监控集群状态、安装和配置服务等。以下是安装Apache Spark时...

    Installing Activ Test on Your PC

    ### 安装Activ Test软件至个人电脑的知识点详解 #### 一、背景介绍 随着信息技术的发展,越来越多的专业技能认证考试采用计算机化的方式进行。其中,ECDL(欧洲计算机驾驶执照)作为一项广泛认可的计算机操作技能...

    OpenERP Installing Ubuntu9.04

    OpenERP Installing Ubuntu9.04

Global site tag (gtag.js) - Google Analytics