On Tue, Mar 10, 2009 at 1:44 PM, Steven Ross <[email protected]> wrote: > Hello everyone, > > Does Cherokee have something similar suexec or execwrap does for Apace and > lighttpd? You can probably chroot/chuser php FCGI - which is even better, but I haven't tried > > 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. >
Do this with a virtual interfaces and iptables > 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 libdir is not set correctly. find libcherokee-base.so.0 and ldd cherokee-worker. You'll see the files are misplaced. Probably others, too > > Regards, > Steven Ross > > _______________________________________________ > Cherokee mailing list > [email protected] > http://lists.octality.com/listinfo/cherokee > > _______________________________________________ Cherokee mailing list [email protected] http://lists.octality.com/listinfo/cherokee
