Am 28.02.2005 um 13:46 schrieb Roel Wuyts:
Hello,
I'd like to serve my SmallWiki on port 80 under MacOS-X, but I always
get a 'permission denied error' when I try to do this ... Did anybody
gotten this to work? I can serve under other ports, but I'd really
like to use SmallWiki as my default site...
Ports under 1024 are always reserved, you must be super user to run a
server with a lower port number (you could run it using sudo). Also,
make sure nothing already runs on the http port (sudo lsof | grep
LISTEN).
- Bert -