Operating System - HP-UX
1828295 Members
2990 Online
109975 Solutions
New Discussion

Apache/PHP setup problem.

 
SOLVED
Go to solution
Fragon
Trusted Contributor

Apache/PHP setup problem.

I installed HP-UX apache-based web server V1.0.06.01 in C3000/HP-UX11.11 .
Apache and Webmin all work fine.
Then I want to enable PHP4.
I uncomment the line:
"#LoadModule php4_module modules/libphp4.so"
in /opt/hpws/apache/conf/httpd.conf and restart the apache service.
But when I use http://server/test.php, it showed that the PHP not work.
I enableed all PHP extensions and still not work.
What's the matter?

Thanks.
4 REPLIES 4
Rajeev  Shukla
Honored Contributor

Re: Apache/PHP setup problem.

I have always had problem configuring apache and PHP as dynamic module.
The best and the easiest is to configure apache 1.3.7 with static module of PHP.
If want more information to configure and build the apache with a static module of PHP let me know.

Cheers
Rajeev
Fragon
Trusted Contributor

Re: Apache/PHP setup problem.

I'm very sad to hear it!
Any HPer know the reason ?
Can anybody succesfully config it?

Thanks a lot!
Rainer von Bongartz
Honored Contributor
Solution

Re: Apache/PHP setup problem.

Did your read the system requirements for HP Apache Web Server ?

I guess you don't have installed patch PHSS_26560.
This is required for Apache and PHP

Regards
Rainer
He's a real UNIX Man, sitting in his UNIX LAN making all his UNIX plans for nobody ...
Fragon
Trusted Contributor

Re: Apache/PHP setup problem.

Hi Rainervon,
Done, 10 points!
Thanks a lot.