<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: hp apache in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/hp-apache/m-p/3606136#M824166</link>
    <description>Please see this link:&lt;BR /&gt;&lt;A href="http://httpd.apache.org/docs/1.3/misc/perf-hp.html" target="_blank"&gt;http://httpd.apache.org/docs/1.3/misc/perf-hp.html&lt;/A&gt;</description>
    <pubDate>Wed, 17 Aug 2005 21:05:46 GMT</pubDate>
    <dc:creator>morganelan</dc:creator>
    <dc:date>2005-08-17T21:05:46Z</dc:date>
    <item>
      <title>hp apache</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/hp-apache/m-p/3606134#M824164</link>
      <description>Dear Sirs,&lt;BR /&gt;&lt;BR /&gt;I am using hp apache 2.0.48 on hpux 11.00. The httpd.conf has default "StartServers 2". &lt;BR /&gt;&lt;BR /&gt;I am thinking to increase it as "StartServers 5". I have seen some documents on the site but they are very generic in nature.&lt;BR /&gt;&lt;BR /&gt;I believe having sufficient number of server process in the begining will improve performance. If we have 5 servers in the begining and suppose each server process can spawn 75 threads then we will have 375 concurrent connections to serve the client request. &lt;BR /&gt;&lt;BR /&gt;Please advise.&lt;BR /&gt;&lt;BR /&gt;Thanks,&lt;BR /&gt;Shiv&lt;BR /&gt;</description>
      <pubDate>Wed, 17 Aug 2005 19:38:10 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/hp-apache/m-p/3606134#M824164</guid>
      <dc:creator>Shivkumar</dc:creator>
      <dc:date>2005-08-17T19:38:10Z</dc:date>
    </item>
    <item>
      <title>Re: hp apache</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/hp-apache/m-p/3606135#M824165</link>
      <description>Increasing the server count may help if your site is heavily loaded. Make sure that current delays are related to running code and not due to sources of data that are not controlled by Apache. Also note that kernel parameters such as nfile, nproc, nkthread and possibly max_thread_proc. Also make sure semaphores are sized large enough.</description>
      <pubDate>Wed, 17 Aug 2005 20:23:21 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/hp-apache/m-p/3606135#M824165</guid>
      <dc:creator>Bill Hassell</dc:creator>
      <dc:date>2005-08-17T20:23:21Z</dc:date>
    </item>
    <item>
      <title>Re: hp apache</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/hp-apache/m-p/3606136#M824166</link>
      <description>Please see this link:&lt;BR /&gt;&lt;A href="http://httpd.apache.org/docs/1.3/misc/perf-hp.html" target="_blank"&gt;http://httpd.apache.org/docs/1.3/misc/perf-hp.html&lt;/A&gt;</description>
      <pubDate>Wed, 17 Aug 2005 21:05:46 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/hp-apache/m-p/3606136#M824166</guid>
      <dc:creator>morganelan</dc:creator>
      <dc:date>2005-08-17T21:05:46Z</dc:date>
    </item>
    <item>
      <title>Re: hp apache</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/hp-apache/m-p/3606137#M824167</link>
      <description>hi,&lt;BR /&gt;&lt;BR /&gt;As Bill mentioned, you should also review your kernel parameters.&lt;BR /&gt;&lt;BR /&gt;also have a look at the following site:&lt;BR /&gt;&lt;A href="http://publib.boulder.ibm.com/infocenter/wasinfo/v5r1//index.jsp?topic=/com.ibm.websphere.base.doc/info/aes/ae/rprf_webserverparameters.html" target="_blank"&gt;http://publib.boulder.ibm.com/infocenter/wasinfo/v5r1//index.jsp?topic=/com.ibm.websphere.base.doc/info/aes/ae/rprf_webserverparameters.html&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;hope this helps too!&lt;BR /&gt;&lt;BR /&gt;kind regards&lt;BR /&gt;yogeeraj</description>
      <pubDate>Wed, 17 Aug 2005 23:55:33 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/hp-apache/m-p/3606137#M824167</guid>
      <dc:creator>Yogeeraj_1</dc:creator>
      <dc:date>2005-08-17T23:55:33Z</dc:date>
    </item>
    <item>
      <title>Re: hp apache</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/hp-apache/m-p/3606138#M824168</link>
      <description>Make sure that your server is not overloaded.&lt;BR /&gt;&lt;BR /&gt;Because if you increase it concurrent connections will inc. but the server load will also increase and it might give you a negative performance.</description>
      <pubDate>Thu, 18 Aug 2005 00:04:17 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/hp-apache/m-p/3606138#M824168</guid>
      <dc:creator>Vibhor Kumar Agarwal</dc:creator>
      <dc:date>2005-08-18T00:04:17Z</dc:date>
    </item>
    <item>
      <title>Re: hp apache</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/hp-apache/m-p/3606139#M824169</link>
      <description>hi again,&lt;BR /&gt;below a quote from metalink note: 149743.1&lt;BR /&gt;Subject: what are the Recommended Settings for parameters MinSpareServers, MaxSpareServers, StartServers&lt;BR /&gt;&lt;BR /&gt;&lt;QUOTE&gt;&lt;BR /&gt;StartServers &lt;BR /&gt;-------------------&lt;BR /&gt;Limit on total number of servers running, i.e., limit on the number of clients who can simultaneously connect --- if this limit is ever reached, clients will be LOCKED OUT, so it should NOT BE SET TOO LOW. It is intended mainly as a brake to keep a runaway server from taking Unix with it as it spirals down.&lt;BR /&gt;Recommended values that are sufficient for most sites:&lt;BR /&gt;MinSpareServers 5&lt;BR /&gt;MaxSpareServers 10&lt;BR /&gt;&lt;BR /&gt;StartServers 5&lt;BR /&gt;&lt;/QUOTE&gt;&lt;BR /&gt;&lt;BR /&gt;hope this helps too!&lt;BR /&gt;&lt;BR /&gt;regards&lt;BR /&gt;yogeeraj</description>
      <pubDate>Thu, 18 Aug 2005 00:53:08 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/hp-apache/m-p/3606139#M824169</guid>
      <dc:creator>Yogeeraj_1</dc:creator>
      <dc:date>2005-08-18T00:53:08Z</dc:date>
    </item>
    <item>
      <title>Re: hp apache</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/hp-apache/m-p/3606140#M824170</link>
      <description>Hi Yogeeraj,&lt;BR /&gt;&lt;BR /&gt;Is it for hp apache 2.0.48 on hpux 11.00 ?&lt;BR /&gt;What is metalink note: 149743.1 and how to access it ?&lt;BR /&gt;&lt;BR /&gt;Thanks,&lt;BR /&gt;Shiv</description>
      <pubDate>Thu, 18 Aug 2005 02:39:45 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/hp-apache/m-p/3606140#M824170</guid>
      <dc:creator>Shivkumar</dc:creator>
      <dc:date>2005-08-18T02:39:45Z</dc:date>
    </item>
    <item>
      <title>Re: hp apache</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/hp-apache/m-p/3606141#M824171</link>
      <description>hi shiv,&lt;BR /&gt;&lt;BR /&gt;For Apache 2.x, see:&lt;BR /&gt;&lt;A href="http://h20293.www2.hp.com/cgi-bin/swdepot_parser.cgi/cgi/displayProductInfo.pl?productNumber=HPUXWSSUITE" target="_blank"&gt;http://h20293.www2.hp.com/cgi-bin/swdepot_parser.cgi/cgi/displayProductInfo.pl?productNumber=HPUXWSSUITE&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;As for metalink, you will need to have a support contract with Oracle. They will give you an account so that you can connect to their site (&lt;A href="http://metalink.oracle.com)" target="_blank"&gt;http://metalink.oracle.com)&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;if you need any further help, let us know.&lt;BR /&gt;&lt;BR /&gt;regards&lt;BR /&gt;yogeeraj</description>
      <pubDate>Thu, 18 Aug 2005 02:53:17 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/hp-apache/m-p/3606141#M824171</guid>
      <dc:creator>Yogeeraj_1</dc:creator>
      <dc:date>2005-08-18T02:53:17Z</dc:date>
    </item>
  </channel>
</rss>

