Re: [us...@httpd] Building Apache 2.2.14 with mod_fastcgi 2.4.6 on OS X 10.5.8

2009-10-18 Thread Peter Michaux
Hi Nick On Sun, Oct 18, 2009 at 2:05 PM, Nick Kew wrote: > > On 18 Oct 2009, at 21:26, Peter Michaux wrote: > >> Looking at the mod_fastcgi INSTALL notes, I've tried the APACI >> (autoconf) method. > > That's very, very old (i.e. last-century).  Use ap

Re: [us...@httpd] Building Apache 2.2.14 with mod_fastcgi 2.4.6 on OS X 10.5.8

2009-10-18 Thread Peter Michaux
On Sun, Oct 18, 2009 at 2:04 PM, Peter Michaux wrote: > On Sun, Oct 18, 2009 at 2:01 PM, Peter Schober > wrote: >> * Peter Michaux [2009-10-18 22:27]: >>> Any ideas how I can successfully build Apache httpd with mod_fastcgi >>> on OS X? >> >>

Re: [us...@httpd] Building Apache 2.2.14 with mod_fastcgi 2.4.6 on OS X 10.5.8

2009-10-18 Thread Peter Michaux
Hi Peter, On Sun, Oct 18, 2009 at 2:01 PM, Peter Schober wrote: > * Peter Michaux [2009-10-18 22:27]: >> Any ideas how I can successfully build Apache httpd with mod_fastcgi >> on OS X? > > Have you looked at fcgid instead? > http://httpd.apache.org/mod_fcgid/ Thanks f

[us...@httpd] Building Apache 2.2.14 with mod_fastcgi 2.4.6 on OS X 10.5.8

2009-10-18 Thread Peter Michaux
Hi, I'm trying to build Apache httpd 2.2.14 with mod_fastcgi 2.4.6 on OS X 10.5.8. I can build and install httpd seemingly fine but I can't seem to build mod_fastcgi successfully with httpd even though I've tried a variety of ways. I did try joining the fastcgi mailing list and sending this messag

Re: [EMAIL PROTECTED] configuring disk cache look-up before proxying

2008-11-28 Thread Peter Michaux
Hi Eric, On Wed, Nov 26, 2008 at 2:44 PM, Eric Covener <[EMAIL PROTECTED]> wrote: > On Wed, Nov 26, 2008 at 4:40 PM, Peter Michaux <[EMAIL PROTECTED]> wrote: > >> The back end server caches files in two different places and I would >> like Apache to look in those tw

[EMAIL PROTECTED] configuring disk cache look-up before proxying

2008-11-26 Thread Peter Michaux
I have Apache set up with the following as the first virtual host. Since the first host is the default, this gives me mass hosting behavior. Also the back-end server running on port 3000 sees the original request Host header which it needs to see. ServerName example.com ProxyPass / http://loc

[EMAIL PROTECTED] Documentation for TypesConfig

2007-01-21 Thread Peter Michaux
Hi, The documentation for TypesConfig directive says that the filename is relative to ServerRoot. http://httpd.apache.org/docs/2.2/mod/mod_mime.html#typesconfig> I am using an absolute path for the filename parameter and it seems to work fine. Should the docs be changed to include this possibil

[EMAIL PROTECTED] os that uses default apache file structure?

2007-01-21 Thread Peter Michaux
Hi Is there an operating system that uses the apache default file structure? I'm using debian and it does not. Thanks, Peter -- Fork JavaScript: http://forkjavascript.org - The official User-To-User support forum of the Apache

[EMAIL PROTECTED] caching gzipped files

2007-01-07 Thread Peter Michaux
Hi, I believe that mod_deflate compresses a particular resource on-the-fly each time the resource is requested. Is this true? This repetitive compression seems a bit wasteful for a resource that doesn't change often. I would like to set up the following type of caching system or something similar