[Seaside] Start Seaside using Comanche on the default http port

Florian Minjat florian.minjat at emn.fr
Thu Apr 26 15:14:52 UTC 2007


If you are running squeak from linux, you can let Kom/Seaside run on 
port 9090 for example and use iptable to redirect every connection 
from 80 to 9090 (both ways) like that :

iptables -t nat -A PREROUTING -p tcp --dport 80 -i eth0 -j REDIRECT 
--to-port 9090

Florian

Philippe Marschall wrote:
> Ports below 1024 require root rights.
> 
> 2007/4/22, Nicolas Petton <petton.nicolas at gmail.com>:
>> Hi,
>>
>> To start Seaside under Comanche, I do : WAKom startOn: 8080 for example.
>> I tried to start it on the port 80, but it didn't work (without any error
>> message). So I stopped Apache, and I tried again, same thing.
>>
>> Does someone know how to do this ?
>>
>> Nicolas Petton
>> -- 
>>                                 ___
>> .:! DEBIAN GNU/Linux !:.       / _ \
>>                               | /   |
>>     The universal OS          | \__/
>>                                \
>> -------------------------------------
>> Ma clé GPG est disponible ici :
>> http://pgp.mit.edu:11371/pks/lookup?op=get&search=0xE788C34D
>>
>> -----BEGIN PGP SIGNATURE-----
>> Version: GnuPG v1.4.6 (GNU/Linux)
>>
>> iD8DBQFGK0UpgxoTqOeIw00RAi/VAJ9WYbWQMA2bzqSQQAiWwwu59BRFkACfTIu8
>> DYko5XlcKXDbi0QQuBWGBmk=
>> =OeMC
>> -----END PGP SIGNATURE-----
>>
>> _______________________________________________
>> Seaside mailing list
>> Seaside at lists.squeakfoundation.org
>> http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside
>>
>>
> 
> ------------------------------------------------------------------------
> 
> _______________________________________________
> Seaside mailing list
> Seaside at lists.squeakfoundation.org
> http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside


More information about the seaside mailing list