Juan Eliseo Carrasco Diaz wrote: > Ok, cherokee can be compiled embedded with php support, but, is > there a php interpreter embedded too?
No, there is not. You have to put a php-cgi binary in place to allow Cherokee to execute PHP scripts. > I need to disable sendfile support. I have tried > --with-sendfile-support=no , --disable-sendfile, > --without-sendfile-support without success. Can sendfile be disabled > anyway? There was a bug in the autoconf stuff. I have fixed it on the repository, so it will be included in the next release. The right way to disable the sendfile() support in compilation is to add the --with-send-file-support=no to the configure script. Thanks for the report Juan! -- Greetings, alo. http://www.alobbs.com _______________________________________________ Cherokee mailing list [email protected] http://www.alobbs.com/cgi-bin/mailman/listinfo/cherokee
