https://issues.apache.org/bugzilla/show_bug.cgi?id=52485

             Bug #: 52485
           Summary: CPU load 100%
           Product: Apache httpd-2
           Version: 2.2.21
          Platform: PC
            Status: NEW
          Severity: normal
          Priority: P2
         Component: mod_proxy
        AssignedTo: [email protected]
        ReportedBy: [email protected]
    Classification: Unclassified


Hi,

We installed a APACHE 2.2.21 and used it as a proxy. When a call was made the
CPU raised to 50-100% and stayed there. After backing to 2.2.15 the problem was
solved. We also saw that if hade more modules loaded the problems increased.

httpd.conf
"ServerName xxx.xxx.xx:80

Listen 8080 443

LoadModule authz_host_module modules/mod_authz_host.so
LoadModule proxy_module modules/mod_proxy.so
LoadModule proxy_connect_module modules/mod_proxy_connect.so
LoadModule proxy_http_module modules/mod_proxy_http.so

<IfModule mod_proxy.c>
ProxyRequests On
ProxyVia On
<Proxy :*>
Order deny,allow
Deny from all
Allow from xxx.xxx.xx
</Proxy>
</IfModule>

AllowCONNECT 443 49171"

Regards
Patrik Ã…kerlind
Handelsbanken, Sweden

-- 
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to