[EMAIL PROTECTED] proxy problems **** glibc detected ****

2008-11-11 Thread Alexandru David Constantinescu
Hello all, After many days of work, and docs read I have manage to get it work. Is a apache 2.2.10 compiled from source on a Centos 5 64b architecture as a reverse proxy. As a MPM I use prefork. There are still minor problems like disk_cache but but nothing to worry . And when all the things s

Re: [EMAIL PROTECTED] 502 proxy error

2008-11-04 Thread Alexandru David Constantinescu
isha b wrote: Thank you all, I have increased with Keep Alive upto 300 sec as well No KeepAlive option buyt the reult is still negative. Still it is throwing the below error *proxy*: *Error reading from remote server returned* by /..." proxy: error reading status line from remote server

[EMAIL PROTECTED] help with mod_cache

2008-10-27 Thread Alexandru David Constantinescu
I recently configure apache 2.2.3-11 64 (rpm) on Centos5 64 as reverse proxy with disk cache. For start I have 11 sites on this proxy. Everything works just fine about 2 days. In this time the size of cache folder go wild (4.4 Gb) with htcacheclean daemon up and runing #htcacheclean -d30

[EMAIL PROTECTED] reverse proxy problem

2008-10-23 Thread Alexandru David Constantinescu
Hello, I have some problem with apache configurated as reverse proxy. I use httpd-2.2.3 rpm on Centos 5. I configure two servers : one is the proxy and the second is the real server. Both servers have internet connexions (the all idea is to switch from classic configuration to proxy configura

Re: [EMAIL PROTECTED] Logs

2008-09-11 Thread Alexandru David Constantinescu
Grant Peel wrote: Hi Justin, Thanks for the reply. FYI I am using UNIX (freebsd). Up tp this point, I have been using an sh script to rotate logs. The logs in question are the access_log and error_log in each one of my (Apache) virtual hosts. logrotate looks like the cats meow! I have read

Re: [EMAIL PROTECTED] hardware for proxy

2008-09-09 Thread Alexandru David Constantinescu
[EMAIL PROTECTED] wrote: On Tue, Sep 9, 2008 at 9:43 AM, Alexandru David Constantinescu <[EMAIL PROTECTED]> wrote: -Original Message- From: Alexandru David Constantinescu [mailto:[EMAIL PROTECTED] Sent: Tuesday, September 09, 2008 3:20 AM To: users@httpd.apache.org Subject:

Re: [EMAIL PROTECTED] hardware for proxy

2008-09-09 Thread Alexandru David Constantinescu
Ben Spencer wrote: Ther is no SSL involve what so ever. The sites are very active (it is a share hosting environment and this is the reason why I wanna try the proxy) and beside that we plan to expand. We have between 50~300 reqs/sec (depend on time of the day) with around 10~20 kb/reqs and this

Re: [EMAIL PROTECTED] hardware for proxy

2008-09-09 Thread Alexandru David Constantinescu
riginal Message- From: Alexandru David Constantinescu [mailto:[EMAIL PROTECTED] Sent: Tuesday, September 09, 2008 3:20 AM To: users@httpd.apache.org Subject: [EMAIL PROTECTED] hardware for proxy Hello to all I plan to implement a proxy server for apache. The idea is to act like a firewall, proxy

Re: [EMAIL PROTECTED] hardware for proxy

2008-09-09 Thread Alexandru David Constantinescu
Evert Lammerts wrote: Why would you start out with implementing a single point of failure? On Tue, Sep 9, 2008 at 10:19 AM, Alexandru David Constantinescu <[EMAIL PROTECTED]> wrote: Hello to all I plan to implement a proxy server for apache. The idea is to act like a firewall, proxy

[EMAIL PROTECTED] hardware for proxy

2008-09-09 Thread Alexandru David Constantinescu
Hello to all I plan to implement a proxy server for apache. The idea is to act like a firewall, proxy , load balancer and cache. It must serve around 2000 sites. The backend servers I don't know for now how many will be, but I am prepare to start with 2 or 3 and in case of heavy load , increase

Re: [EMAIL PROTECTED] Load Increases due to Apache

2008-08-29 Thread Alexandru David Constantinescu
Gaurav Pruthi wrote: Hi Agnello, I am using prefork MPM StartServers 20 MinSpareServers 25 MaxSpareServers 50 MaxClients 500 MaxRequestsPerChild 0 Thanks, Gaurav On Fri, Aug 29, 2008 at 1:30 PM, Agnello George <[EMAIL PROTECTED]

Re: [EMAIL PROTECTED] Load Increases due to Apache

2008-08-29 Thread Alexandru David Constantinescu
Agnello George wrote: On 8/29/08, *Gaurav Pruthi* <[EMAIL PROTECTED] > wrote: Dear Friends, I am facing very strange problem. I have a LAMP server. It has around 400 of websites hosted on it. Since last one month the server load increases suddenly.

Re: [EMAIL PROTECTED] block endless loop

2008-08-19 Thread Alexandru David Constantinescu
Rich Schumacher wrote: On Thu, Aug 14, 2008 at 6:55 AM, Alexandru David Constantinescu <[EMAIL PROTECTED]> wrote:   I' am using Apache 1.3 and today I observe that one of the users (virtual hosts) site generate a lot of requests. I look into the client source code and I s

[EMAIL PROTECTED] block endless loop

2008-08-14 Thread Alexandru David Constantinescu
I' am using Apache 1.3 and today I observe that one of the users (virtual hosts) site generate a lot of requests. I look into the client source code and I see that the index.php has a endless loop something like header("Location: index.php"). I've search all day for a way to solve this problem