Re: [EMAIL PROTECTED] Apache 2.2.3 - Delayed response

2008-04-01 Thread Issac Goldstand
Clayton Dillard wrote: All, Thank you for taking the time to review my question. After a fresh boot (or a reboot) our Apache server returns pages very quickly to the client browser. We are running SugarCRM and the response time is usually around .29 seconds. This high performance

Re: [EMAIL PROTECTED] need 'high traffic' config

2008-04-01 Thread David Cassidy
have you got the server-info turned on ? that might provide a useful idea on whats affecting it. I'm rather concerned if keep alive is making it worse. make sure you set the keep alive timeout as being 10 secs or so as IE has a tendancy to DOS your server given half a chance. You might also want

Re: [EMAIL PROTECTED] need 'high traffic' config

2008-04-01 Thread Krist van Besien
On Tue, Apr 1, 2008 at 5:07 AM, James Mandy [EMAIL PROTECTED] wrote: The server has plenty of cpu, 4Gig ram, RAID, etc. It's fast. During busy periods, requests are taking a long time. checking the server I see it's not under much load and there's usually always still 2Gig of memory free

Re: [EMAIL PROTECTED] need 'high traffic' config

2008-04-01 Thread Peter J Milanese
Is there any database involved? This would be a likely culprit. I cannot see it being apache past others recommendations of changing to worker. The keepalive thing concerns me as well. Excuse the out of form response. - Original Message - From: Krist van Besien [EMAIL PROTECTED]

Re: [EMAIL PROTECTED] Apache 2.2.3 - Delayed response

2008-04-01 Thread Clayton Dillard
Issac, You are right, I should have talked about that in my original post. The server has plenty of hardware resources. He usually runs with 600MB of free memory and he's got two CPU cores. The VM server is also underutilized. Issac Goldstand wrote: Clayton Dillard wrote: All,

[EMAIL PROTECTED] multiple php version

2008-04-01 Thread Marco Strullato
hi all, I'd like to use two version of php into the same apache server. I've loaded both modules,but I don't know how to choose between different versions of php... more: is it possible to let a virtualhost to use only a particular version of php? thanks marco

[EMAIL PROTECTED] Apache can't write to directory

2008-04-01 Thread michael watson (IAH-C)
Hello! I'm running apache 2.2 on Red Hat. I have a directory, /usr/results/, which is owned by the apache user and has rwx privileges. If I go into that directory and 'mkdir test' it creates the folder, no problem. When I try and do this over CGI, however, I get a Permission Denied error

[EMAIL PROTECTED] Apache installation

2008-04-01 Thread Ch Praveena
Hi all, I have installed and set up httpd 2.0.63 version of apache server and is running good and fine with the implementaion of clustering Jboss. And when I want to cluster , there came the need of httpd 2.2.8 version of apache. So, I have downloaded and configured with default with out

Re: [EMAIL PROTECTED] Apache 2.2.3 - Delayed response

2008-04-01 Thread Krist van Besien
On Tue, Apr 1, 2008 at 5:01 AM, Clayton Dillard [EMAIL PROTECTED] wrote: For clarification, it takes about 2 seconds after seeing the connection in tcpdump before I see the server writing to the access_log. For requests taking 2 seconds that is to be expected. Writing the log entry is the last

Re: [EMAIL PROTECTED] url redirection

2008-04-01 Thread Melanie Pfefer
Hello Josh, all, I am sorry to keep this thread up. My Objective is to have http://proxy/gqaf:soi:PAR:TRE:001 rewritten to http://backend:8080/gqaf-web/gqaf:soi:PAR:TRE:001 without changing the URL on the browser. *** RewriteEngine On RewriteRule ^/(.*gqaf:soi:PAR:TRE.*)

Re: [EMAIL PROTECTED] Apache can't write to directory

2008-04-01 Thread Eric Covener
On Tue, Apr 1, 2008 at 5:52 AM, michael watson (IAH-C) [EMAIL PROTECTED] wrote: Hello! I'm running apache 2.2 on Red Hat. I have a directory, /usr/results/, which is owned by the apache user and has rwx privileges. If I go into that directory and 'mkdir test' it creates the folder, no

Re: [EMAIL PROTECTED] multiple php version

2008-04-01 Thread j k
On Tue, Apr 1, 2008 at 3:26 AM, Marco Strullato [EMAIL PROTECTED] wrote: hi all, I'd like to use two version of php into the same apache server. I've loaded both modules,but I don't know how to choose between different versions of php... more: is it possible to let a virtualhost to use only

Re: [EMAIL PROTECTED] Apache installation

2008-04-01 Thread j k
On Tue, Apr 1, 2008 at 6:56 AM, Ch Praveena [EMAIL PROTECTED] wrote: Hi all, I have installed and set up httpd 2.0.63 version of apache server and is running good and fine with the implementaion of clustering Jboss. And when I want to cluster , there came the need of httpd 2.2.8 version

Re: [EMAIL PROTECTED] Apache installation

2008-04-01 Thread Ch Praveena
Hi , Thank you for your responses.. What I mean is, can I have the both apache servers with our uninstalling them? But the wrong done by me is, I ve run the ./configure command at the default only.. I have configured the httpd 2.0.63 version first and later the httpd2.2.8 version. Now, Let me

Re: [EMAIL PROTECTED] Apache installation

2008-04-01 Thread Ch Praveena
Hi , Thank you for your responses.. But the wrong done by me is, I ve run the ./configure command at the default when configuring both the servers... I have configured the httpd2.0.63 version first and later the httpd2.2.8 version. What I mean is, can I have the both apache servers with out

RE: [EMAIL PROTECTED] Apache installation

2008-04-01 Thread Narendra Verma
Hi, If you want so then you can make separate directory (installation root i.e 'prefix') for httpd2.0.63 and 2.2.8 but very important is that your apache listen port must be different for different installation root. For uninstalling it just remove the all content from your installation

Re: [EMAIL PROTECTED] Apache installation

2008-04-01 Thread Ch Praveena
Thats great to run both the servers seperately. But, let me know where I can change the listen ports and how the command be replaced. Is it like $ ./configure --prefix=/home/praveena/software Please correct the command if any mistakes are there. And I want to run the httpd 2.0.63 with default