Re: [EMAIL PROTECTED] Stripping white space from HTML

2007-03-11 Thread Grant
>> As I understand it, the reason why you wish the whitespace to be reduced >> is so you look at the source within your browser, and that you plan to >> use mod_deflate later ro reduce bandwidth (which is surely not too much >> of a problem - it's probably equivalent to resampling a few of your >>

Re: [EMAIL PROTECTED] Stripping white space from HTML

2007-03-11 Thread matt farey
Grant wrote: >> As I understand it, the reason why you wish the whitespace to be reduced >> is so you look at the source within your browser, and that you plan to >> use mod_deflate later ro reduce bandwidth (which is surely not too much >> of a problem - it's probably equivalent to resampling a

Re: [EMAIL PROTECTED] Stripping white space from HTML

2007-03-11 Thread matt farey
Grant wrote: >> As I understand it, the reason why you wish the whitespace to be reduced >> is so you look at the source within your browser, and that you plan to >> use mod_deflate later ro reduce bandwidth (which is surely not too much >> of a problem - it's probably equivalent to resampling a

Re: [EMAIL PROTECTED] Stripping white space from HTML

2007-03-11 Thread matt farey
Grant wrote: >> As I understand it, the reason why you wish the whitespace to be reduced >> is so you look at the source within your browser, and that you plan to >> use mod_deflate later ro reduce bandwidth (which is surely not too much >> of a problem - it's probably equivalent to resampling a f

Re: [EMAIL PROTECTED] Stripping white space from HTML

2007-03-11 Thread Grant
As I understand it, the reason why you wish the whitespace to be reduced is so you look at the source within your browser, and that you plan to use mod_deflate later ro reduce bandwidth (which is surely not too much of a problem - it's probably equivalent to resampling a few of your images by 5% h

Re: [EMAIL PROTECTED] Seeing 0.0.0.0 in access.log

2007-03-11 Thread Tony Anecito
Thanks William, I was gone this weekend and just got back and tried this and it worked! Many Thanks, -Tony "William A. Rowe, Jr." <[EMAIL PROTECTED]> wrote: Borut Maricic wrote: >> http://mail-archives.apache.org/mod_mbox/httpd-users/200703.mbox/[EMAIL >> PROTECTED] > > Well my j

Re: [EMAIL PROTECTED] Stripping white space from HTML

2007-03-11 Thread matt farey
Nick Kew wrote: > On Sun, 11 Mar 2007 11:45:04 -0700 > Grant <[EMAIL PROTECTED]> wrote: > > >>> You'd incur a far lower penalty using a SAX-based parser such as >>> mod_proxy_html or mod_publisher. >>> >> How could you use either of those to eliminate white space in >> delivered HTML?

Re: [EMAIL PROTECTED] Stripping white space from HTML

2007-03-11 Thread Grant
You mean mod_deflate. mod_gzip is obsolete. Ok, mod_deflate. > Right now > all I want to do is eliminate all white space from my delivered HTML. mod_line_edit might be a better bet, perhaps with a LERewriteRule to collapse any whitespace of more than one byte to a single space. I w

Re: [EMAIL PROTECTED] Stripping white space from HTML

2007-03-11 Thread Nick Kew
On Sun, 11 Mar 2007 11:45:04 -0700 Grant <[EMAIL PROTECTED]> wrote: > > You'd incur a far lower penalty using a SAX-based parser such as > > mod_proxy_html or mod_publisher. > > How could you use either of those to eliminate white space in > delivered HTML? Would implementing the DTD feature of

Re: [EMAIL PROTECTED] Stripping white space from HTML

2007-03-11 Thread Grant
You'd incur a far lower penalty using a SAX-based parser such as mod_proxy_html or mod_publisher. How could you use either of those to eliminate white space in delivered HTML? Would implementing the DTD feature of mod_publisher automatically do it? If the issue is just one of transmitting far