This is a discussion on Filter? within the Apache Web Server forums, part of the Web Server and Related Forums category; Hi, is there a way to filter unimportant line breaks and tab stops out of documents i send to the ...
|
|||||||
| FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
|
|||
|
Philipp K <Konma@gmx.de> wrote:
> is there a way to filter unimportant line breaks and tab stops out of > documents i send to the client? How do you send those "documents"? If they are generated trought CGIs or another server-executed system change your code, but if those are "unimportant" line breaks and the like, why just don't ignore them? Davide |
|
|||
|
> How do you send those "documents"?
Standard php documents and a standard apache server with no special modules or somethink. > but if those are "unimportant" line breaks and the like, why just don't ignore them? I dont have unlimited traffic. I counted about 2k tab stops... thats too much. |
|
|||
|
Philipp K <Konma@gmx.de> wrote in news:bpg74k$plv$00$1@news.t-online.com:
>> How do you send those "documents"? > Standard php documents and a standard apache server with no special > modules or somethink. > >> but if those are "unimportant" line breaks and the like, why just >> don't ignore them? > I dont have unlimited traffic. I counted about 2k tab stops... thats > too much. Not exactly what you looked for, but look into mod_gzip. It requires a decent browser that can deal with compressed web pages (probably not IE). -- Rossz Remove 'NOSPAM' from my email address to reply directly |