|
|  |
alternative to making resin executable for binding to port 80 on Linux?
ipchains -A input -i eth+ -j REDIRECT 8080 -p tcp --destination-port 80
|
iptables -t nat -A PREROUTING -i eth+ -p tcp --dport 8080 -j REDIRECT --to-port 80
|
Copyright © 1998-2003 Caucho Technology, Inc. All rights reserved.
Resin® is a registered trademark,
and HardCoretm and Quercustm are trademarks of Caucho Technology, Inc. |  |
|