On Fri, 5 Dec 2008 06:35:28 -0800 (PST)
Ric <(E-Mail Removed)> wrote:
> On Dec 5, 1:49Â*pm, Rob Morley <nos...@ntlworld.com> wrote:
> > On Fri, 5 Dec 2008 05:37:01 -0800 (PST)
> >
> > Ric <infobub...@gmail.com> wrote:
> > > AAAAAAAAAAAAAAAAAAAAAAAARGH. Â*<pause for breath>
> > > AAAAAAAAAAAAAAAAAAAAAAAARRRRRRRRRGH.
> > > bloody netgear. Â*i'd just assumed it was in there, buried in the
> > > menus somewhere.
> > > <googles> Â*no thirdparty firmware for them, either.
> >
> > Why not just run the service on the port that the router forwards
> > to?
>
> Because it's Apache on OS X and Unix doesn't seem to let you run
> anything on ports <1024 unless you're running as root. Apart from the
> built in services, anyway. I have only just discovered this.
> Going to have to use Apache rewright in httpd.conf to get the Apache
> server to forward to the app's server, I think.
Can't you just forward port 80 using ipfw? I found this:
//
ipfw add 2 fwd 127.0.0.1, 3128 tcp from any to any 80 in recv en1
this says , any traffic incoming on ethernet interface en1 destined for
port 80 redirect to port 3128
//
http://www.mail-archive.com/intermap.../msg01375.html