Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chris Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

PHP (from Linux Toolbox) integration in Apache on AIX

Status
Not open for further replies.

raylin

MIS
Jun 7, 2001
177
CH
How can I excute PHP scripts under Apache on AIX ?
I have a running Apache (Server version: Apache/1.3.26 ) on AIX. After installing the php rpm package from the Linux toolbox how can I integrate it to the Apache webserver ?
 
I installed Apache and PHP from the Linux Toolbox.
Edit /etc/opt/freeware/apache/httpd.conf

Add
LoadModule php4_module libexec/libphp4.so
And
AddModule mod_php4.c
And
AddType application/x-httpd-php .php

Restart Apache.


"If you always do what you've always done, you will always be where you've always been."
 
you installed the rpm's apache 1.3.31 php 4.0.6 from the AIX Linux toolbox ?

On which level of AIX ? I want to install it on 5.3
 
Yes, I installed them on 5.3 ML03


"If you always do what you've always done, you will always be where you've always been."
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top