Help troubleshooting new Apache installation on HPUX 11.31


 
Thread Tools Search this Thread
Operating Systems HP-UX Help troubleshooting new Apache installation on HPUX 11.31
# 1  
Old 12-15-2014
Hammer & Screwdriver Help troubleshooting new Apache installation on HPUX 11.31

Hi Guys!

I have a very odd problem while installing Apache in an HPUX 11.31, What I did was downloaded the latest webserver suite from hp software, installed using swinstall, everything was extracted properly.

The apache version was 2.2.15

Now the issue comes when I run it, it starts normally but after a few seconds it starts to log some odd errors that I'm not familiar with... check them out:

Code:
[Sat Dec 13 00:18:37 2014] [notice] Apache/2.2.15 HP-UX_Apache-based_Web_Server (Unix) DAV/2 mod_ssl/2.2.15 OpenSSL/0.9.8zb 
configured -- resuming normal operations
[Sat Dec 13 00:18:37 2014] [info] Server built: Jul 11 2014 12:41:45
[Sat Dec 13 00:18:37 2014] [debug] worker.c(1875): AcceptMutex: sysvsem (default: sysvsem)
[Sat Dec 13 00:18:37 2014] [error] (14)Bad address: apr_socket_accept: (client socket)
[Sat Dec 13 00:18:38 2014] [error] (14)Bad address: apr_socket_accept: (client socket)
[Sat Dec 13 00:18:38 2014] [debug] worker.c(1434): taking over scoreboard slot from 23152 (quiescing)
[Sat Dec 13 00:18:39 2014] [alert] No active workers found... Apache is exiting!

The apache starts but then immediately exits, i tried changed the IP address in the Listen, and ServerName directive to localhost or any other configured ip in the server but I still have that error... I'm starting to think that theres a problem with the apache version but at this point I'm so clueless..

Last edited by Don Cragun; 12-15-2014 at 12:49 AM.. Reason: Add CODE tags and fix some typos.
# 2  
Old 12-15-2014
Please post the output of:

Code:
apachectl -V

# 3  
Old 12-15-2014
Hi,

Sure here it is..

Code:
Server version: Apache/2.2.15  HP-UX_Apache-based_Web_Server (Unix)
Server built:   Jul 11 2014 12:41:45
Server's Module Magic Number: 20051115:24
Server loaded:  APR 1.4.2, APR-Util 1.3.9
Compiled using: APR 1.4.2, APR-Util 1.3.9
Architecture:   64-bit
Server MPM:     Worker
  threaded:     yes (fixed thread count)
    forked:     yes (variable process count)
Server compiled with....
 -D APACHE_MPM_DIR="server/mpm/worker"
 -D APR_HAS_SENDFILE
 -D APR_HAS_MMAP
 -D APR_HAVE_IPV6 (IPv4-mapped addresses enabled)
 -D APR_USE_SYSVSEM_SERIALIZE
 -D APR_USE_PTHREAD_SERIALIZE
 -D APR_HAS_OTHER_CHILD
 -D AP_HAVE_RELIABLE_PIPED_LOGS
 -D DYNAMIC_MODULE_LIMIT=128
 -D HTTPD_ROOT="/opt/hpws22/apache"
 -D SUEXEC_BIN="/opt/hpws22/apache/bin/suexec"
 -D DEFAULT_SCOREBOARD="logs/apache_runtime_status"
 -D DEFAULT_ERRORLOG="logs/error_log"
 -D AP_TYPES_CONFIG_FILE="conf/mime.types"
 -D SERVER_CONFIG_FILE="conf/httpd.conf"
 -D DEFAULT_CHROOT_DIR=""

# 4  
Old 02-27-2015
Even when I've not found the issue per se, I was able to determine that the HPUX server has the libraries messed up for 64 bits, so all I did was download and install the apache for 32 bits and it worked.

So if you ever face this problem again it has to do with the 64bit libs.
Login or Register to Ask a Question

Previous Thread | Next Thread

6 More Discussions You Might Find Interesting

1. Shell Programming and Scripting

Apache webserver troubleshooting

Need assistance in getting apache installation troubleshooting.. - Compiled source code of apache webserver , Installed and configured apache, - started apache web server with no errors. - web browser doesnt open any pages . say "Page cannot be displayed". Need troubleshooting . - When i... (12 Replies)
Discussion started by: ajayram_arya
12 Replies

2. Ubuntu

Apache Server troubleshooting

I'm having issues getting apache to respond to requests outside of my local LAN. If I goto my server URL (www .poillion. com) it says connecting... but never finishes and returns anything. I'm using Ubuntu Server 10.10. a) The DNS is working fine. It's pointed to my cable modem's IP and... (1 Reply)
Discussion started by: lorewap3
1 Replies

3. HP-UX

Installation of Oracle on HPUX 11.31

I am having issues the below issues:- As per the documents Preinstallation Tasks I have linked the following files :- # cd /usr/lib # ln -s libX11.3 libX11.sl # ln -s libXIE.2 libXIE.sl # ln -s libXext.3 libXext.sl # ln -s libXhp11.3 libXhp11.sl # ln -s libXi.3 libXi.sl # ln -s... (0 Replies)
Discussion started by: grayhorns
0 Replies

4. Solaris

apache installation

I have installed sunsolaris 10 in sparc machine.In that how to run apache bydefault apache is installed on /etc file. I have logged in as a root changed the directory to cd /etc/apache2/ from there i have copied httpd.conf-example to httpd.conf #cp httpd.conf-example httpd.conf after... (6 Replies)
Discussion started by: ambavaram
6 Replies

5. HP-UX

Netscape Installation for HPUX-11

Hello..... I installed netscape 4.0 for HPUX-11 but i don`t know to configure that , Maybe samone know how i can gate the procedure to installing NETSCAPE for HPUX-11 for user or server. Thank you in advance !!!! (3 Replies)
Discussion started by: yanly
3 Replies

6. UNIX for Dummies Questions & Answers

Apache 2.0 installation

Hi all! I've got big problems while installing Apache 2.0 on my HPUX 11 machine. I have configured the installation script with "./configure --prefix=/opt/apache" and run "make". All things looking good. But when i execute "make install" i have two errors, first: and second and the... (1 Reply)
Discussion started by: coredump2003
1 Replies
Login or Register to Ask a Question