Re: [EMAIL PROTECTED] mod_deflate questions

2006-08-23 Thread Chris Price
Once again my many thanks to Joshua for providing concise and extremely informative responses on this list. Joshua; Its people like you that make open-source communities *work*. Cheers from Calgary, Chris Price Plenty of people use mod_deflate (and the older

[EMAIL PROTECTED] mod_deflate questions

2006-08-22 Thread Chris Price
Hey all; I have some questions about mod_deflate; Specifically, in my 8 years of using apache, I had never heard of it until a few weeks ago. Google shows plenty of howto implement and man page sites, but few 'mod_deflate is soo good it saved my marriage' type of testimonia

Re: [EMAIL PROTECTED] xxxxxxxxxxxxxxxxxxxxxx

2006-06-23 Thread Chris Price
I have sent 3 emails to the unsubscribe address in the past two days with no results. trying again. Anders Norrbring wrote: hui xu skrev: Please unsub me form the maillist, I have tried many times, the mailist continue send me the mails. Just send an empty mail from the subscrib

Re: [EMAIL PROTECTED] mod_rewrite/mod_proxy rewrite remote_addr

2006-06-22 Thread Chris Price
Joshua Slive wrote: This question was recently asked and answered: http://mail-archives.apache.org/mod_mbox/httpd-users/200606.mbox/[EMAIL PROTECTED] Unfortunately, my backend servers are Coldfusion on IIS (garbage, I know), so mod_extract_forwarded does not work for me. From what I unde

[EMAIL PROTECTED] mod_rewrite/mod_proxy rewrite remote_addr

2006-06-22 Thread Chris Price
Hi all; MY SETUP -- Linux RHEL4, i386, httpd-2.0.46-56.ent I've recently started using mod_rewrite in conjunction with mod_proxy to rewrite+proxy certain urls to a cluster of backend servers; RewriteRule ^/foo(/?.*)$ proxy:https://${server:cluster}/foo$1 [qsa] Where 'clu