<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META http-equiv=Content-Type content="text/html; charset=us-ascii">
<META content="MSHTML 6.00.2900.3059" name=GENERATOR></HEAD>
<BODY>
<DIV><FONT face="Trebuchet MS" size=2><SPAN class=953345218-12032007>Hi 
there,</SPAN></FONT></DIV>
<DIV><FONT face="Trebuchet MS" size=2><SPAN 
class=953345218-12032007></SPAN></FONT>&nbsp;</DIV>
<DIV><FONT face="Trebuchet MS" size=2><SPAN 
class=953345218-12032007>&nbsp;&nbsp;&nbsp; I'm trying to use in linux an apache 
as front end and seaside images (squeak) as backend for some seaside 
applications.</SPAN></FONT></DIV>
<DIV><FONT face="Trebuchet MS" size=2><SPAN 
class=953345218-12032007></SPAN></FONT>&nbsp;</DIV>
<DIV><FONT face="Trebuchet MS" size=2><SPAN 
class=953345218-12032007>&nbsp;&nbsp;&nbsp; I have to configure a someDomain.com 
for them and access&nbsp;the applications as subdirs for 
instance:</SPAN></FONT></DIV>
<DIV><FONT face="Trebuchet MS" size=2><SPAN 
class=953345218-12032007></SPAN></FONT>&nbsp;</DIV>
<DIV><FONT face="Trebuchet MS" size=2><SPAN 
class=953345218-12032007>&nbsp;&nbsp;&nbsp; 
someDomain.com/KillerApp1</SPAN></FONT></DIV>
<DIV><FONT face="Trebuchet MS" size=2><SPAN 
class=953345218-12032007>&nbsp;&nbsp;&nbsp; 
someDomain.com/KillerApp2</SPAN></FONT></DIV>
<DIV><FONT face="Trebuchet MS" size=2><SPAN 
class=953345218-12032007>&nbsp;&nbsp;&nbsp; </SPAN></FONT></DIV>
<DIV><FONT face="Trebuchet MS" size=2><SPAN 
class=953345218-12032007>&nbsp;&nbsp;&nbsp; They will need to use SSL and 
probable load balance but f</SPAN></FONT><FONT face="Trebuchet MS" size=2><SPAN 
class=953345218-12032007>or now I've started simple and I want just 
someDomain.com/KillerApp1 with http. So.. this is probably more an apache issue 
but is also a realistic seaside production issue&nbsp;so sooner or later we need 
to deal with this to produce real value with Seaside. </SPAN></FONT></DIV>
<DIV><FONT face="Trebuchet MS" size=2><SPAN 
class=953345218-12032007></SPAN></FONT>&nbsp;</DIV>
<DIV><FONT face="Trebuchet MS" size=2><SPAN class=953345218-12032007>I've set 
the&nbsp;virtual host for that someDomain.com/KillerApp1 like 
this</SPAN></FONT></DIV>
<DIV><FONT face="Trebuchet MS" size=2><SPAN 
class=953345218-12032007></SPAN></FONT>&nbsp;</DIV>
<DIV><FONT face="Trebuchet MS" size=2><SPAN 
class=953345218-12032007>...</SPAN></FONT></DIV>
<DIV><FONT face="Trebuchet MS" size=2><SPAN 
class=953345218-12032007>&lt;VirtualHost 
someInternalIP:80&gt;<BR>&nbsp;ServerName 
www.someDomain.com<BR>&nbsp;ServerAdmin 
admin@someDomain.com<BR>&nbsp;DocumentRoot 
/srv/www/someDomain.com/</SPAN></FONT></DIV>
<DIV>&nbsp;</DIV>
<DIV><FONT face="Trebuchet MS" size=2><SPAN 
class=953345218-12032007>&nbsp;ProxyRequests Off<BR>&nbsp;ProxyPreserveHost 
On<BR>&nbsp;&lt;Location /&gt;<BR>&nbsp; Order deny,allow<BR>&nbsp; Allow from 
all<BR>&nbsp; ProxyPass <A 
href="http://localhost:9090/seaside/">http://localhost:9090/seaside/</A><BR>&nbsp; 
ProxyPassReverse <A 
href="http://localhost:9090/seaside/">http://localhost:9090/seaside/</A><BR>&nbsp;&lt;/Location&gt;</SPAN></FONT></DIV>
<DIV><FONT face="Trebuchet MS" size=2></FONT>&nbsp;</DIV>
<DIV><FONT face="Trebuchet MS" size=2><SPAN class=953345218-12032007># &lt;Proxy 
*&gt;<BR>#&nbsp; Order Deny,Allow<BR>#&nbsp; Deny from all<BR>#&nbsp; Allow from 
192.168.1<BR># &lt;/Proxy&gt;</SPAN></FONT></DIV>
<DIV><FONT face="Trebuchet MS" size=2></FONT>&nbsp;</DIV>
<DIV><FONT face="Trebuchet MS" size=2><SPAN 
class=953345218-12032007>&nbsp;&lt;Directory 
"/srv/www/someDomain.com/"&gt;<BR>&nbsp; AllowOverride None<BR>&nbsp; Options 
None<BR>&nbsp; Order allow,deny<BR>&nbsp; Allow from 
all<BR>&nbsp;&lt;/Directory&gt;<BR>&lt;/VirtualHost&gt;</SPAN></FONT></DIV>
<DIV><FONT face="Trebuchet MS" size=2><SPAN 
class=953345218-12032007>...</SPAN></FONT></DIV>
<DIV><FONT face="Trebuchet MS" size=2><SPAN 
class=953345218-12032007></SPAN></FONT>&nbsp;</DIV>
<DIV><FONT face="Trebuchet MS" size=2><SPAN class=953345218-12032007>here is the 
access_log's tail after requesting someDomain.com/KillerApp1 from&nbsp;links 
internet&nbsp;browser in an&nbsp;external network </SPAN></FONT></DIV>
<DIV><FONT face="Trebuchet MS" size=2><SPAN 
class=953345218-12032007></SPAN></FONT>&nbsp;</DIV>
<DIV><FONT face="Trebuchet MS" size=2><SPAN 
class=953345218-12032007></SPAN></FONT><FONT face="Trebuchet MS" size=2><SPAN 
class=953345218-12032007>87.219.84.98 - - [12/Mar/2007:16:10:03 -0300] "GET 
/seaside/KillerApp1?_k=LmXMZuwW&amp;_s=kQJrsIPTnYrxlcSh&amp;1 HTTP/1.1" 302 - 
"-" "Links (2.1pre18; Linux 2.6.16.13-4-default i686; 102x23)"<BR>87.219.84.98 - 
- [12/Mar/2007:16:10:04 -0300] "GET<STRONG> /seaside/seaside/KillerApp1</STRONG> 
HTTP/1.1" 200 2440 "-" "Links (2.1pre18; Linux 2.6.16.13-4-default i686; 
102x23)"<BR>87.219.84.98 - - [12/Mar/2007:16:10:05 -0300] "GET 
/seaside/files/WAStandardFiles/externalAnchors.js HTTP/1.1" 200 2440 "-" "Links 
(2.1pre18; Linux 2.6.16.13-4-default i686; 102x23)"<BR>87.219.84.98 - - 
[12/Mar/2007:16:10:05 -0300] "GET /seaside/files/WAStandardFiles/misc.js 
HTTP/1.1" 200 2440 "-" "Links (2.1pre18; Linux 2.6.16.13-4-default i686; 
102x23)"<BR>87.219.84.98 - - [12/Mar/2007:16:10:05 -0300] "GET 
/seaside/files/WAStandardFiles/shortcuts.js HTTP/1.1" 200 2440 "-" "Links 
(2.1pre18; Linux 2.6.16.13-4-default i686; 102x23)"<BR></SPAN></FONT></DIV>
<DIV><FONT face="Trebuchet MS" size=2><SPAN class=953345218-12032007>In the 
image transcript I can also&nbsp;see that /seaside/ is concatenating more than 
once.</SPAN></FONT></DIV>
<DIV><FONT face="Trebuchet MS" size=2><SPAN 
class=953345218-12032007></SPAN></FONT>&nbsp;</DIV>
<DIV><FONT face="Trebuchet MS" size=2><SPAN 
class=953345218-12032007>&nbsp;&nbsp;&nbsp; any clue on what is 
wrong?</DIV></SPAN></FONT>
<DIV><FONT face="Trebuchet MS" size=2><SPAN 
class=953345218-12032007></SPAN></FONT>&nbsp;</DIV>
<DIV align=left><SPAN class=250542422-20122006>
<P class=MsoNormal style="MARGIN: 0cm 0cm 0pt" align=left><?xml:namespace prefix 
= st1 ns = "urn:schemas-microsoft-com:office:smarttags" /><st1:PersonName 
ProductID="Sebastian Sastre&#13;" w:st="on"><SPAN 
style="FONT-SIZE: 10pt; FONT-FAMILY: 'Trebuchet MS'">Sebastian 
Sastre<?xml:namespace prefix = o ns = "urn:schemas-microsoft-com:office:office" 
/><o:p></o:p></SPAN></st1:PersonName></P>
<P class=MsoNormal style="MARGIN: 0cm 0cm 0pt"><SPAN 
style="FONT-SIZE: 10pt; FONT-FAMILY: 'Trebuchet MS'"><o:p></o:p></SPAN></P></DIV></SPAN>
<DIV><FONT face="Trebuchet MS" size=2></FONT>&nbsp;</DIV></BODY></HTML>