日韩久久久精品,亚洲精品久久久久久久久久久,亚洲欧美一区二区三区国产精品 ,一区二区福利

Install Apache 2 from Source on Linux

系統(tǒng) 2023 0

From http://www.thegeekstuff.com/2008/07/install-apache-2-from-source-on-linux/

All Linux distributions comes with Apache. However, it is recommended to download latest Apache source code, compile and install on Linux. This will make it easier to upgrade Apache on a ongoing basis immediately after a new patch or release is available for download from Apache. This article explains how to install Apache2 from source on Linux.

1. Download Apache

Download the latest version from Apache HTTP Server Project . Current stable release of Apache is 2.2.9. Move the source to /usr/local/src and extract it as shown below.

    # cd /usr/local/src

# gzip -d httpd-2.2.9.tar.gz

# tar xvf httpd-2.2.9.tar
  

2. Install Apache

View all configuration options available for Apache using ./configure –help (two hyphen in front of help). The most commonly used option is –prefix={install-dir-name} to install Apache on a user defined directory.

    # cd httpd-2.2.9

# ./configure --help
  

In the following example, Apache will be compiled and installed to the default location /usr/local/apache2 with the DSO capability. Using the –enable-so option, you can load modules to Apache at runtime via the Dynamic Shared Object (DSO) mechanism, rather than requiring a recompilation.

    # ./configure --enable-so

# make

# make install
  

Note : During the ./configure, you may get the following error message.

    # ./configure --enable-so

configure: error: no acceptable C compiler found in $PATH

See `config.log' for more details.

configure failed for srclib/apr
  

Install the gcc and the dependent modules as shown below and try ./configure again to fix the above issue.

    # rpm -ivh gcc-4.1.2-14.el5.i386.rpm glibc-devel-2.5-18.i386.rpm glibc-headers-2.5-18.i38

6.rpm kernel-headers-2.6.18-53.el5.i386.rpm

Preparing...                ########################################### [100%]

1:kernel-headers         ########################################### [ 25%]

2:glibc-headers          ########################################### [ 50%]

3:glibc-devel            ########################################### [ 75%]

4:gcc                    ########################################### [100%]
  

3. Start Apache and verify installation

    # cd /usr/local/apache2/bin

# ./apachectl start
  

Go to http://local-host, which should display the default message “It Works!”

4. Start Apache automatically during system startup

Modify the /etc/rc.d/init.d/httpd script and change apachectl and httpd variable to point to the appropriate new location as shown below. Please note that this httpd script was originally installed as part of the default Apache from the Linux distribution.

    apachectl=/usr/local/apache2/bin/apachectl

httpd=${HTTPD-/usr/local/apache2/bin/httpd}
  

Now, you can perform the following to stop and start the Apache

    # service httpd stop

# service httpd start
  

Setup the Apache to automatically startup during reboot as shown below.

    # chkconfig --list httpd

httpd           0:off   1:off   2:off   3:off   4:off   5:off   6:off

# chkconfig --level 2345 httpd on

# chkconfig --list httpd

httpd           0:off   1:off   2:on    3:on    4:on    5:on    6:off
  

Install Apache 2 from Source on Linux


更多文章、技術(shù)交流、商務(wù)合作、聯(lián)系博主

微信掃碼或搜索:z360901061

微信掃一掃加我為好友

QQ號(hào)聯(lián)系: 360901061

您的支持是博主寫(xiě)作最大的動(dòng)力,如果您喜歡我的文章,感覺(jué)我的文章對(duì)您有幫助,請(qǐng)用微信掃描下面二維碼支持博主2元、5元、10元、20元等您想捐的金額吧,狠狠點(diǎn)擊下面給點(diǎn)支持吧,站長(zhǎng)非常感激您!手機(jī)微信長(zhǎng)按不能支付解決辦法:請(qǐng)將微信支付二維碼保存到相冊(cè),切換到微信,然后點(diǎn)擊微信右上角掃一掃功能,選擇支付二維碼完成支付。

【本文對(duì)您有幫助就好】

您的支持是博主寫(xiě)作最大的動(dòng)力,如果您喜歡我的文章,感覺(jué)我的文章對(duì)您有幫助,請(qǐng)用微信掃描上面二維碼支持博主2元、5元、10元、自定義金額等您想捐的金額吧,站長(zhǎng)會(huì)非常 感謝您的哦!!!

發(fā)表我的評(píng)論
最新評(píng)論 總共0條評(píng)論
主站蜘蛛池模板: 丰顺县| 资兴市| 彰化市| 成都市| 东丽区| 双城市| 海宁市| 台东县| 绥江县| 黄龙县| 鄄城县| 奈曼旗| 云南省| 金山区| 华容县| 河间市| 上犹县| 周至县| 沁源县| 项城市| 澄江县| 富平县| 师宗县| 巴青县| 抚远县| 盘锦市| 陵川县| 英吉沙县| 昌图县| 杭州市| 南汇区| 冀州市| 梁河县| 乃东县| 永平县| 三河市| 广汉市| 建平县| 汶川县| 克什克腾旗| 海晏县|