is very simple, you need the proxy module on apache..<div><div><br></div><div>ProxyRequests Off</div><div>UseCanonicalName Off</div><div> DocumentRoot /path/to/static/resources</div><div>        &lt;Proxy *&gt;</div><div>                Order deny,allow</div>
<div>                Allow from all</div><div>        &lt;/Proxy&gt;</div><div>        ProxyPreserveHost On</div><div>        ProxyPass        /seaside/files/ !   # this is for incrise the performance..</div><div>        ProxyPass        /files/ !               # you must write to disk your files if you wanna use this.</div>
<div><br></div></div><div><div>ProxyPass<span class="Apple-tab-span" style="white-space:pre">        </span>        /   <a href="http://127.0.0.1:8888/seaside/mySillyApplication">http://127.0.0.1:8888/seaside/mySillyApplication</a></div>
<div>ProxyPassReverse    /   <a href="http://127.0.0.1:8888/seaside/mySillyApplication">http://127.0.0.1:8888/seaside/mySillyApplication</a></div><div><br></div><div>Regards</div><div><br clear="all">Diogenes A Moreira<br>
Bob Hope  - &quot;Middle age is when your age starts to show around your middle.&quot;
<br><br><div class="gmail_quote">On Mon, Mar 9, 2009 at 3:05 PM, Zirbler <span dir="ltr">&lt;<a href="mailto:cj-bachinger@gmx.de">cj-bachinger@gmx.de</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">
<br>
Hi,<br>
<br>
what is the simplest way to provide a seaside 2.8 application written with<br>
Dolphin Smalltalk 6.02 accessibel under <a href="http://www.myWebpage.de" target="_blank">www.myWebpage.de</a>.<br>
<br>
The seaside application resides on a Virtual host with Windows Server 2003<br>
and is at the moment accessible via<br>
<a href="http://www.myWebpage.de:8888/seaside/mySillyApplication" target="_blank">www.myWebpage.de:8888/seaside/mySillyApplication</a>.<br>
<br>
As I understand the discussion in the web. I have to use Apache as frontend!<br>
Configure anything magic? And then it works. In my Situation Apache and<br>
Seaside must reside on the same virtual server.<br>
<br>
Could anyone direct me to the Configure anything magic.<br>
<br>
Thanks<br>
cjb<br>
<font color="#888888">--<br>
View this message in context: <a href="http://www.nabble.com/Seaside-hosting-under-Windows-Server-2003-tp22413699p22413699.html" target="_blank">http://www.nabble.com/Seaside-hosting-under-Windows-Server-2003-tp22413699p22413699.html</a><br>

Sent from the Squeak - Seaside mailing list archive at Nabble.com.<br>
<br>
_______________________________________________<br>
seaside mailing list<br>
<a href="mailto:seaside@lists.squeakfoundation.org">seaside@lists.squeakfoundation.org</a><br>
<a href="http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside" target="_blank">http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside</a><br>
</font></blockquote></div><br></div></div>