Seaside + Ajaxifier + Apache Proxy

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
2 messages Options
Reply | Threaded
Open this post in threaded view
|

Seaside + Ajaxifier + Apache Proxy

Leo O.
Hi All, 
I have a strange problem using Seaside Ajaxifier and Apache mod_proxy.
I have my Seaside (3.0.6, VA 8.5.0) running behind Apache (2.2), this one with mod_proxy enabled.
Seaside starts at localhost:7784

My virtual host configuration is

<VirtualHost *:8080>
   ServerName localhost
   ProxyRequests Off
   ProxyPass / http://localhost:7784/
   ProxyPassReverse / http://localhost:7784/
</VirtualHost>


If I use browser direct to 7784, my Seaside app works using ajaxifier, but if i pass thru the proxy, ajaxifier dont work. Dont work in this case means the page get a full refresh instead the changed DOM component.

Does anyone have deployed Seaside and ajaxifier behind Apache ?
Thanks in advance.

--
You received this message because you are subscribed to the Google Groups "VA Smalltalk" group.
To view this discussion on the web visit https://groups.google.com/d/msg/va-smalltalk/-/ILwr1wH4PXAJ.
To post to this group, send email to [hidden email].
To unsubscribe from this group, send email to [hidden email].
For more options, visit this group at http://groups.google.com/group/va-smalltalk?hl=en.
Reply | Threaded
Open this post in threaded view
|

Re: Seaside + Ajaxifier + Apache Proxy

Leo O.
Little more info...this problem only occurs using Chrome, not in Mozilla
Reject to test in IE 
:)

El viernes, 1 de junio de 2012 15:56:04 UTC-3, Leo O. escribió:
Hi All, 
I have a strange problem using Seaside Ajaxifier and Apache mod_proxy.
I have my Seaside (3.0.6, VA 8.5.0) running behind Apache (2.2), this one with mod_proxy enabled.
Seaside starts at localhost:7784

My virtual host configuration is

<VirtualHost *:8080>
   ServerName localhost
   ProxyRequests Off
   ProxyPass / http://localhost:7784/
   ProxyPassReverse / http://localhost:7784/
</VirtualHost>


If I use browser direct to 7784, my Seaside app works using ajaxifier, but if i pass thru the proxy, ajaxifier dont work. Dont work in this case means the page get a full refresh instead the changed DOM component.

Does anyone have deployed Seaside and ajaxifier behind Apache ?
Thanks in advance.

--
You received this message because you are subscribed to the Google Groups "VA Smalltalk" group.
To view this discussion on the web visit https://groups.google.com/d/msg/va-smalltalk/-/NwSETnCKkHcJ.
To post to this group, send email to [hidden email].
To unsubscribe from this group, send email to [hidden email].
For more options, visit this group at http://groups.google.com/group/va-smalltalk?hl=en.