Re: [EMAIL PROTECTED] mod_rewrite, mod_proxy and content-length

2007-07-25 Thread Daniel JavaDev
PROTECTED]> wrote: On Wed, 25 Jul 2007 10:59:33 +0100 "Daniel JavaDev" <[EMAIL PROTECTED]> wrote: > Unfortunately it's not my client, but Nokia's EAIF MMSC (emulator in > this case). > > Like I said, I've coded my application to the protocol (EAIF) a

Re: [EMAIL PROTECTED] mod_rewrite, mod_proxy and content-length

2007-07-25 Thread Daniel JavaDev
must be some way to configure httpd to stick with the original headers. Cheers Dan On 25/07/07, Vincent Bray <[EMAIL PROTECTED]> wrote: On 25/07/07, Daniel JavaDev <[EMAIL PROTECTED]> wrote: > Hi all, > > I have the following rules on my apache 2.2.4 config: > >

Re: [EMAIL PROTECTED] Re: trouble sending environmental variable

2007-07-24 Thread Daniel JavaDev
Hi all, (sorry for possible duplicates) I have the following rules on my apache 2.2.4 config: RewriteEngine on RewriteRule ^/someURL http://anotherURL [P] where someURL is the a publicly available url, and anotherURL is a private url (localhost on another port). This setup

[EMAIL PROTECTED] mod_rewrite, mod_proxy and content-length

2007-07-24 Thread Daniel JavaDev
Hi all, I have the following rules on my apache 2.2.4 config: RewriteEngine on RewriteRule ^/someURL http://anotherURL [P] where someURL is the a publicly available url, and anotherURL is a private url (localhost on another port). This setup is for restricting access to an application server.