[squeak-dev] Re: smalltalk and Web stuff

Andreas Raab andreas.raab at gmx.de
Sun Nov 23 20:57:40 UTC 2008


Philippe Marschall wrote:
>> AIDA/Web apps/websites are running as pure Smalltalk web presence, from
>> dynamic to static content, movies included. No Apache needed, Swazoo as
>> integral part of Aida is there to serve directly to the web.
> 
> How do you bind port 80?

You can use iptables to redirect the incoming port to one > 1024:

iptables -A PREROUTING -d 12.34.56.78 -p tcp --dport  80 -j DNAT 
--to-destination 12.34.56.78:8888

Cheers,
   - Andreas



More information about the Squeak-dev mailing list