[Seaside] seaside and apache

redblue last redblueuser at gmail.com
Wed Jul 5 12:24:38 UTC 2006


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 ?
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.squeakfoundation.org/pipermail/seaside/attachments/20060705/7503d504/attachment.htm


More information about the Seaside mailing list