On 10-mar-09, at 19:44, Steven Ross wrote: > Hello everyone, > > Does Cherokee have something similar suexec or execwrap does for > Apace and lighttpd?
If you run Cherokee as root, you can configure it to become some other user when it's spawning a new interpreter. The second choice would be to use execwrap.c. Since it's a generic utility it works with Cherokee just fine. > Also, does Cherokee provide a method of monitoring a domains/virtual > servers bandwidth, so it is possible to cap someones usage to say, > 50GB per month? All I would need for this is a counter that clocks > total bandwidth used by a domain and I could deal with suspending > the domain. I'm afraid that Cherokee does not currently support that feature. > And lastly, I've tried compiling Cherokee from source on Ubuntu, but > when I go to run it at /usr/local/sbin/cherokee I get this error: > ste...@steven-desktop:/usr/local/sbin$ ./cherokee > /usr/local/sbin/./cherokee-worker: error while loading shared > libraries: libcherokee-base.so.0: cannot open shared object file: No > such file or directory > Segmentation fault Sounds to me like a installation issue. Does it also fail if you execute /usr/local/sbin/cherokee? Is the /usr/local installation coexisting with the Ubuntu package? Cheers! -- Octality http://www.octality.com/ _______________________________________________ Cherokee mailing list [email protected] http://lists.octality.com/listinfo/cherokee
