Html content modify

2002-12-18 Thread fabio rohrich
Hi In my mod_blanks I have to modify the html code sent to the server to the client. I work directly on the file requested. Where can I get it, in which structure? Thanks, Fabio p.s. Can you tell me which module does the same work,please? :)

Re: Html content modify

2002-12-18 Thread Brian Pane
On Wed, 2002-12-18 at 09:31, fabio rohrich wrote: Hi In my mod_blanks I have to modify the html code sent to the server to the client. I work directly on the file requested. Where can I get it, in which structure? Assuming that you're implementing mod_blanks as a filter, the HTML content

Re: Html content modify

2002-12-18 Thread fabio rohrich
OPs, I forgot it! I implement mod_blanks in Apacahe 1.3.x --- Brian Pane [EMAIL PROTECTED] ha scritto: On Wed, 2002-12-18 at 09:31, fabio rohrich wrote: Hi In my mod_blanks I have to modify the html code sent to the server to the client. I work directly on the file requested. Where

Re: Html content modify

2002-12-18 Thread Brian Pane
Ah, that case you may want to use the 1.3 version of mod_include as a reference. Brian On Wed, 2002-12-18 at 10:22, fabio rohrich wrote: OPs, I forgot it! I implement mod_blanks in Apacahe 1.3.x --- Brian Pane [EMAIL PROTECTED] ha scritto: On Wed, 2002-12-18 at 09:31, fabio rohrich

Re: Html content modify

2002-12-18 Thread Eli Marmor
Brian Pane wrote: Ah, that case you may want to use the 1.3 version of mod_include as a reference. Brian On Wed, 2002-12-18 at 10:22, fabio rohrich wrote: OPs, I forgot it! I implement mod_blanks in Apacahe 1.3.x I think that mod_layout (or mod_gzip) is a better option, since it