Re: [EMAIL PROTECTED] Mod_proxy and javascript problem

2005-08-26 Thread Jérôme Tytgat
Uh oh ! I think I was able to circumvenant that particular problem. I've made some debug with firefox WITHOUT proxy_html activated and noted that despite my rewriterule based on the HTTP_REFERER to correct the location, the javascript was still loaded at the wrong location (that's why I should ha

Re: [EMAIL PROTECTED] Mod_proxy and javascript problem

2005-08-26 Thread Jérôme Tytgat
> - Your HTML code is broken so mod_proxy_html cannot parse it correctly. That > excludes using mod_proxy_html That's a big problem for that particular application > - You cannot execute ProxyPassReverse in context, which excludes > setting ProxyPreserveHost On. I don't see this point clear

RE: [EMAIL PROTECTED] Mod_proxy and javascript problem

2005-08-26 Thread Axel-Stéphane SMORGRAV
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-26 Thread Axel-Stéphane SMORGRAV
list/apache-httpd-users/msg/2005/05048 Hope this clears it up. -ascs -Original Message- From: Jérôme Tytgat [mailto:[EMAIL PROTECTED] Sent: Friday, August 26, 2005 2:27 PM To: users@httpd.apache.org Subject: Re: [EMAIL PROTECTED] Mod_proxy and javascript problem > This, however, will

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 https://www.toto.n

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've faked the user agent in Firefox and looked at the cookies set by the server. Three cookies are set : NameMSCSTicke

RE: [EMAIL PROTECTED] Mod_proxy and javascript problem

2005-08-26 Thread Axel-Stéphane SMORGRAV
, 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 header. If you use ProxyPreserveHost, it may just turn out to solv

RE: [EMAIL PROTECTED] Mod_proxy and javascript problem

2005-08-26 Thread Ranjan, Rajiv
he default conf 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

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 "Proxy

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 " " w

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 " " which should have read " ". > 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
AIL PROTECTED] Sent: Friday, August 26, 2005 10:06 AM To: users@httpd.apache.org Subject: Re: [EMAIL PROTECTED] Mod_proxy and javascript problem the " " are transformed in "&nbsp" and it's not working better... I wonder what I should but in ProxyHTMLUR

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 : SSLEngine On SSLProxyEngine on SSLCACertificateFile /etc/apache2/ssl/cacert.pem #SSLCertificateFile /etc/apache2/ssl/www.toto.net.crt #SSLCertificateKeyFile /etc/apache2/ssl/www.toto.net.key

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_secu

[EMAIL PROTECTED] Mod_proxy and javascript problem

2005-08-25 Thread Jérôme Tytgat
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, rewriterules and proxy for the reverse proxy and some of virtua