Operating System - HP-UX
1825720 Members
3475 Online
109686 Solutions
New Discussion

Re: Starting Apache 2.0.43 - SSL enabled HP 11i

 
pran
Occasional Contributor

Starting Apache 2.0.43 - SSL enabled HP 11i

Hi,

I am currently working on configuring HP Apache. Installed Apache 2.0.43 downloaded from the HP site.
I am unable to start Apache 2.0.43 in SSL mode with the dummy certs available already.

The process just hangs on on giving the command -
/opt/hpapache2 >#/opt/hpapache2/bin/apachectl startssl

And also consumes a lot of cpu.
Given below is from top -

7 pts/ta 17846 test 224 20 880K 984K run 1:31 99.94 98.94 httpd

The process does not repond to TERM signal and needs to be killed.

Trace (tusc) of the process is as below -
.....
NULL) = 0x7af94000
close (5) ................................ = 0
mmap(NULL, 16384, PROT_READ|PROT_WRITE|PROT_EXEC, MAP_PRIVATE|MAP_ANONYMOUS, -1,
NULL) = 0x7af90000
stat("/opt/hpapache2/modules/libc.2", 0x7b045648) ........ ERR#2 ENOENT
open("/usr/lib/libc.2", O_RDONLY, 0100100) ............... = 5
fstat(5, 0x7b045710) .................... = 0
read(5, "0214010e0512@ \0\0\0\0\0\0\0\0\0".., 128) ....... = 128
lseek(5, 128, SEEK_SET) ............... = 128
read(5, "10\0\004\0\0\0( \014( , \0\010\0".., 48) ........ = 48
read(5, "80\0\0\v\0\0\004\0\0\0\0", 12) .................. = 12
lseek(5, 446464, SEEK_SET) ......... = 446464
read(5, "058cy 10\0\0\a90\0\0M e8\0\0\002".., 112) ....... = 112
mmap(NULL, 1323008, PROT_READ|PROT_EXEC, MAP_SHARED|MAP_SHLIB, 5, 0x6d000) ERR#1
2 ENOMEM
close(5) ............................... = 0
In user-mode ....................... [running]
(No trace logs after this line)

uname -a is HP-UX B.11.11

I am new to this forum.

Can somebody help me out?

Regards,
Pranesh.

PS: SSL enabled Apache 1.3.26 works fine in the same host.


2 REPLIES 2
Rajeev  Shukla
Honored Contributor

Re: Starting Apache 2.0.43 - SSL enabled HP 11i

I was having these issues then i downgraded the Apache to 1.3.6 after this even i could add PHP4 module with informix/ftp/GD integration.
But i had to compile Apache and PHP4 on HP-UX 11i.

Cheers
Rajeev
tastet
Occasional Advisor

Re: Starting Apache 2.0.43 - SSL enabled HP 11i

I install apache 2.0.43, and it didn't. as soon as I add the module php4, it crash and consumes 90 %, with 3 proccesses each 30 % .... any idea ?