Lane Lester wrote: > On Sun, Jun 7, 2009 at 6:19 AM, Stefan de Konink <[email protected] > <mailto:[email protected]>> wrote: > > Lane Lester wrote: > > bind.c:284: Could not bind() port=80 (UID=0, GID=0) > > I tried rebooting, but I still get the error. Suggestions? > > > Are you user another webserver is not already running, and you are > really starting it as root? > > > Thanks for the reply, Stefan. I run as root, and after executing > "cherokee-admin" and going to the web interface, it says: > > Server status > Server is not running. > > Then when I click "Launch" I get the above error message. If some other program were using port 80, Cherokee-Admin wouldn't know about it.
There are a lot of ways to determine this: * you can try accessing http://localhost on your browser or retrieve something with curl, wget or cget * use nmap to scan your open ports ("nmap localhost" will be enough) * use netsat and see if there is something listening on port 80: "sudo netstat -napt|grep 80" should show something like: tcp6 0 0 :::80 :::* LISTEN 14092/cherokee-work Or you can simply change the port where you are running Cherokee (and if it runs, something was already using 80). -- [email protected] http://unixwars.com/ _______________________________________________ Cherokee mailing list [email protected] http://lists.octality.com/listinfo/cherokee
