[EMAIL PROTECTED] How to configure Apache 2 to compress xml files on serving?

2008-06-13 Thread Bo Berglund
I need to set up a test environment where I am running Apache locally with a number of xml data files as objects to serve. I am doing this to simulate a live server tha I don't want to disturb for my testing. The live server responds to requests for file URL:s like: http://server/dir/file.xml.gz

Re: [EMAIL PROTECTED] How to configure Apache 2 to compress xml files on serving?

2008-06-13 Thread André Warnier
Bo Berglund wrote: [...] It seems like there is a setting in the Apache server to change so that the server along with the actual file data also sends something that triggers the expansion. What this could be I don't know, and therefore I am asking here. If I understand correctly, the files

Re: [EMAIL PROTECTED] How to configure Apache 2 to compress xml files on serving?

2008-06-13 Thread Dragon
André Warnier wrote: Bo Berglund wrote: [...] It seems like there is a setting in the Apache server to change so that the server along with the actual file data also sends something that triggers the expansion. What this could be I don't know, and therefore I am asking here. If I understand

Re: [EMAIL PROTECTED] How to configure Apache 2 to compress xml files on serving?

2008-06-13 Thread Nick Kew
On Fri, 13 Jun 2008 19:17:32 +0200 Bo Berglund [EMAIL PROTECTED] wrote: I need to set up a test environment where I am running Apache locally with a number of xml data files as objects to serve. I am doing this to simulate a live server tha I don't want to disturb for my testing. The live