On 27/09/2009, at 18:30, Arvind Rangan wrote: > $ cherokee-worker -p 8080 > [27/08/2009 10:23:54.846] (warning) server.c:750 - Unable to raise > file > descriptor limit to 4096 > [27/08/2009 10:23:54.846] (critical) bind.c:284 - Could not bind() > port=80 (UID=1000, GID=1000)
The -p parameter is meant to be used in conjunction with -r. If you wanted to change the port of the server, you'd have to modify it in cherokee-admin. In case it were quick a test, you could do something like this: $ cp /etc/cherokee/cherokee.conf /tmp/cherokee-test.conf $ cherokee-admin -C /tmp/cherokee-test.conf [ Modify the port and save the file ] $ cherokee -C /tmp/cherokee-test.conf -- Octality http://www.octality.com/ _______________________________________________ Cherokee mailing list [email protected] http://lists.octality.com/listinfo/cherokee
