22 Sep
2004
22 Sep
'04
4:19 p.m.
On Sep 21, 2004, at 4:41 PM, John Hunter wrote:
On a linux box, what is the right way to allow a non-privileged user (eg "zope") to run a zope server on port 80. I can run on 8080 just fine, but don't have access to the lower numbered ports.
Would someone who does have root access be willing to set up some sort of proxy that will forward requests from port 80 to a high numbered port for you? I've used Apache's mod_rewrite and mod_proxy, and I've used pound <http://www.apsis.ch/pound> for this purpose.