how to use content-encoding along with fastcgi module

2005-04-11 Thread Maity, Omprakash
Hi, I have configured fastcgi module along with apache. How can I send back html files which are generated by the fastcgi module on the fly in compressed format to the browsers? Regards, Omprakash

Re: keepalivetimeout and 2.2 configs

2005-04-11 Thread Nick Kew
Joshua Slive wrote: On Sun, 10 Apr 2005, Rich Bowen wrote: On the more practical non-gut-feeling side, I've found consistently that changing KeepAliveTimeout from 15 to 3 immediately, and drastically, reduces server load on busy servers, where a significant percentage of the child processes

Re: keepalivetimeout and 2.2 configs

2005-04-11 Thread Bill Stoddard
Rich Bowen wrote: While the 2.2 config files are somewhat in flux, I thought I'd bring up the topic of KeepAliveTimeout. The default config files have this set to 15 seconds. As far as I remember, it is set that way due to some possibly-scientific survey that said that average web users click ever

Re: keepalivetimeout and 2.2 configs

2005-04-11 Thread Joshua Slive
Nick Kew wrote: - This should be solved in the code-default, not the config-file default. The directive will not exist in the default config file in 2.1.next. Aaargh! That *will* upset admins who *know* from experience that they *need* to reduce it. I'm not sure what you think I meant here, but

$0 prints just the basename in mod_cgid

2005-04-11 Thread pradeep kumar
Hi, When I run a simple perl script which displays $0, then with mod_cgi enabled I get the whole path. However with mod_cgid I get just the basename and not the whole path. Is this behaviour an expected behaviour with cgid or is there some configuration that must be done to get the whole path.

Re: NetWare Builds and Apache 2.0-dev

2005-04-11 Thread Brad Nicholes
As Bill said, nothing has changed with the way apr/apr-util library source interacts with the httpd build. Both CVS and SVN required you to checkout APR and APR-UTIL separately from HTTPD. The only difference between 2.0-dev and 2.1-trunk is that we made a change in the NetWare make files

NetWare mod_dav import file, WAS: Re: svn commit: r160636 - httpd/httpd/trunk/modules/dav/main/dav.i

2005-04-11 Thread Brad Nicholes
True, in fact I still don't think it is complete even in trunk. Taking another look. Brad [EMAIL PROTECTED] Sunday, April 10, 2005 1:47:58 AM [EMAIL PROTECTED] wrote: Author: bnicholes Date: Fri Apr 8 16:03:45 2005 New Revision: 160636 URL:

Re: NetWare Builds and Apache 2.0-dev

2005-04-11 Thread William A. Rowe, Jr.
At 09:50 AM 4/11/2005, Brad Nicholes wrote: The Linux build accomplishes the same thing through a simple symlink, which neither Windows nor NetWare supports. Actually on Windows NT 5 filesystem (e.g. 2000+) reparse points work very nicely in most respects. See http://sysinternals.com/ and look

Re: keepalivetimeout and 2.2 configs

2005-04-11 Thread William A. Rowe, Jr.
At 07:20 AM 4/11/2005, Bill Stoddard wrote: Rich Bowen wrote: While the 2.2 config files are somewhat in flux, I thought I'd bring up the topic of KeepAliveTimeout. The default config files have this set to 15 seconds. As far as I remember, it is set that way due to some possibly-scientific survey

Re: svn commit: r160909 - httpd/httpd/branches/2.0.x/modules/experimental/mod_cache.c

2005-04-11 Thread Joe Orton
On Mon, Apr 11, 2005 at 03:47:03PM -, Brad Nicholes wrote: Author: bnicholes Date: Mon Apr 11 08:47:03 2005 New Revision: 160909 URL: http://svn.apache.org/viewcvs?view=revrev=160909 Log: Fix a const/non-const conversion error when building with the strict Metrowerks compiler What

Re: svn commit: r160909 - httpd/httpd/branches/2.0.x/modules/experimental/mod_cache.c

2005-04-11 Thread Brad Nicholes
This broke the NetWare build so I fixed it. I never saw the same problem in trunk so I'm not sure where this patch came from in the first place. I don't have a problem with redefining new, I just need it fixed so that NetWare will build before Sander tags the tree. Brad [EMAIL

Re: svn commit: r160909 - httpd/httpd/branches/2.0.x/modules/experimental/mod_cache.c

2005-04-11 Thread Sander Striker
Brad Nicholes wrote: This broke the NetWare build so I fixed it. I never saw the same problem in trunk so I'm not sure where this patch came from in the first place. I don't have a problem with redefining new, I just need it fixed so that NetWare will build before Sander tags the tree. Yah,

Re: svn commit: r160989 - in httpd/httpd/trunk: Makefile.win docs/conf/httpd-win.conf

2005-04-11 Thread Joshua Slive
On Tue, 12 Apr 2005 [EMAIL PROTECTED] wrote: Author: slive Date: Mon Apr 11 17:12:14 2005 New Revision: 160989 URL: http://svn.apache.org/viewcvs?view=revrev=160989 Log: Bring the windows config file in line with the simplifications of the main httpd.conf. Make a vain attempt to modify