1831406 Members
3749 Online
110025 Solutions
New Discussion

hp-ux web server suite

 
Griffel
Advisor

hp-ux web server suite

Hello,

we already use long apache webserver on hpux 10.20 and 11.00.
We also use php on apache .
Apache version is A.2.0.53.00.

The problem occurs only at this put from PHP / PEAR /HTML_QUICKFORM.

I have the following error message in the apache error_log file :

[Tue Mar 22 16:34:19 2005] [notice] child pid 23909 exit signal Illegal instruction (4)
[Tue Mar 22 16:36:21 2005] [debug] util_ldap.c(1632): Initialisation of global mutex /opt/hpws/apache/ in child process 23922 successful.

I have already searched but found nothing in the internet on the Apache-pages and PHP- pages.

Who can help?
3 REPLIES 3
Steven E. Protter
Exalted Contributor

Re: hp-ux web server suite

Search itrc forums, the message has come up before.

This is likely either a httpd.conf configuration issue or a resource issue on the server. is the server extremely busy?

It also might be an ldap configuration issue.

swlist -l product | grep -i ldap

this tells you if its installed.

next question is did you configure it properly?

SEP
Steven E Protter
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com
Griffel
Advisor

Re: hp-ux web server suite

Hello Steven,

The server is not extrem busy, is an test server.
There is not install ldap.

Griffel
Advisor

Re: hp-ux web server suite

Hello Steven ,

i have ldap modules from apache
deactivate. The error message is
[Thu Apr 07 15:02:58 2005] [notice] child pid 10849 exit signal Illegal instruction (4)

regards