Re: [EMAIL PROTECTED] performance analysis

2005-12-01 Thread Charlie Smith
I recently noticed a long delay in a page coming up. What's the best command-line tool/routine to use to monitor how long a page takes to comeback. Should I put an LWP call to a page in a cron job to monitor this? Or can someone recommend a better solution. Then, what is best way to identify pr

Re: [EMAIL PROTECTED] redirecting everything to ssl

2005-12-01 Thread Charlie Smith
Isn't ip based hosts required for this as well? >>> Joshua 12/01/05 11:56 AM >>> On 12/1/05, Rob Benton <[EMAIL PROTECTED]> wrote: > > RewriteCond %{HTTP_HOST} !^my\.site [NC] > RewriteCond %{HTTP_HOST} !^$ > RewriteCond %{SERVER_PORT} ^(80|443)$ > RewriteRule ^/(.*) https://my.site/$

[EMAIL PROTECTED] performance analysis

2005-12-01 Thread Charlie Smith
>>> [EMAIL PROTECTED] 12/01/05 10:18 AM >>> I recently noticed a long delay in a page coming up. What's the best command-line tool/routine to use to monitor how long a page takes to comeback. Should I put an LWP call to a page in a cron job to monitor this? Or can someone recommend a better so

[EMAIL PROTECTED]

2005-12-01 Thread Charlie Smith
I recently noticed a long delay in a page coming up. What's the best command-line tool/routine to use to monitor how long a page takes to comeback. Should I put an LWP call to a page in a cron job to monitor this? Or can someone recommend a better solution. Then, what is best way to identify pr

RE: [EMAIL PROTECTED] Strange qustion - how to prevent apache delay?

2005-08-23 Thread Charlie Smith
8/05 6:53 a.m. MST -----Original Message- From: Charlie Smith Sent: Wednesday, August 17, 2005 9:07 AM To:Tim Burden and apache users. Subject: Re: [EMAIL PROTECTED] Strange qustion - how to prevent apache delay? I removed the OT from the subject line, as I'm not convinced. What else

RE: [EMAIL PROTECTED] Strange qustion - how to prevent apache delay?

2005-08-18 Thread Charlie Smith
be a factor in large data sets. Doesn't appear to be now, though am not sure - it's set to 6000 now. Charlie 8/18/05 6:53 a.m. MST -Original Message- From: Charlie Smith Sent: Wednesday, August 17, 2005 9:07 AM To:Tim Burden and apache users. Subject: Re: [EMAIL PROTECTED]

[EMAIL PROTECTED] Object not found in proxying to IIS from Apache.

2005-08-17 Thread Charlie Smith
Why would I be getting the Object not found! error when trying to use Apache to Proxy to an IIS server? I am using following direcives in config file. I'm using similar directives to access other sites without a problem: ProxyPass /jsp http://10.51.93.142/jsp ProxyPassReverse /jsp htt

Re: [EMAIL PROTECTED] Strange qustion - how to prevent apache delay?

2005-08-17 Thread Charlie Smith
rning normally. It is as if it stops half way through and client never gets html back from cgi script that is supposed to. So, maybe turning up max_execution_time would work? Charlie 8/17/05 7:00 a.m. MST >>>Charlie Smith 8/16/2005 3:06:15 PM >>> Perhaps upping the Apache T

Re: [EMAIL PROTECTED] [OT] Strange qustion - how to prevent apache delay?

2005-08-17 Thread Charlie Smith
ipts are eventually returning normally. Don't know anything about Oracle. This is now completely OT, nothing to do with Apache. - Original Message - From: "Charlie Smith" Sent: Tuesday, August 16, 2005 4:20 PM Subject: Re: [EMAIL PROTECTED] [OT] Strange qustion - how to preven

Re: [EMAIL PROTECTED] [OT] Strange qustion - how to prevent apache delay?

2005-08-16 Thread Charlie Smith
know anything about Oracle. This is now completely OT, nothing to do with Apache. - Original Message - From: "Charlie Smith" Sent: Tuesday, August 16, 2005 4:20 PM Subject: Re: [EMAIL PROTECTED] [OT] Strange qustion - how to prevent apache delay? > Perhaps turning up max_exec

Re: [EMAIL PROTECTED] [OT] Strange qustion - how to prevent apache delay?

2005-08-16 Thread Charlie Smith
query to return is not counted. - Original Message ----- From: "Charlie Smith" Sent: Tuesday, August 16, 2005 3:29 PM Subject: Re: [EMAIL PROTECTED] Strange qustion - how to prevent apache delay? > Problem with very long response time for php cgi scripts started occurring after

Re: [EMAIL PROTECTED] Strange qustion - how to prevent apache delay?

2005-08-16 Thread Charlie Smith
quot;Do not use this in production." j- k- On Tuesday 16 August 2005 10:32, Charlie Smith wrote: > I noticed recent post on how to create a delay in a post. I have opposite > problem. > In running some php scripts, it's taking up to 10 and longer just to get a

Re: [EMAIL PROTECTED] Strange qustion - how to prevent apache delay?

2005-08-16 Thread Charlie Smith
p.ini? We had this problem too and it turned out that we were using the default .ini file that has a big header at the top that says "Do not use this in production." j- k- On Tuesday 16 August 2005 10:32, Charlie Smith wrote: > I noticed recent post on how to create a delay i

[EMAIL PROTECTED] Strange qustion - how to prevent apache delay?

2005-08-16 Thread Charlie Smith
I noticed recent post on how to create a delay in a post. I have opposite problem. In running some php scripts, it's taking up to 10 and longer just to get a line in the access log. Any ideas? Charlie 8/16/05 12:32 p.m. MST --