LinuxQuestions.org
Help answer threads with 0 replies.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Other *NIX Forums > AIX
User Name
Password
AIX This forum is for the discussion of IBM AIX.
eserver and other IBM related questions are also on topic.

Notices


Reply
  Search this Thread
Old 08-12-2011, 06:49 AM   #1
aixtcs
LQ Newbie
 
Registered: Aug 2011
Posts: 2

Rep: Reputation: 0
Installing Apache 2.2 webserver on AIX 6.1


Hi,
I am a new user in AIX .I am trying to install apache 2.2 in AIX 6.1.However i am not able to get any proper document for the same online. I had downloaded the source code of HTTPD version 2.2.19.
and tried to compile it however no modules got loaded in apache.I some one has link or document to do the same in step by step manner.

Thanks in advance.
 
Old 08-14-2011, 09:29 PM   #2
-=Graz=-
Member
 
Registered: Jan 2006
Location: Australia
Distribution: Fedora, Slackware, RHEL, AIX, HP-UX
Posts: 358

Rep: Reputation: 31
Hey Mate,

Looks like both Apache 1.3.x and 2.x based are available (IBM packaged) via the AIX toolkit expansion disk - I just checked. You will need a copy of the disk from IBM or otherwise download from them. I think for the 2.x versions though you may need a subscription with them etc.

If you dont have access to the disk/download I would suggest using one of the groups that dist their pre-compiled rpm's for AIX rather than a full compile yourself.

Couple of places for you here (pre-compiled 2.2.8 RPM and instructions if you want/need to self compile): http://www.softpanorama.org/Commerci...e_on_aix.shtml

Bull freeware is also always good if you get stuck for AIX software: http://www.bullfreeware.com/search.php?package=httpd
 
Old 09-08-2011, 10:37 AM   #3
trbennett48
LQ Newbie
 
Registered: Apr 2011
Location: Oregon
Posts: 25

Rep: Reputation: 3
If you want to "build" as well as "install" apache 2.2 on AIX 6.1, you will need a 'C' compiler... Either buy one from IBM (xlc) or download and install GCC.

Here's a slightly modified version of how we run configure, which installs Apache at
/usr/local/apache... you will note we specify the location of where we have SSL installed on our system (--with-ssl)... substitute your location...
Note: we are using the IBM compiler, in "threaded" mode (i.e. xlc_r):

Code:
CC="xlc_r"; export CC
CPPFLAGS="-D_THREAD_SAFE "; export CPPFLAGS
"./configure" \
"--prefix=/usr/local/apache" \
"--with-mpm=worker" \
"--without-berkeley-db" \
"--with-ssl=/usr/local/dms/openssl.0.9.8f" \
"--enable-ssl=static" \
"--enable-logio=static" \
"--enable-proxy=static" \
"--enable-proxy_balancer=static" \
"--enable-proxy-ajp=static" \
"--enable-proxy-http=static" \
"--enable-static-rotatelogs" \
"--with-included-apr" \
"--enable-static-support" \
"CC=xlc_r" \
"CPPFLAGS=-D_THREAD_SAFE" \
"$@"
Hope this helps,
-tony
 
Old 12-17-2011, 01:19 AM   #4
-=Graz=-
Member
 
Registered: Jan 2006
Location: Australia
Distribution: Fedora, Slackware, RHEL, AIX, HP-UX
Posts: 358

Rep: Reputation: 31
I was just installing Apache 1.3 myself from the Linux toolkit on my home machine and remembered about this post.

It appears 2.x based versions of Apache may actually be available direct from IBM as HTTP Server product and are available for download here:
http://www-01.ibm.com/software/webservers/httpservers/

They are listed as trials however so I'm unsure if after the 60 days it may stop working. I'm going to install anyway and see how it goes.
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
Apache Webserver on Slackware - Failed to Start Apache - 'no listening sockets .." CCTVGuru Linux - Server 4 10-11-2009 01:14 AM
webserver/apache help colinstu General 8 09-03-2006 12:28 PM
Installing the Python om my Apache 1.3.3 webserver CPUFreak91 Linux - Software 1 09-02-2005 08:09 PM
AIX 4.2.1 and Apache chronom1 AIX 1 06-14-2005 10:46 AM
Apache Webserver 403 Forbidden Errors (User not in apache group?) Mankind75 Mandriva 4 07-08-2004 05:30 AM

LinuxQuestions.org > Forums > Other *NIX Forums > AIX

All times are GMT -5. The time now is 09:09 AM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration