<?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 Configure Apache on RHEL 3.0 in Operating System - Linux</title>
    <link>https://community.hpe.com/t5/operating-system-linux/configure-apache-on-rhel-3-0/m-p/3545097#M17622</link>
    <description>I need to configure apache on Redhat linux AS 3.0. I would like to know parameters we need to consider, where you have users more than 20,000 hitting the proxy...the parameter must be related to socket, connections....like something do with network flow.....can u visualise the framework. &lt;BR /&gt;&lt;BR /&gt;Its like user need access to application server and passing firewall and proxy server.....and proxy server would be on linux box....with apache as proxy....&lt;BR /&gt;&lt;BR /&gt;how do I maintain its vigilty and performance.....need ur early help...&lt;BR /&gt;&lt;BR /&gt;thank you in advance.</description>
    <pubDate>Mon, 16 May 2005 05:17:46 GMT</pubDate>
    <dc:creator>Girish_26</dc:creator>
    <dc:date>2005-05-16T05:17:46Z</dc:date>
    <item>
      <title>Configure Apache on RHEL 3.0</title>
      <link>https://community.hpe.com/t5/operating-system-linux/configure-apache-on-rhel-3-0/m-p/3545097#M17622</link>
      <description>I need to configure apache on Redhat linux AS 3.0. I would like to know parameters we need to consider, where you have users more than 20,000 hitting the proxy...the parameter must be related to socket, connections....like something do with network flow.....can u visualise the framework. &lt;BR /&gt;&lt;BR /&gt;Its like user need access to application server and passing firewall and proxy server.....and proxy server would be on linux box....with apache as proxy....&lt;BR /&gt;&lt;BR /&gt;how do I maintain its vigilty and performance.....need ur early help...&lt;BR /&gt;&lt;BR /&gt;thank you in advance.</description>
      <pubDate>Mon, 16 May 2005 05:17:46 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/configure-apache-on-rhel-3-0/m-p/3545097#M17622</guid>
      <dc:creator>Girish_26</dc:creator>
      <dc:date>2005-05-16T05:17:46Z</dc:date>
    </item>
    <item>
      <title>Re: Configure Apache on RHEL 3.0</title>
      <link>https://community.hpe.com/t5/operating-system-linux/configure-apache-on-rhel-3-0/m-p/3545098#M17623</link>
      <description>Are you meaing HTTP proxying (i.e. squid) ?&lt;BR /&gt;&lt;BR /&gt;Or serving HTTP pages (i.e. apache) ?&lt;BR /&gt;&lt;BR /&gt;They are both very different.&lt;BR /&gt;&lt;BR /&gt;In any case, the RHEL3 distributed configuration should be more than adequate for that sort of volume.&lt;BR /&gt;&lt;BR /&gt;If you find the load creeping, you might tweak the worker MPM settings a little, but it should be fine.&lt;BR /&gt;&lt;BR /&gt;I believe they're like this in distribution:&lt;BR /&gt;&lt;BR /&gt;# worker MPM&lt;BR /&gt;# StartServers: initial number of server processes to start&lt;BR /&gt;# MaxClients: maximum number of simultaneous client connections&lt;BR /&gt;# MinSpareThreads: minimum number of worker threads which are kept spare&lt;BR /&gt;# MaxSpareThreads: maximum number of worker threads which are kept spare&lt;BR /&gt;# ThreadsPerChild: constant number of worker threads in each server process&lt;BR /&gt;# MaxRequestsPerChild: maximum number of requests a server process serves&lt;BR /&gt;&lt;IFMODULE worker.c=""&gt;&lt;BR /&gt;StartServers         2&lt;BR /&gt;MaxClients         150&lt;BR /&gt;MinSpareThreads     25&lt;BR /&gt;MaxSpareThreads     75 &lt;BR /&gt;ThreadsPerChild     25&lt;BR /&gt;MaxRequestsPerChild  0&lt;BR /&gt;&lt;BR /&gt;#&lt;BR /&gt;# To reduce memory usage in the worker MPM, the thread guard page&lt;BR /&gt;# can be disabled, at the expense of some protection against stack&lt;BR /&gt;# overflow.&lt;BR /&gt;#&lt;BR /&gt;#ThreadGuardArea off&lt;BR /&gt;&lt;BR /&gt;&lt;/IFMODULE&gt;&lt;BR /&gt;&lt;BR /&gt;The document you'll need to read is &lt;A href="http://httpd.apache.org/docs-2.0/mod/worker.html" target="_blank"&gt;http://httpd.apache.org/docs-2.0/mod/worker.html&lt;/A&gt; .</description>
      <pubDate>Mon, 16 May 2005 05:30:16 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/configure-apache-on-rhel-3-0/m-p/3545098#M17623</guid>
      <dc:creator>Stuart Browne</dc:creator>
      <dc:date>2005-05-16T05:30:16Z</dc:date>
    </item>
  </channel>
</rss>

