1753499 Members
4452 Online
108794 Solutions
New Discussion юеВ

Re: Apache jobs

 
SOLVED
Go to solution
Wamaitha
Frequent Advisor

Apache jobs

Hello, multiple apache jobs are running on my hpux server 11i. any ideas on where to start. did a grep of apache and this is what i found:
root 1598 1 0 Jan 12 ? 0:08 /opt/apache/apache-2.0.49/bin/httpd -k start
http 1608 1598 0 Jan 12 ? 0:00 /opt/apache/apache-2.0.49/bin/httpd -k start
http 16891 1598 0 Jan 12 ? 0:00 /opt/apache/apache-2.0.49/bin/httpd -k start
http 16892 1598 0 Jan 12 ? 0:00 /opt/apache/apache-2.0.49/bin/httpd -k start
http 3636 1598 0 Jan 12 ? 0:00 /opt/apache/apache-2.0.49/bin/httpd -k start
http 16890 1598 0 Jan 12 ? 0:00 /opt/apache/apache-2.0.49/bin/httpd -k start
http 20408 1598 0 Jan 13 ? 0:00 /opt/apache/apache-2.0.49/bin/httpd -k start
http 13281 1598 0 09:45:33 ? 0:00 /opt/apache/apache-2.0.49/bin/httpd -k start
http 13278 1598 0 09:45:24 ? 0:00 /opt/apache/apache-2.0.49/bin/httpd -k start
http 13478 1598 0 10:15:30 ? 0:00 /opt/apache/apache-2.0.49/bin/httpd -k start
http 13477 1598 0 10:15:30 ? 0:00 /opt/apache/apache-2.0.49/bin/httpd -k start

any suggestions, greatly appreciated.
thanks in advance.
6 REPLIES 6
Sivakumar TS
Honored Contributor
Solution

Re: Apache jobs

Hi,

This is controlled by the NumServers value in the apache configration file.

Check this link for detailed documentation

http://httpd.apache.org/docs/2.0/

With Regards,

Siva.
Nothing is Impossible !
Wamaitha
Frequent Advisor

Re: Apache jobs

Sivakumar, on the reference link, is there anything in particular i am looking for?
thanks in advance
Steven E. Protter
Exalted Contributor

Re: Apache jobs

Shalom Wamaitha,

Its all pretty well documented in the configuration file httpd.conf

find /opt -name httpd.conf


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
Sivakumar TS
Honored Contributor

Re: Apache jobs


Dear Waraitha,

http://httpd.apache.org is the HOME for apache where you can find evry config options and sample configurations tooo.

Infact these httpd precess are diffrent threads serving different clients.

WIth REgrads,

Siva.
Nothing is Impossible !
Arunvijai_4
Honored Contributor

Re: Apache jobs

Hello,

Which version of Apache you are running ? # swlist |grep -i "hpuxws"

Always, make sure you run the latest version of apache supported by HP. You can download from,
http://h20293.www2.hp.com/portal/swdepot/displayProductInfo.do?productNumber=HPUXWSSUITE

-Arun

"A ship in the harbor is safe, but that is not what ships are built for"
Wamaitha
Frequent Advisor

Re: Apache jobs

thank you all, after reading the documentation and understanding how the apache configuration works. Everything was normal.
Thanks as always.