
alo at alobbs
Mar 30, 2006, 4:35 PM
Post #1 of 1
(47 views)
Permalink
|
Author: alo Date: 2006-03-31 01:35:50 +0200 (Fri, 31 Mar 2006) New Revision: 238 Modified: cherokee/ChangeLog cherokee/cherokee.spec.in Log: Modified: cherokee/ChangeLog =================================================================== --- cherokee/ChangeLog 2006-03-30 22:43:11 UTC (rev 237) +++ cherokee/ChangeLog 2006-03-30 23:35:50 UTC (rev 238) @@ -1,3 +1,8 @@ +2006-03-31 Alvaro Lopez Ortega <alvaro at alobbs.com> + + * cherokee.spec.in: Fixed extra space. Reported by + rui.lapa at ruilapa.net + 2006-03-29 Alvaro Lopez Ortega <alvaro at alobbs.com> * cherokee/handler_cgi_base.c (cherokee_handler_cgi_base_build_envp): Modified: cherokee/cherokee.spec.in =================================================================== --- cherokee/cherokee.spec.in 2006-03-30 22:43:11 UTC (rev 237) +++ cherokee/cherokee.spec.in 2006-03-30 23:35:50 UTC (rev 238) @@ -14,12 +14,10 @@ URL: http://www.0x50.org %description -Cherokee is a tiny, very fast, lightweight Web server. It is -implemented entirely in C, and has no dependencies beyond a standard C -library. It is embeddable and extensible with plug-ins. It supports -on-the-fly configuration by reading files or strings, TLS/SSL (via -GNUTLS or OpenSSL), virtual hosts, authentication, cache friendly -features, PHP4, custom error management, and much more. +Cherokee is a very fast, flexible and easy to configure Web Server. +It supports the widespread technologies nowadays: FastCGI, SCGI, PHP, +CGI, TLS and SSL encrypted connections, Virtual hosts, Authentication, +on the fly encoding, Apache compatible log files, and much more. %prep %setup -q @@ -30,7 +28,7 @@ ./configure --prefix=%{_prefix} \ --sysconfdir=%{_sysconfdir} \ --mandir=%{_mandir} \ - --sbindir=%{_sbindir} \ + --sbindir=%{_sbindir} \ --with-wwwroot=/home/httpd/ \ --enable-pthreads make CFLAGS="-O0 -g3"
|