RE: [us...@httpd] cache POST requests

2009-02-10 Thread Anthony J. Biacco
://www.formatdynamics.com -Original Message- From: André Warnier [mailto:a...@ice-sa.com] Sent: Tuesday, February 10, 2009 2:44 PM To: users@httpd.apache.org Subject: Re: [us...@httpd] cache POST requests Anthony J. Biacco wrote: > I did in fact read the rfc before I posted, but it seems to me that o

Re: [us...@httpd] cache POST requests

2009-02-10 Thread André Warnier
Anthony J. Biacco wrote: I did in fact read the rfc before I posted, but it seems to me that once you're doing proxying to an application server, these facts don't apply anymore. I could be way off base. But a GET proxied to an application server doesn't have to, and (depending on how the weba

RE: [us...@httpd] cache POST requests

2009-02-10 Thread Anthony J. Biacco
3-573-1800x27 abia...@formatdynamics.com http://www.formatdynamics.com -Original Message- From: André Warnier [mailto:a...@ice-sa.com] Sent: Tuesday, February 10, 2009 12:39 PM To: users@httpd.apache.org Subject: Re: [us...@httpd] cache POST requests Anthony J. Biacco wrote: > Hello, >

Re: [us...@httpd] cache POST requests

2009-02-10 Thread André Warnier
Anthony J. Biacco wrote: Hello, I'm using apache 2.2.11 on centos 5/x86_64 I'm testing out caching data for GET requests using mod_disk_cache, which I have working. I'd also like to cache data for the same requests via the POST method, but this doesn't seem to work. Is this supported? If so, is

[us...@httpd] cache POST requests

2009-02-10 Thread Anthony J. Biacco
Hello, I'm using apache 2.2.11 on centos 5/x86_64 I'm testing out caching data for GET requests using mod_disk_cache, which I have working. I'd also like to cache data for the same requests via the POST method, but this doesn't seem to work. Is this supported? If so, is there any config changes re