Re: mod_perl netscape problem

2002-06-04 Thread Alvar Freude

Hi,

-- Iyengar Yoga Resources <[EMAIL PROTECTED]> wrote:

> Pages that go through the mod_perl server have 'strange' strings at the 
> top and the bottom, when you view them with Netscape 4.x (any OS, it 
> seems). Also, the page does not stop loading. This does not happen with 
> other browsers (Mozilla 1RC2, IE 5, Opera 6). An example can be found at 

beside the already described Proxy bug i realized another Bug in Netscape:


If you didn't print out the Content-Length header, Netscape 4.x destroys
the page, if there are some JavaScripts (at least with "document.write")
inside.

Including Content-Length in the headers fixes this.


Ciao
  Alvar

-- 
// Unterschreiben!  http://www.odem.org/informationsfreiheit/
// Internet am Telefon: http://www.teletrust.info/
// Das freieste Medium? http://www.odem.org/insert_coin/
// Blaster: http://www.assoziations-blaster.de/




Re: mod_perl netscape problem

2002-06-03 Thread Alvar Freude

Hi,

-- Iyengar Yoga Resources <[EMAIL PROTECTED]> wrote:

> Pages that go through the mod_perl server have 'strange' strings at the 
> top and the bottom, when you view them with Netscape 4.x (any OS, it 
> seems). Also, the page does not stop loading. This does not happen with 
> other browsers (Mozilla 1RC2, IE 5, Opera 6). An example can be found at 

beside the already described Proxy bug i realized the following bug in
Netscape:


If you didn't print out the Content-Length header, Netscape 4.x destroys
the page, if there are some JavaScripts (at least with "document.write")
inside: the document.write goes to a nearly random part of the HTML file(!)
and often breaks the code.

Including Content-Length in the headers fixes this.


Ciao
  Alvar

-- 
// Unterschreiben!  http://www.odem.org/informationsfreiheit/
// Internet am Telefon: http://www.teletrust.info/
// Das freieste Medium? http://www.odem.org/insert_coin/
// Blaster: http://www.assoziations-blaster.de/




Re: mod_perl netscape problem

2002-06-03 Thread ___cliff rayman___

there is a bug in the proxy server for apache_1.3.24.
i am not familiar with mandrake, but hopefully they have
an upgrade.  if not, you will need to rebuild from source
rpms and apply this patch.
 
http://apache.valueclick.com/dist/httpd/patches/apply_to_1.3.24/proxy_http1.1_chunking.patch

Iyengar Yoga Resources wrote:

> Hi
>
> I have the following problem with my mod_perl setup (apache 1.3.24 server
> + proxied mod_perl server 1.26, more or less standard Mandrake 8.2):
>
> Pages that go through the mod_perl server have 'strange' strings at the
> top and the bottom, when you view them with Netscape 4.x (any OS, it
> seems). Also, the page does not stop loading. This does not happen with
> other browsers (Mozilla 1RC2, IE 5, Opera 6). An example can be found at
>
> http://www.iyengar-yoga.com/forum/
>
> Does anyone know what cause of this could be? My apologies if this has
> been asked before, I searched the archives, but didn't find anything.

--
___cliff [EMAIL PROTECTED]http://www.genwax.com/





Re: mod_perl netscape problem

2002-06-03 Thread Thomas Eibner

On Mon, Jun 03, 2002 at 04:49:15PM +0200, Iyengar Yoga Resources wrote:
> Hi
> 
> I have the following problem with my mod_perl setup (apache 1.3.24 server 
> + proxied mod_perl server 1.26, more or less standard Mandrake 8.2):
> 
> Pages that go through the mod_perl server have 'strange' strings at the 
> top and the bottom, when you view them with Netscape 4.x (any OS, it 
> seems). Also, the page does not stop loading. This does not happen with 
> other browsers (Mozilla 1RC2, IE 5, Opera 6). An example can be found at 

These "strings" are the chunking delimiters.

> http://www.iyengar-yoga.com/forum/
> 
> Does anyone know what cause of this could be? My apologies if this has 
> been asked before, I searched the archives, but didn't find anything.

Sounds like the mod_proxy bug that is fixed in the soon to be 1.3.25

-- 
  Thomas Eibner  DnsZone 
  mod_pointer  



mod_perl netscape problem

2002-06-03 Thread Iyengar Yoga Resources

Hi

I have the following problem with my mod_perl setup (apache 1.3.24 server 
+ proxied mod_perl server 1.26, more or less standard Mandrake 8.2):

Pages that go through the mod_perl server have 'strange' strings at the 
top and the bottom, when you view them with Netscape 4.x (any OS, it 
seems). Also, the page does not stop loading. This does not happen with 
other browsers (Mozilla 1RC2, IE 5, Opera 6). An example can be found at 

http://www.iyengar-yoga.com/forum/

Does anyone know what cause of this could be? My apologies if this has 
been asked before, I searched the archives, but didn't find anything.

Thanks for your help.

Regards,

Ivan Herger