Hi.
I'm having trouble with using seaside with apache 2.2 on win32. I'm running seaside in squeak and starting the web server with:
WAKom starton:9090
On apache in my httpd.conf I've got:
<VirtualHost *:80>
ProxyPass /seaside/
http://localhost:9090/seaside/ ProxyPassReverse /seaside/
http://localhost:9090/seaside/ </VirtualHost>
Apache is listening on port 80.
When I enter
http://localhost/seaside/alltests in the browser and then click on the "html" tab I get the html test component with no problem. However if I click on any of the submit buttons i get returned to the
http://localhost/seaside/alltests page without seeing the result of my action. This happens with every button that does a POST request, ie any form.
If I go directly to the comanche server with
http://localhost:9090/seaside/alltests and go to the html tab every button works ok.
Any ideas on what might be wrong ?
_______________________________________________
Seaside mailing list
[hidden email]
http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside