[users@httpd] HTTP Status code 308 is converted in HTTP 500

2011-07-17 Thread Stefano Nichele
Hi All, i'm using apache httpd v. 2.2.15 + mod_proxy and i have found a bad behavior (at least for me :-) ) My application implements something like a resumable http upload using 308 as status code for resume (see for instance http://code.google.com/apis/gdata/docs/resumable_upload.html). Imp

[us...@httpd] two applications on the same box

2010-02-26 Thread Stefano Nichele
Hi All, I'd like to ask you some help with apache configuration for my goal. I have two different server instances running on the same box and on different ports. For instance: http://my.domain.com:8080/appA http://my.domain.com:9090/appB are the URLs at the moment i'm using. Actually I want

Re: [us...@httpd] handling parameter in query_string with mod_rewrite

2010-02-17 Thread Stefano Nichele
t; env=FILENAME I'm not sure though about the effect of the Header set directive, is it going to have a global effect afterwords or not? Igor On Wed, Feb 17, 2010 at 9:21 AM, Stefano Nichele mailto:stefano.nich...@gmail.com>> wrote: Hi All, I would n

[us...@httpd] handling parameter in query_string with mod_rewrite

2010-02-16 Thread Stefano Nichele
Hi All, I would need some help with mod_rewrite :-( . What I would need is to add an header to the response if the request contains a URL parameter and the value of that parameter should be used in that header. Just to clarify, if the url is: /download/files/1ytreefecsw?filename=myfile.txt