The following describes how to install apache under aix.
Method 1:
Binary Installation
To http://aixpdslib.seas.ucla.edu/aixpdslib.html
Download the compile-enabled apacheand download the httpd.2.0.45.tar. Z package,
Upload it to the AIX root directory and decompress it.
Zcat httpd.2.0.45.tar. Z | tar xvf-
Method 2:
Source code installation:
The basic installation is not described. Remember to use the cc_r compiler.
Do not use gcc/cc
Because compile is not successful.
For more information, see README or INSTALL
Method 3:
Exe file Installation Method
Go to http://www.bullfreeware.com/to download the exeinstallation package of apache.
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
Modify
User nobody
Group #-1
Is
User nobody
Group nobody
#/Usr/local/apache2/bin
#./Httpd-k start
# Ps-ef | grep httpd
Root 11570 1 0 13:40:19-./httpd-k start
Nobody 17200 11570 0 13:40:19-./httpd-k start
Nobody 18270 11570 0 13:40:19-./httpd-k start
Nobody 18560 11570 0 13:40:19-./httpd-k start
Nobody 18746 11570 0 13:40:19-./httpd-k start
Root 19212 11832 0 13:40:27 pts/0 grep httpd
Nobody 19628 11570 0 13:40:19-./httpd-k start
Oracle video tutorial follow: http://u.youku.com/user_video/id_UMzAzMjkxMjE2.html