원문 : http://www.ischo.net -- 조인상 // 시스템 엔지니어

Writer : http://www.ischo.net -- ischo // System Engineer in Replubic Of Korea

+++++++++++++++++++++++++++++++++++++++++++++++++++++++

 

Writer : http://www.ischo.net -- ischo // System Engineer

+++++++++++++++++++++++++++++++++++++++++++++++++++++++

 

Install Apache webserver(source compile) in AIX 6.1

 

 

 

1. Download Linux Toolbox for AIX in order to compile apache webserver source.

 

ULR : http://www-03.ibm.com/systems/power/software/aix/linux/toolbox/ezinstall.html

 

Packages for compile.

./autoconf-2.59-1.aix5.1.noarch.rpm
./automake-1.8.5-1.aix5.1.noarch.rpm
./gcc-4.2.0-3.aix6.1.ppc.rpm
./gcc-cplusplus-4.2.0-3.aix6.1.ppc.rpm
./libgcc-4.2.0-3.aix6.1.ppc.rpm
./libstdcplusplus-4.2.0-3.aix6.1.ppc.rpm
./libstdcplusplus-devel-4.2.0-3.aix6.1.ppc.rpm
./libtool-1.5.8-2.aix5.1.ppc.rpm
./make-3.80-1.aix5.1.ppc.rpm
./m4-1.4.1-1.aix5.1.ppc.rpm

 

2. Install rpm Package

# rpm -Uvh filename.rpm

* Install all above packages.

 

 

3. Download apache source from apache foundation homepage.

 

http://www.apache.org

 

 

4. uncompress and extract tarball source.

# gzip -d httpd-2.2.23.tar.gz

# tar xf httpd-2.2.23.tar

 

 

5. Compile apache and install.

# ./configure --prefix=/usr/local/apache2 \

--enable-module=rewrite \

--enable-module=so \

--enable-module=shared \

--enable-so=rewrite \

--enable-module=proxy \

--enable-so=proxy

# make

# make install

 

 

6. modify default httpd.conf file

# cd /usr/local/apache2/conf

# vi httpd.conf

 

In httpd.conf file, default user and group's value is 'deamon' but there is no deamon account in AIX.

Add account for apache server. ('root' is not permitted user and group's value.)



 

7. test

# /usr/local/apache2/bin

# ./apachectl start

 

Check default web page from web browser.




 

 

 

 

No. Subject Author Date Views
Notice [공지] 게시자료 열람자유. 불펌금지입니다. 조인상 2010.12.07 259254
211 SAS RAID controller for AIX [1] file ischo 2017.02.04 57221
210 TCP dump in AIX environment [1] ischo 2014.12.05 68063
209 Change hostname in AIX ischo 2013.04.30 78452
208 SIGNAL NUMBERS in KILL command ischo 2013.02.16 65275
207 Maximum number of thread per process in AIX ischo 2013.02.06 72445
» Install Apache webserver(source compile) in AIX 6.1 ischo 2013.02.01 82465
205 How to identify processor core in AIX ischo 2013.01.10 135792
204 Shell script : Check named alive & start that if it dead. [1] ischo 2012.12.26 65975
203 AIX Tuning point - CPU,MEM,VG + FAQ [1] ischo 2012.11.20 77098
202 how to identify process ID which opened specific TCP port without install lsof ischo 2012.10.17 94545
201 p시리즈 장비 OP패널에서 강제 shutdown 방법 조인상 2012.10.13 58351
200 [IBM] x시리즈 M3,M4 블레이드센터 제원 조인상 2012.10.06 55055
199 IBM System x Sales Tech and Sales School 조인상 2012.08.09 63240
198 Power6 System Reference Code 조인상 2012.08.09 62907
197 IBM x3650 M3 Service Guide file 조인상 2012.08.04 62460
196 펌웨어 업그레이드 for old p5 series Servers(SF240-417) file ischo 2012.07.26 62242
195 디버그툴 dbx 사용법 file 조인상 2012.07.26 65657
194 IBM AIX Version 6.1 Differences Guide file 조인상 2012.07.26 81288
193 IBM AIX Version 7.1 Differences Guide file 조인상 2012.07.26 69287
192 p시리즈 펌웨어 업데이트 방법 조인상 2012.07.20 66099
Requesting to the server, please wait.