`
li.feixiang
  • 浏览: 120578 次
  • 性别: Icon_minigender_1
  • 来自: 武汉
社区版块
存档分类
最新评论

Compiling and Installing Apache with Redhat

 
阅读更多

Download   $ lynx http://httpd.apache.org/download.cgi

Extract $ gzip -d httpd-NN.tar.gz

$ tar xvf httpd-NN.tar

$ cd httpd-NN

Configure $ ./configure --prefix=PREFIX

Compile $ make

Install $ make install

Customize $ vi PREFIX/conf/httpd.conf

Test $ PREFIX/bin/apachectl -k start

分享到:
评论

相关推荐

    Compiling and Installing

    然后,在 `./configure` 时使用 `--with-included-apr` 参数。 在某些平台上,你可能还需要安装其他依赖包。确保满足所有依赖后,再进行编译和安装过程。 #### 总结 通过以上步骤,你可以成功地在 Unix 或类 Unix...

    Arm板Apache+PHP环境搭建

    apr是Apache Portable Runtime的缩写,是一个Apache可移植运行库。编译apr需要执行以下步骤: 1. 解压apr-1.4.6.tar.gz文件 2. 进入apr-1.4.6目录,执行configure命令 3. 执行make命令 4. 执行make install命令 四...

    The Theory of Parsing, Translation, and Compiling

    Aho and Ullman - The Theory of Parsing, Translation, and Compiling - Vol. 1 (1972).djvu Aho and Ullman - The Theory of Parsing, Translation, and Compiling - Vol. 2 (1973).djvu

    Hosek-Compiling cross-toolchains with CMake and runtimes build.pdf

    ### 关于跨平台工具链与CMake构建的相关知识点 #### 跨平台工具链(Cross-Toolchain) 跨平台工具链是指用于编译针对不同架构或操作系统的代码的工具集。通常,开发人员需要为不同的目标平台创建可执行文件,这时...

    Advanced C and C++ Compiling

    ### 高级C和C++编译技术概览 #### 引言 本书《高级C和C++编译》深入探讨了C与C++语言在现代操作系统环境下的编译技术,旨在帮助读者深入了解这两个广泛使用的编程语言在多任务操作系统中的工作原理及优化技巧。...

    Advanced C and C++ Compiling 无水印pdf

    Advanced C and C++ Compiling 英文无水印pdf pdf所有页面使用FoxitReader和PDF-XChangeViewer测试都可以打开 本资源转载自网络,如有侵权,请联系上传者或csdn删除 本资源转载自网络,如有侵权,请联系上传者...

    Advanced C and C++ Compiling.pdf

    本书《Advanced C and C++ Compiling.pdf》是一本深入探讨C与C++编程语言编译技术和实践的专业书籍。通过本书的学习,读者可以深入了解如何高效地利用这两种语言进行程序设计与优化。 #### 作者简介 该书由一位具有...

    Compiling with Continuations

    《使用延续的编译》这本书是由普林斯顿大学计算机科学系的Andrew W. Appel所著,并于1992年由剑桥大学出版社出版。本书深入探讨了延续传递风格(Continuation-passing style, 简称CPS)在编译过程中的应用及其相关...

    C Here Programming In C in Linux and Raspberry Pi.pdf

    Compilation - Compiling and Running C Programs, Installing Codeblocks IDE on Raspberry Pi / Linux, Variables and Data Types in C, Operators, Input and output - printf and scanf, Strings, Arrays, ...

    PHP.Beyond.the.Web

    Appendix A : Compiling and installing PHP and its extensions Appendix B : File & data format libraries for PHP Appendix C : Sources of help Appendix D : Interesting libraries, tools, articles and ...

    Learning Geospatial Analysis with Python

    This book focuses on pure Python whenever possible to minimize compiling platform-dependent binaries, so that you don't become bogged down in just getting ready to do analysis., 'Learning Geospatial ...

    CodeBlocks.zip

    For instance, compiling and debugging functionality is already provided by plugins! Special credits go to darmar for his great work on the FortranProject plugin, bundled since release 13.12. We...

    Getting started with WebAssembly & Emscripten-March 5, 2019.z01

    Teaching everything from installing Emscripten on either Mac, Windows or Linux, compiling C code from scratch and the general Module runtime cycle. This Emscripten section also teaches some more ...

    Nginx From Beginner to Pro(Apress,2016)

    Understand Nginx modules and compiling Nginx with appropriate modules. Learn about basic configuration and architecture along with hosting nuances. How to load balance Nginx and use it as a highly ...

    Getting started with WebAssembly & Emscripten-March 5, 2019.z02

    Teaching everything from installing Emscripten on either Mac, Windows or Linux, compiling C code from scratch and the general Module runtime cycle. This Emscripten section also teaches some more ...

    Getting started with WebAssembly & Emscripten-March 5, 2019.zip-共3分卷

    Teaching everything from installing Emscripten on either Mac, Windows or Linux, compiling C code from scratch and the general Module runtime cycle. This Emscripten section also teaches some more ...

Global site tag (gtag.js) - Google Analytics