FWIW,<br><br>Over here we don&#39;t use the cgi or cgi-perl gateway but apache mod_proxy.<br><br>Configure your httpd.conf with:<br><br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; ProxyPass /yourapp/ <a href="http://ip_of_your_internal_swazoo:port/">http://ip_of_your_internal_swazoo:port/
</a><br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; ProxyPassReverse /yourapp/ <a href="http://ip_of_your_internal_swazoo:port/">http://ip_of_your_internal_swazoo:port/</a><br><br>in your &lt;VirtualHost&gt; section. And have the mod_proxy (in apache 2.0 or 
2.2 the proxy, proxy_connect and proxy_http) modules enabled.<br><br>HTH,<br><br>Wouter<br><br><div><span class="gmail_quote">On 10/11/07, <b class="gmail_sendername">Maarten Mostert</b> &lt;<a href="mailto:maarten.mostert@wanadoo.fr">
maarten.mostert@wanadoo.fr</a>&gt; wrote:</span><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">



<div bgcolor="#ffffff" text="#000000">
<small><font face="Helvetica, Arial, sans-serif">Hi,<br>
<br>
I have a VW-seaside application which I want to run on a dedicated
remote server with Fedora 5, Cpanel and Apache 1.3.<br>
<br>
I stripped my image to headless (avoiding the X console error) and this
responds nicely on my localhost XP box and starts correctly on the
remote server.<br>
<br>
According to the Seaside Faq: &quot;You can run Seaside under VisualWorks
behind Apache using either the the CGI gateway or the CGI Perl
Interface.&quot; it furhter indicates numerous reasons why this does not
work out of the box under 7.3. <br>
<br>
Is this still true under 7.5 ?.<br>
<br>
If I understood well this server subject brings me back to the
Webserver config documentation on page 87 which gives a sample
installation for Linux Apache stating: <br>
<br>
To install the gateway for use with Apache 1.3 running under RedHat 7.1:<br>
1 Login as root.<br>
2 Copy the Linux CGI gateway
(/waveserver/waverelays/cgi/linux86/cgi2vw) to the /var/www/cgi-bin
directory.<br>
<br>
As I hardly understand anything here I try to follow the documentation
for as far as I can.<br>
<br>
My problem now is that I don&#39;t have a /var/www/cgi-bin directory, so
where should I copy this &lt;relay&gt; file ?<br>
<br>
Rgrds,<br>
<br>
@+Maarten,</font></small><br>
<br>
</div>

<br>_______________________________________________<br>seaside mailing list<br><a onclick="return top.js.OpenExtLink(window,event,this)" href="mailto:seaside@lists.squeakfoundation.org">seaside@lists.squeakfoundation.org
</a><br><a onclick="return top.js.OpenExtLink(window,event,this)" href="http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside" target="_blank">http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside
</a><br><br></blockquote></div><br>