[EMAIL PROTECTED] RE: Problem with disk_cache on Windows 2003

2008-09-10 Thread Efjestad, Dag
-Opprinnelig melding- Fra: Efjestad, Dag [mailto:[EMAIL PROTECTED] Sendt: 14. juli 2008 08:12 Til: users@httpd.apache.org Emne: [EMAIL PROTECTED] Problem with disk_cache on Windows 2003 Hello I'm trying to get mod_cache and mod_disk_cache to work correctly. Problem summary is that disk

RE: [EMAIL PROTECTED] Logs

2008-09-10 Thread Justin Pasher
> -Original Message- > From: Grant Peel [mailto:[EMAIL PROTECTED] > Sent: Wednesday, September 10, 2008 6:54 PM > To: users@httpd.apache.org > Subject: [EMAIL PROTECTED] Logs > > Hi all, > > I am investigating useing apache rotatelogs pipe. My servers have about > 250 > virtual domains ea

[EMAIL PROTECTED] Logs

2008-09-10 Thread Grant Peel
Hi all, I am investigating useing apache rotatelogs pipe. My servers have about 250 virtual domains each on them, so I am curious about a couple of things: How are people in a similar setup handling remove logs (so they dont build up forever), say after 2 months? Does piping the data throug

Re: [EMAIL PROTECTED] Checking if file or directory exist

2008-09-10 Thread Justin Pasher
Jason Pruim wrote: On Sep 10, 2008, at 1:38 PM, Justin Pasher wrote: Jason Pruim wrote: Actually it is... It was something that I tried to fix the problem. All the links refer to /mail.php though... BEGIN LOG 192.168.0.253 - - [10/Sep/2008:13:28:26 -0400] [purl.schreurprinting.com/sid#183e

Re: [EMAIL PROTECTED] Checking if file or directory exist

2008-09-10 Thread Jason Pruim
On Sep 10, 2008, at 1:38 PM, Justin Pasher wrote: Jason Pruim wrote: On Sep 10, 2008, at 1:24 PM, Eric Covener wrote: . I have some links that look like this: HTTP://purl.schreurprinting.com/mail.php?purl=jasonpruim112 ... [purl.schreurprinting.com/sid#183ecd8][rid#1836238/initial] (2)

Re: [EMAIL PROTECTED] Checking if file or directory exist

2008-09-10 Thread Justin Pasher
Jason Pruim wrote: On Sep 10, 2008, at 1:24 PM, Eric Covener wrote: . I have some links that look like this: HTTP://purl.schreurprinting.com/mail.php?purl=jasonpruim112 ... [purl.schreurprinting.com/sid#183ecd8][rid#1836238/initial] (2) init rewrite engine with requested uri /purl/mail.php

Re: [EMAIL PROTECTED] Checking if file or directory exist

2008-09-10 Thread Jason Pruim
On Sep 10, 2008, at 1:24 PM, Eric Covener wrote: . I have some links that look like this: HTTP://purl.schreurprinting.com/mail.php?purl=jasonpruim112 ... [purl.schreurprinting.com/sid#183ecd8][rid#1836238/initial] (2) init rewrite engine with requested uri /purl/mail.php Maybe mail.php i

Re: [EMAIL PROTECTED] Checking if file or directory exist

2008-09-10 Thread Eric Covener
>. I have some links that look like this: >HTTP://purl.schreurprinting.com/mail.php?purl=jasonpruim112 ... > [purl.schreurprinting.com/sid#183ecd8][rid#1836238/initial] (2) init rewrite > engine with requested uri /purl/mail.php Maybe mail.php is under your docroot, but purl/mail.php isn't. --

Re: [EMAIL PROTECTED] Checking if file or directory exist

2008-09-10 Thread Jason Pruim
On Sep 10, 2008, at 12:36 PM, Justin Pasher wrote: Jason Pruim wrote: Hello everyone, So I'm still fighting with mod_rewrite a little but I have made progress... Basically, what I am looking to do now, is check to see if a file/folder exists and if not rewrite and give control to my p.p

Re: [EMAIL PROTECTED] Checking if file or directory exist

2008-09-10 Thread Justin Pasher
Jason Pruim wrote: Hello everyone, So I'm still fighting with mod_rewrite a little but I have made progress... Basically, what I am looking to do now, is check to see if a file/folder exists and if not rewrite and give control to my p.php script to look it up in the database. Here are the r

[EMAIL PROTECTED] Checking if file or directory exist

2008-09-10 Thread Jason Pruim
Hello everyone, So I'm still fighting with mod_rewrite a little but I have made progress... Basically, what I am looking to do now, is check to see if a file/folder exists and if not rewrite and give control to my p.php script to look it up in the database. Here are the rules that I'm usi

Re: [EMAIL PROTECTED] Apache and lingering close

2008-09-10 Thread Arnab Ganguly
I am not using mod_cgi and mod_proxy as well, not able to identify what the real cause is .Any pointers or suggestion would be of great help. Thanks -A On Wed, Sep 10, 2008 at 8:32 PM, Eric Covener <[EMAIL PROTECTED]> wrote: > On Wed, Sep 10, 2008 at 10:29 AM, Arnab Ganguly <[EMAIL PROTECTED]> >

Re: [EMAIL PROTECTED] hardware for proxy

2008-09-10 Thread solprovider
On 9/10/08, Matus UHLAR - fantomas <[EMAIL PROTECTED]> wrote: > On 09.09.08 21:23, [EMAIL PROTECTED] wrote: > > 5000 reqs/sec @ 20 KB/req = 100 MB/sec = 1Gbaud. One gigabit network1 > > please don't mess bauds and bits per second. it's something very different. > http://en.wikipedia.org/wiki/Ba

Re: [EMAIL PROTECTED] Apache and lingering close

2008-09-10 Thread Eric Covener
On Wed, Sep 10, 2008 at 10:29 AM, Arnab Ganguly <[EMAIL PROTECTED]> wrote: > MaxClients 256 and there are 4 instances.Server-stat page is not available > as due to heavy load.This doesn't happen in case of normal traffic.This > pause remains for sometime and again it comes back after a while. > > I

Re: [EMAIL PROTECTED] Apache and lingering close

2008-09-10 Thread Arnab Ganguly
MaxClients 256 and there are 4 instances.Server-stat page is not available as due to heavy load.This doesn't happen in case of normal traffic.This pause remains for sometime and again it comes back after a while. I am using KeepAlive Off.I tried setting it to On with default KeepAliveTimeout and M

Re: [EMAIL PROTECTED] Apache and lingering close

2008-09-10 Thread Eric Covener
On Wed, Sep 10, 2008 at 10:05 AM, Arnab Ganguly <[EMAIL PROTECTED]> wrote: > Hi All, > I am getting lot of CLOSE_WAIT ,SYNC_RCV and TIME_WAIT state when I do a > netstat and result it is Apache pause. What does server-status say? What's MaxClients set to? Can you describe the "pause"? -- Eric

[EMAIL PROTECTED] Apache and lingering close

2008-09-10 Thread Arnab Ganguly
Hi All, I am getting lot of CLOSE_WAIT ,SYNC_RCV and TIME_WAIT state when I do a netstat and result it is Apache pause. What would be the ideal approach to solve the issue.I am planning for explicit call of ap_lingering_close after reading the client request. Also I see a #ifdef CORE_PRIVATE unde

Re: [EMAIL PROTECTED] hardware for proxy

2008-09-10 Thread Matus UHLAR - fantomas
On 09.09.08 21:23, [EMAIL PROTECTED] wrote: > 5000 reqs/sec @ 20 KB/req = 100 MB/sec = 1Gbaud. One gigabit network1 please don't mess bauds and bits per second. it's something very different. http://en.wikipedia.org/wiki/Baud it's even 800, not 1000 Mbits per second... -- Matus UHLAR - fantomas

Re: [EMAIL PROTECTED] Error with ServerName and then furthermore with Listening Sockets

2008-09-10 Thread Manik Taneja
The first error is a warning and will go away if you set the ServerName variable to your machine name or something in the httpd.conf file. With regards to the other problem, you probably have another process or perhaps a running instance of apache that is listening on port 80. You can eit