AIX apache伺服器配置

來源:互聯網
上載者:User

以下簡述在 aix 下安裝apache 的步驟

方法一:

二進位安裝

到http://aixpdslib.seas.ucla.edu/aixpdslib.html

下載已經compile好的apache然後下載類似httpd.2.0.45.tar.Z的包,

傳到AIX根目錄下,解壓即可。

Zcat httpd.2.0.45.tar.Z | tar xvf -


方法二:

源碼安裝:

基本安裝不再敘述,要注意的是記得要用cc_r編譯器

不要用gcc/cc

因為一定compile不成功

其他請你自己看看README或INSTALL


方法三:

exe檔案安裝方式

到http://www.bullfreeware.com/下載apache的exe安裝包。

download apache-2.0.40.0

#chmod 755 apache-2.0.40.0.exe

#./apache-2.0.40.0.exe

apache-2.0.40.0.bff.asc

apache-2.0.40.0.bff

#smit install

#/usr/local/apache2/conf

#vi httpd.conf

修改

User nobody

Group #-1

User nobody

Group nobody

#/usr/local/apache2/bin

#./httpd -k start

#ps -ef | grep httpd

root 11570 1 0 13:40:19 - 0:00 ./httpd -k start

nobody 17200 11570 0 13:40:19 - 0:00 ./httpd -k start

nobody 18270 11570 0 13:40:19 - 0:00 ./httpd -k start

nobody 18560 11570 0 13:40:19 - 0:00 ./httpd -k start

nobody 18746 11570 0 13:40:19 - 0:00 ./httpd -k start

root 19212 11832 0 13:40:27 pts/0 0:00 grep httpd

nobody 19628 11570 0 13:40:19 - 0:00 ./httpd -k start

oracle視頻教程請關注:http://u.youku.com/user_video/id_UMzAzMjkxMjE2.html


相關文章

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.