Re: [EMAIL PROTECTED] Mod_proxy and javascript problem

2005-08-26 Thread Jérôme Tytgat
That's a good starting point. I've redone the vhost like that : VirtualHost *:443 SSLEngine On SSLProxyEngine on SSLCACertificateFile /etc/apache2/ssl/cacert.pem #SSLCertificateFile /etc/apache2/ssl/www.toto.net.crt #SSLCertificateKeyFile

RE: [EMAIL PROTECTED] Mod_proxy and javascript problem

2005-08-26 Thread Axel-Stéphane SMORGRAV
PROTECTED] Sent: Friday, August 26, 2005 10:06 AM To: users@httpd.apache.org Subject: Re: [EMAIL PROTECTED] Mod_proxy and javascript problem the nbsp are transformed in amp;nbsp and it's not working better... I wonder what I should but in ProxyHTMLURLMap (BTW i've followed the directives found here

Re: [EMAIL PROTECTED] Mod_proxy and javascript problem

2005-08-26 Thread Jérôme Tytgat
Axel-Stéphane SMORGRAV a écrit : I wonder whether the problem could be that your HTML code contains mis-spelled special characters like nbsp which should have read nbsp;. Unfortunately such errors are hidden by the fact that MSIE is very tolerant about the lacking semi-colon. Your problem

RE: [EMAIL PROTECTED] Mod_proxy and javascript problem

2005-08-26 Thread Axel-Stéphane SMORGRAV
PROTECTED] Sent: Friday, August 26, 2005 10:42 AM To: users@httpd.apache.org Subject: Re: [EMAIL PROTECTED] Mod_proxy and javascript problem Axel-Stéphane SMORGRAV a écrit : I wonder whether the problem could be that your HTML code contains mis-spelled special characters like nbsp which should have

Re: [EMAIL PROTECTED] Mod_proxy and javascript problem

2005-08-26 Thread Jérôme Tytgat
Axel-Stéphane SMORGRAV a écrit : You know what? Some applications build URLs based on the value of the Host header. If you use ProxyPreserveHost, it may just turn out to solve your problem altogether so you will not need to rewrite the HTML contents. -ascs Once I activate

RE: [EMAIL PROTECTED] Mod_proxy and javascript problem

2005-08-26 Thread Ranjan, Rajiv
in httpd.conf file other than adding a virtual host directive) Apache WebServer version - 1.3.28 OS - Windows 2K _Rajiv. -Original Message- From: Jérôme Tytgat [mailto:[EMAIL PROTECTED] Sent: 26 August 2005 10:03 To: users@httpd.apache.org Subject: Re: [EMAIL PROTECTED] Mod_proxy

RE: [EMAIL PROTECTED] Mod_proxy and javascript problem

2005-08-26 Thread Axel-Stéphane SMORGRAV
- From: Jérôme Tytgat [mailto:[EMAIL PROTECTED] Sent: Friday, August 26, 2005 11:03 AM To: users@httpd.apache.org Subject: Re: [EMAIL PROTECTED] Mod_proxy and javascript problem Axel-Stéphane SMORGRAV a écrit : You know what? Some applications build URLs based on the value of the Host

Re: [EMAIL PROTECTED] Mod_proxy and javascript problem

2005-08-26 Thread Jérôme Tytgat
This, however, will not work unless you apply a patch now available at http://issues.apache.org/bugzilla/show_bug.cgi?id=10722 (but which I have not tested myself) I may be wrong but for me the cookies are sent... (at least livehttpheaders is telling me that) : GET

RE: [EMAIL PROTECTED] Mod_proxy and javascript problem

2005-08-26 Thread Axel-Stéphane SMORGRAV
@httpd.apache.org Subject: Re: [EMAIL PROTECTED] Mod_proxy and javascript problem Ouch it's hurt :( Ok if I set up a new domain name like class.toto.net and proxy it instead of a Location, do you think this will work ? Thanks. Jerome

Re: [EMAIL PROTECTED] Mod_proxy and javascript problem

2005-08-25 Thread Joshua Slive
On 8/25/05, Jérôme Tytgat [EMAIL PROTECTED] wrote: Hello community. I'm trying to set up a reverse proxy under apache 2.0.54 (debian version). The server i'm proxy reversing is a IIS 6.0 with class server on it (a microsoft application for school networking). I'm using mod_security,