1833758 Members
2380 Online
110063 Solutions
New Discussion

Configuring apache

 
SOLVED
Go to solution
Becke
Super Advisor

Configuring apache

Hi Guys,

I'm in the process of setting up apache on a unix server, I have configure it successfully, there are couple of main config files in apache, one is "httpd.conf" which is the other one I need to look at, so i can start the apache server successfully.

Please advise,
Raf
6 REPLIES 6
Geoff Wild
Honored Contributor
Solution

Re: Configuring apache

Depending on which Apache you installed, you may need to configure ssl.conf as well...httpd.conf is the main one...

Did you install HP's?:

http://www.software.hp.com/portal/swdepot/displayProductInfo.do?productNumber=HPUXWSATW211

Good docs online at http://www.apache.org

Rgds...Geoff
Proverbs 3:5,6 Trust in the Lord with all your heart and lean not on your own understanding; in all your ways acknowledge him, and he will make all your paths straight.
Peter Godron
Honored Contributor

Re: Configuring apache

Raf,
if you are going to customize also check the http ctl file in $APACHE/bin.
For more help:
http://httpd.apache.org/

Regards
Peter Godron
Honored Contributor

Re: Configuring apache

Becke
Super Advisor

Re: Configuring apache

Thanks for your responses, I have intalled on AIX 5.3..
Florian Heigl (new acc)
Honored Contributor

Re: Configuring apache

errr - AIX 5.3 is not our department, but OTOH You'll still just need to edit httpd.conf and possibly ssl.conf.
Also, AIX has had problems handling the uid -1 / gid 1 for nobody (an overflow occured), so You would be well advised to add a user account 'www' or something like that. It must not allow interactive use (lock it with smitty users)

please direct Your next questions to news://comp.unix.aix or better buy a HP system ;)
yesterday I stood at the edge. Today I'm one step ahead.
Becke
Super Advisor

Re: Configuring apache

Thanks to all, I have resolved this problem, there were some modules missing and I had to download them.

Thanks for everyone's response, I'm working on a cross platform, we have AIX and HP AS400/Linix everything.

Cheers,
Raf