[users@httpd] Apache reverse proxy 2-way SSL authentication

2011-12-05 Thread SoCruel.NU Apache Users Mailbox
Hello list, I am investigating what kind of reverse proxy solution would fit a customers requirement. I am also looking at Apache. One of the requirements is to support 2-way SSL authentication. Is this possible with Apache (using version 2.2) as reverse proxy? And if so any config examples

[users@httpd] New Apache version not picking correct precl library

2011-12-05 Thread Rahul Mehta
Hi Apache Users, We have just upgraded our systems to Apache 2.2.8 pre-compiled binaries, which comes with its own PCRE library. However, our code requires a newer version of the PCRE library than what Apache provides, leading to the following error: *Warning: preg_replace()

Re: [users@httpd] FilterProtocol cache=no not working correctly in 2.3.15?

2011-12-05 Thread Dennis Jacobfeuerborn
On 12/05/2011 04:06 AM, Nick Kew wrote: On 5 Dec 2011, at 02:27, Dennis Jacobfeuerborn wrote: FilterProvider testfilter TESTFILTER %{CONTENT_TYPE} = 'text/html' FilterProtocol testfilter change=yes,cache=no FilterChain testfilter FilterProtocol is slightly half-baked: filter modules should

Re: [users@httpd] FilterProtocol cache=no not working correctly in 2.3.15?

2011-12-05 Thread Nick Kew
On Mon, 05 Dec 2011 13:11:10 +0100 Dennis Jacobfeuerborn denni...@conversis.de wrote: The filter inserts a header and a footer in the page from two files. I can modify these files and don't see an update when I reload but I *do* see an update when I shift+reload. So the filter definitely

Re: [users@httpd] New Apache version not picking correct precl library

2011-12-05 Thread Nick Kew
On Mon, 5 Dec 2011 17:15:57 +0530 Rahul Mehta rahul.me...@bankbazaar.com wrote: *Warning: preg_replace() [function.preg-replace]: Compilation failed: this version of PCRE is not compiled with PCRE_UTF8 support* That's a compile-time option to PCRE. Not a matter of newer vs older versions.

Re: [users@httpd] FilterProtocol cache=no not working correctly in 2.3.15?

2011-12-05 Thread Dennis Jacobfeuerborn
On 12/05/2011 02:12 PM, Nick Kew wrote: On Mon, 05 Dec 2011 13:11:10 +0100 Dennis Jacobfeuerborndenni...@conversis.de wrote: The filter inserts a header and a footer in the page from two files. I can modify these files and don't see an update when I reload but I *do* see an update when I

Re: [users@httpd] FilterProtocol cache=no not working correctly in 2.3.15?

2011-12-05 Thread Dennis Jacobfeuerborn
On 12/05/2011 03:43 PM, Dennis Jacobfeuerborn wrote: On 12/05/2011 02:12 PM, Nick Kew wrote: On Mon, 05 Dec 2011 13:11:10 +0100 Dennis Jacobfeuerborndenni...@conversis.de wrote: The filter inserts a header and a footer in the page from two files. I can modify these files and don't see an

[users@httpd] No Content-Type header despite DefaultType directive

2011-12-05 Thread Dennis Jacobfeuerborn
Hi, I am trying to get Apache to send a file with the filename test that contains html through a filter for the mime type text/html. The problem is that even when I set a DefaultType in .htaccess the response doesn't contain a Content-Type header. The browser actually displays the content as

Re: [users@httpd] FilterProtocol cache=no not working correctly in 2.3.15?

2011-12-05 Thread Nick Kew
On Mon, 05 Dec 2011 15:56:27 +0100 Dennis Jacobfeuerborn denni...@conversis.de wrote: Just out of interest shouldn't the FilterProtocol directive with cache=no have the same effect as the flag and if I set the flag in the code can I remove the directive from the configuration (once cache

Re: [users@httpd] FilterProtocol cache=no not working correctly in 2.3.15?

2011-12-05 Thread Dennis Jacobfeuerborn
On 12/05/2011 06:55 PM, Nick Kew wrote: On Mon, 05 Dec 2011 15:56:27 +0100 Dennis Jacobfeuerborndenni...@conversis.de wrote: Just out of interest shouldn't the FilterProtocol directive with cache=no have the same effect as the flag and if I set the flag in the code can I remove the directive

Re: [users@httpd] FilterProtocol cache=no not working correctly in 2.3.15?

2011-12-05 Thread Nick Kew
On Mon, 05 Dec 2011 20:33:57 +0100 Dennis Jacobfeuerborn denni...@conversis.de wrote: Ok, so here is what I found out so far. Thanks! Looks like we have some useful information here. I'll take a look at the source and see if I can see anything that looks like the cause of what you describe.

Re: [users@httpd] FilterProtocol cache=no not working correctly in 2.3.15?

2011-12-05 Thread Dennis Jacobfeuerborn
On 12/05/2011 08:56 PM, Nick Kew wrote: On Mon, 05 Dec 2011 20:33:57 +0100 Dennis Jacobfeuerborndenni...@conversis.de wrote: Ok, so here is what I found out so far. Thanks! Looks like we have some useful information here. I'll take a look at the source and see if I can see anything that