Re: [EMAIL PROTECTED] SetOutputFilter doesn't work in s?

2006-08-07 Thread Andy Buckley
Andy Buckley wrote: Andy Buckley wrote: Axel-Stéphane SMORGRAV wrote: SetOutputFilter works very well, even in Location filters. There are lots of happy customers of this feature, using it for such things as for example compression of response bodies. I tried with a configuration similar

Re: [EMAIL PROTECTED] SetOutputFilter doesn't work in s?

2006-08-03 Thread Andy Buckley
Andy Buckley wrote: Axel-Stéphane SMORGRAV wrote: SetOutputFilter works very well, even in Location filters. There are lots of happy customers of this feature, using it for such things as for example compression of response bodies. I tried with a configuration similar to yours and, yes, it

[EMAIL PROTECTED] SetHandler rewrites URI used by Location?

2006-08-03 Thread Andy Buckley
his). I can fix it for this example by adding this: SetOutputFilter blah but this is pretty ugly and probably not flexible enough for me in general. Is there a way to avoid the handler rewriting the URI that Location uses? I'm using Apache 2.0.52 on a Scientific Linux system. Cheers, A

Re: [EMAIL PROTECTED] SetOutputFilter doesn't work in s?

2006-07-13 Thread Andy Buckley
Options +MultiViews DirectoryIndex index Just adding "Options +MultiViews" or using e.g. "DirectoryIndex index.html" doesn't affect the filters. Any suggestions as to what's going on here? Is this a bug or an expected behaviour/side-effect of how content n

Re: [EMAIL PROTECTED] .htaccess error URGENT

2006-06-29 Thread Andy Buckley
Joshua Slive wrote: On 6/29/06, Dwayne Tharpe <[EMAIL PROTECTED]> wrote: Hi all, I'm new to this and have never used mod-rewrite before or used regular expressions. We have a need to mod_rewrite a link. Below is what I'm using in a .htaccess file: RewriteEngine on Options FollowSymLinks Rewr

[EMAIL PROTECTED] SetOutputFilter doesn't work in s?

2006-06-29 Thread Andy Buckley
Hi, (Before I begin: I sent two messages on a similar topic to this a couple of weeks ago but got no reply: can someone please give me some feedback on whether I should report this issue as a bug or if it is my fault?) I have a long-standing problem with getting Apache 2 output filters to wor

Re: [EMAIL PROTECTED] Certificates and keys

2006-06-21 Thread Andy Buckley
fer a more rounded explanation... Andy -- Dr Andy Buckley: CEDAR @ IPPP, Durham Work: www.cedar.ac.uk www.insectnation.org - The official User-To-User support forum of the Apache HTTP Server Project. See http://httpd.apache.org/use

Re: [EMAIL PROTECTED] Certificates and keys

2006-06-21 Thread Andy Buckley
a way to show that a file "server.key" is the private key for a "server.cert" certificate? This is probably what you want: http://httpd.apache.org/docs/2.0/ssl/ssl_faq.html#verify Andy -- Dr Andy Buckley: CEDAR @ IPPP, Durh

Re: [EMAIL PROTECTED] Using SetOutputFilter in Location blocks

2006-06-21 Thread Andy Buckley
Just a reminder about this post :) Has anyone else seen this sort of behaviour? Do you need more information? Any help would be most appreciated! Andy Andy Buckley wrote: Hi, I have a long-standing problem with getting output filters to work in Location blocks. Here's an ex

[EMAIL PROTECTED] Using SetOutputFilter in Location blocks

2006-06-20 Thread Andy Buckley
ons since, for example, some bits of the site are generated by CGI scripts outside the DocumentRoot. Is this a bug or am I just attempting to do something odd? :) Cheers, Andy -- Dr Andy Buckley: CEDAR @ IPPP, Durham Work: www.cedar.ac.uk www.insectnation.org