From 8239b3691d1ae536833b6d53a2efd289956ccbcd Mon Sep 17 00:00:00 2001 From: Marcin Krol Date: Wed, 7 Mar 2018 10:44:42 +0000 Subject: [PATCH] - merged 1.4.48 from PLD, TLDized --- branch.sh | 5 +- lighttpd-branding.patch | 26 +- lighttpd-mod_deflate.patch | 2170 ----------------- lighttpd-mod_evasive-status_code.patch | 53 +- lighttpd-mod_geoip.conf | 13 - lighttpd-ssl.conf | 52 - lighttpd.html => lighttpd-tld.html | 0 lighttpd.init | 2 + lighttpd.spec | 256 +- lighttpd-mod_access.conf => mod_access.conf | 0 ...d-mod_accesslog.conf => mod_accesslog.conf | 0 lighttpd-mod_alias.conf => mod_alias.conf | 0 lighttpd-mod_auth.conf => mod_auth.conf | 0 mod_authn_ldap.conf | 9 + mod_authn_mysql.conf | 9 + lighttpd-mod_cgi.conf => mod_cgi.conf | 0 lighttpd-mod_cgi_php.conf => mod_cgi_php.conf | 0 lighttpd-mod_cml.conf => mod_cml.conf | 0 ...tpd-mod_compress.conf => mod_compress.conf | 0 ...compress.tmpwatch => mod_compress.tmpwatch | 0 lighttpd-mod_deflate.conf => mod_deflate.conf | 0 ...mod_dirlisting.conf => mod_dirlisting.conf | 0 lighttpd-mod_evasive.conf => mod_evasive.conf | 0 lighttpd-mod_evhost.conf => mod_evhost.conf | 0 lighttpd-mod_expire.conf => mod_expire.conf | 0 ...mod_extforward.conf => mod_extforward.conf | 0 lighttpd-mod_fastcgi.conf => mod_fastcgi.conf | 0 ...v_streaming.conf => mod_flv_streaming.conf | 0 mod_geoip.conf | 25 + ..._streaming.conf => mod_h264_streaming.conf | 0 ...d-mod_indexfile.conf => mod_indexfile.conf | 0 lighttpd-mod_magnet.conf => mod_magnet.conf | 0 ...d_mysql_vhost.conf => mod_mysql_vhost.conf | 0 mod_openssl.conf | 7 + lighttpd-mod_proxy.conf => mod_proxy.conf | 0 ...tpd-mod_redirect.conf => mod_redirect.conf | 0 lighttpd-mod_rewrite.conf => mod_rewrite.conf | 0 lighttpd-mod_rrdtool.conf => mod_rrdtool.conf | 0 lighttpd-mod_scgi.conf => mod_scgi.conf | 0 ...d_secdownload.conf => mod_secdownload.conf | 0 lighttpd-mod_setenv.conf => mod_setenv.conf | 0 ...simple_vhost.conf => mod_simple_vhost.conf | 0 lighttpd-mod_ssi.conf => mod_ssi.conf | 0 ...mod_staticfile.conf => mod_staticfile.conf | 0 lighttpd-mod_status.conf => mod_status.conf | 0 ...igger_b4_dl.conf => mod_trigger_b4_dl.conf | 0 ...adprogress.conf => mod_uploadprogress.conf | 0 lighttpd-mod_userdir.conf => mod_userdir.conf | 0 ...d-mod_usertrack.conf => mod_usertrack.conf | 0 mod_vhostdb.conf | 11 + lighttpd-mod_webdav.conf => mod_webdav.conf | 0 mod_wstunnel.conf | 7 + ...tpd-php-external.conf => php-external.conf | 0 lighttpd-php-spawned.conf => php-spawned.conf | 0 ssl.conf | 55 + test-port-setup.patch | 4 + 56 files changed, 337 insertions(+), 2367 deletions(-) delete mode 100644 lighttpd-mod_deflate.patch delete mode 100644 lighttpd-mod_geoip.conf delete mode 100644 lighttpd-ssl.conf rename lighttpd.html => lighttpd-tld.html (100%) rename lighttpd-mod_access.conf => mod_access.conf (100%) rename lighttpd-mod_accesslog.conf => mod_accesslog.conf (100%) rename lighttpd-mod_alias.conf => mod_alias.conf (100%) rename lighttpd-mod_auth.conf => mod_auth.conf (100%) create mode 100644 mod_authn_ldap.conf create mode 100644 mod_authn_mysql.conf rename lighttpd-mod_cgi.conf => mod_cgi.conf (100%) rename lighttpd-mod_cgi_php.conf => mod_cgi_php.conf (100%) rename lighttpd-mod_cml.conf => mod_cml.conf (100%) rename lighttpd-mod_compress.conf => mod_compress.conf (100%) rename lighttpd-mod_compress.tmpwatch => mod_compress.tmpwatch (100%) rename lighttpd-mod_deflate.conf => mod_deflate.conf (100%) rename lighttpd-mod_dirlisting.conf => mod_dirlisting.conf (100%) rename lighttpd-mod_evasive.conf => mod_evasive.conf (100%) rename lighttpd-mod_evhost.conf => mod_evhost.conf (100%) rename lighttpd-mod_expire.conf => mod_expire.conf (100%) rename lighttpd-mod_extforward.conf => mod_extforward.conf (100%) rename lighttpd-mod_fastcgi.conf => mod_fastcgi.conf (100%) rename lighttpd-mod_flv_streaming.conf => mod_flv_streaming.conf (100%) create mode 100644 mod_geoip.conf rename lighttpd-mod_h264_streaming.conf => mod_h264_streaming.conf (100%) rename lighttpd-mod_indexfile.conf => mod_indexfile.conf (100%) rename lighttpd-mod_magnet.conf => mod_magnet.conf (100%) rename lighttpd-mod_mysql_vhost.conf => mod_mysql_vhost.conf (100%) create mode 100644 mod_openssl.conf rename lighttpd-mod_proxy.conf => mod_proxy.conf (100%) rename lighttpd-mod_redirect.conf => mod_redirect.conf (100%) rename lighttpd-mod_rewrite.conf => mod_rewrite.conf (100%) rename lighttpd-mod_rrdtool.conf => mod_rrdtool.conf (100%) rename lighttpd-mod_scgi.conf => mod_scgi.conf (100%) rename lighttpd-mod_secdownload.conf => mod_secdownload.conf (100%) rename lighttpd-mod_setenv.conf => mod_setenv.conf (100%) rename lighttpd-mod_simple_vhost.conf => mod_simple_vhost.conf (100%) rename lighttpd-mod_ssi.conf => mod_ssi.conf (100%) rename lighttpd-mod_staticfile.conf => mod_staticfile.conf (100%) rename lighttpd-mod_status.conf => mod_status.conf (100%) rename lighttpd-mod_trigger_b4_dl.conf => mod_trigger_b4_dl.conf (100%) rename lighttpd-mod_uploadprogress.conf => mod_uploadprogress.conf (100%) rename lighttpd-mod_userdir.conf => mod_userdir.conf (100%) rename lighttpd-mod_usertrack.conf => mod_usertrack.conf (100%) create mode 100644 mod_vhostdb.conf rename lighttpd-mod_webdav.conf => mod_webdav.conf (100%) create mode 100644 mod_wstunnel.conf rename lighttpd-php-external.conf => php-external.conf (100%) rename lighttpd-php-spawned.conf => php-spawned.conf (100%) create mode 100644 ssl.conf diff --git a/branch.sh b/branch.sh index 72c2ffc..3587b2f 100755 --- a/branch.sh +++ b/branch.sh @@ -3,7 +3,7 @@ set -e svn=svn://svn.lighttpd.net/lighttpd url=https://git.lighttpd.net/lighttpd/lighttpd1.4.git package=lighttpd -tag=lighttpd-1.4.42 +tag=lighttpd-1.4.45 branch=master out=$package-branch.diff repo=$package.git @@ -25,9 +25,10 @@ filter() { set -$d # Excluding files which change version or were not in dist tarball filterdiff -p1 \ + -x '.gitignore' \ -x 'CMakeLists.txt' \ - -x 'configure.ac' \ -x 'SConstruct' \ + -x 'configure.ac' \ -x 'packdist.sh' \ | cat } diff --git a/lighttpd-branding.patch b/lighttpd-branding.patch index f7e6dd5..64a9be4 100644 --- a/lighttpd-branding.patch +++ b/lighttpd-branding.patch @@ -1,19 +1,11 @@ ---- lighttpd-1.4.40/src/response.c~ 2016-07-16 13:06:16.000000000 +0300 -+++ lighttpd-1.4.40/src/response.c 2016-07-25 14:16:59.131926942 +0300 -@@ -5,6 +5,7 @@ - #include "log.h" - #include "stat_cache.h" - #include "chunk.h" -+#include "version.h" +--- lighttpd-1.4.46/src/server.c~ 2017-10-21 22:36:29.000000000 +0300 ++++ lighttpd-1.4.46/src/server.c 2017-10-22 14:38:39.530007753 +0300 +@@ -25,7 +25,7 @@ + # define REPO_VERSION "" + #endif - #include "configfile.h" - -@@ -111,6 +111,8 @@ - if (!buffer_string_is_empty(con->conf.server_tag)) { - buffer_append_string_len(b, CONST_STR_LEN("\r\nServer: ")); - buffer_append_string_encoded(b, CONST_BUF_LEN(con->conf.server_tag), ENCODING_HTTP_HEADER); -+ } else { -+ buffer_append_string_len(b, CONST_STR_LEN("\r\nServer: " PACKAGE_DESC " (TLD Linux)")); - } - } +-#define PACKAGE_DESC PACKAGE_NAME "/" PACKAGE_VERSION REPO_VERSION ++#define PACKAGE_DESC PACKAGE_NAME "/" PACKAGE_VERSION REPO_VERSION " (TLD Linux)" + #include + #include diff --git a/lighttpd-mod_deflate.patch b/lighttpd-mod_deflate.patch deleted file mode 100644 index fd2f545..0000000 --- a/lighttpd-mod_deflate.patch +++ /dev/null @@ -1,2170 +0,0 @@ -diff -Naur lighttpd-1.4.19/configure.in lighttpd-1.4.19.mod_deflate.jz/configure.in ---- lighttpd-1.4.19/configure.in -+++ lighttpd-1.4.19.mod_deflate.jz/configure.in -@@ -558,7 +558,7 @@ - AC_OUTPUT - - --do_build="mod_cgi mod_fastcgi mod_extforward mod_proxy mod_evhost mod_simple_vhost mod_access mod_alias mod_setenv mod_usertrack mod_auth mod_status mod_accesslog mod_rrdtool mod_secdownload mod_expire mod_compress mod_dirlisting mod_indexfiles mod_userdir mod_webdav mod_staticfile mod_scgi mod_flv_streaming" -+do_build="mod_cgi mod_fastcgi mod_extforward mod_proxy mod_evhost mod_simple_vhost mod_access mod_alias mod_setenv mod_usertrack mod_auth mod_status mod_accesslog mod_rrdtool mod_secdownload mod_expire mod_compress mod_dirlisting mod_indexfiles mod_userdir mod_webdav mod_staticfile mod_scgi mod_flv_streaming mod_deflate" - - plugins="mod_rewrite mod_redirect mod_ssi mod_trigger_b4_dl" - features="regex-conditionals" -diff -Naur lighttpd-1.4.19/src/base.h lighttpd-1.4.19.mod_deflate.jz/src/base.h ---- lighttpd-1.4.19/src/base.h -+++ lighttpd-1.4.19.mod_deflate.jz/src/base.h -@@ -149,6 +149,7 @@ - - http_method_t http_method; - http_version_t http_version; -+ int true_http_10_client; - - buffer *request_line; - -@@ -360,8 +361,10 @@ - - int file_started; - int file_finished; -+ int end_chunk; /* used for chunked transfer encoding. */ - -- chunkqueue *write_queue; /* a large queue for low-level write ( HTTP response ) [ file, mem ] */ -+ chunkqueue *write_queue; /* a large queue for HTTP response content [ file, mem ] */ -+ chunkqueue *output_queue; /* a large queue for low-level write ( HTTP response ) [ file, mem ] */ - chunkqueue *read_queue; /* a small queue for low-level read ( HTTP request ) [ mem ] */ - chunkqueue *request_content_queue; /* takes request-content into tempfile if necessary [ tempfile, mem ]*/ - -@@ -596,6 +599,7 @@ - - connections *conns; - connections *joblist; -+ connections *joblist_prev; - connections *fdwaitqueue; - - stat_cache *stat_cache; -diff -Naur lighttpd-1.4.19/src/chunk.c lighttpd-1.4.19.mod_deflate.jz/src/chunk.c ---- lighttpd-1.4.19/src/chunk.c -+++ lighttpd-1.4.19.mod_deflate.jz/src/chunk.c -@@ -16,7 +16,9 @@ - #include - #include - -+#include "server.h" - #include "chunk.h" -+#include "log.h" - - chunkqueue *chunkqueue_init(void) { - chunkqueue *cq; -@@ -241,6 +243,16 @@ - return 0; - } - -+int chunkqueue_append_chunkqueue(chunkqueue *cq, chunkqueue *src) { -+ if(src == NULL) return 0; -+ chunkqueue_append_chunk(cq, src->first); -+ cq->last = src->last; -+ src->first = NULL; -+ src->last = NULL; -+ -+ return 0; -+} -+ - buffer * chunkqueue_get_prepend_buffer(chunkqueue *cq) { - chunk *c; - -@@ -400,3 +412,105 @@ - - return 0; - } -+ -+/** -+ * the HTTP chunk-API -+ * -+ * -+ */ -+ -+static int chunk_encode_append_len(chunkqueue *cq, size_t len) { -+ size_t i, olen = len, j; -+ buffer *b; -+ -+ /*b = srv->tmp_chunk_len;*/ -+ /*b = buffer_init();*/ -+ b = chunkqueue_get_append_buffer(cq); -+ -+ if (len == 0) { -+ buffer_copy_string(b, "0"); -+ } else { -+ for (i = 0; i < 8 && len; i++) { -+ len >>= 4; -+ } -+ -+ /* i is the number of hex digits we have */ -+ buffer_prepare_copy(b, i + 1); -+ -+ for (j = i-1, len = olen; j+1 > 0; j--) { -+ b->ptr[j] = (len & 0xf) + (((len & 0xf) <= 9) ? '0' : 'a' - 10); -+ len >>= 4; -+ } -+ b->used = i; -+ b->ptr[b->used++] = '\0'; -+ } -+ -+ buffer_append_string(b, "\r\n"); -+ /* -+ chunkqueue_append_buffer(cq, b); -+ buffer_free(b); -+ */ -+ -+ return 0; -+} -+ -+ -+int chunk_encode_append_file(chunkqueue *cq, buffer *fn, off_t offset, off_t len) { -+ if (!cq) return -1; -+ if (len == 0) return 0; -+ -+ chunk_encode_append_len(cq, len); -+ -+ chunkqueue_append_file(cq, fn, offset, len); -+ -+ chunkqueue_append_mem(cq, "\r\n", 2 + 1); -+ -+ return 0; -+} -+ -+int chunk_encode_append_buffer(chunkqueue *cq, buffer *mem) { -+ if (!cq) return -1; -+ if (mem->used <= 1) return 0; -+ -+ chunk_encode_append_len(cq, mem->used - 1); -+ -+ chunkqueue_append_buffer(cq, mem); -+ -+ chunkqueue_append_mem(cq, "\r\n", 2 + 1); -+ -+ return 0; -+} -+ -+int chunk_encode_append_mem(chunkqueue *cq, const char * mem, size_t len) { -+ if (!cq) return -1; -+ if (len <= 1) return 0; -+ -+ chunk_encode_append_len(cq, len - 1); -+ -+ chunkqueue_append_mem(cq, mem, len); -+ -+ chunkqueue_append_mem(cq, "\r\n", 2 + 1); -+ -+ return 0; -+} -+ -+int chunk_encode_append_queue(chunkqueue *cq, chunkqueue *src) { -+ int len = chunkqueue_length(src); -+ if (!cq) return -1; -+ if (len == 0) return 0; -+ -+ chunk_encode_append_len(cq, len); -+ -+ chunkqueue_append_chunkqueue(cq, src); -+ -+ chunkqueue_append_mem(cq, "\r\n", 2 + 1); -+ -+ return 0; -+} -+ -+int chunk_encode_end(chunkqueue *cq) { -+ chunk_encode_append_len(cq, 0); -+ chunkqueue_append_mem(cq, "\r\n", 2 + 1); -+ return 0; -+} -+ -diff -Naur lighttpd-1.4.19/src/chunk.h lighttpd-1.4.19.mod_deflate.jz/src/chunk.h ---- lighttpd-1.4.19/src/chunk.h -+++ lighttpd-1.4.19.mod_deflate.jz/src/chunk.h -@@ -52,6 +52,7 @@ - int chunkqueue_append_mem(chunkqueue *c, const char *mem, size_t len); - int chunkqueue_append_buffer(chunkqueue *c, buffer *mem); - int chunkqueue_append_buffer_weak(chunkqueue *c, buffer *mem); -+int chunkqueue_append_chunkqueue(chunkqueue *cq, chunkqueue *src); - int chunkqueue_prepend_buffer(chunkqueue *c, buffer *mem); - - buffer * chunkqueue_get_append_buffer(chunkqueue *c); -@@ -67,4 +68,10 @@ - - int chunkqueue_is_empty(chunkqueue *c); - -+int chunk_encode_append_mem(chunkqueue *cq, const char * mem, size_t len); -+int chunk_encode_append_buffer(chunkqueue *cq, buffer *mem); -+int chunk_encode_append_file(chunkqueue *cq, buffer *fn, off_t offset, off_t len); -+int chunk_encode_append_queue(chunkqueue *cq, chunkqueue *src); -+int chunk_encode_end(chunkqueue *cq); -+ - #endif -diff -Naur lighttpd-1.4.19/src/connections.c lighttpd-1.4.19.mod_deflate.jz/src/connections.c ---- lighttpd-1.4.19/src/connections.c -+++ lighttpd-1.4.19.mod_deflate.jz/src/connections.c -@@ -18,6 +18,7 @@ - #include "response.h" - #include "network.h" - #include "http_chunk.h" -+#include "chunk.h" - #include "stat_cache.h" - #include "joblist.h" - -@@ -146,6 +147,12 @@ - return 0; - } - -+int connection_queue_is_empty(connection *con) { -+ if(!chunkqueue_is_empty(con->write_queue)) return 0; -+ if(!chunkqueue_is_empty(con->output_queue)) return 0; -+ return 1; -+} -+ - #if 0 - static void dump_packet(const unsigned char *data, size_t len) { - size_t i, j; -@@ -405,6 +412,7 @@ - con->file_finished = 1; - - chunkqueue_reset(con->write_queue); -+ chunkqueue_reset(con->output_queue); - } - break; - default: -@@ -517,12 +525,27 @@ - /* disable chunked encoding again as we have no body */ - con->response.transfer_encoding &= ~HTTP_TRANSFER_ENCODING_CHUNKED; - con->parsed_response &= ~HTTP_CONTENT_LENGTH; - chunkqueue_reset(con->write_queue); -+ chunkqueue_reset(con->output_queue); - - con->file_finished = 1; - break; - } - -+ /* Allow filter plugins to change response headers before they are written. */ -+ switch(plugins_call_handle_response_start(srv, con)) { -+ case HANDLER_GO_ON: -+ case HANDLER_FINISHED: -+ /* response start is finished */ -+ break; -+ default: -+ /* something strange happend */ -+ log_error_write(srv, __FILE__, __LINE__, "s", "Filter plugin failed."); -+ connection_set_state(srv, con, CON_STATE_ERROR); -+ joblist_append(srv, con); -+ break; -+ } -+ - if (con->file_finished) { - /* we have all the content and chunked encoding is not used, set a content-length */ - -@@ -592,8 +615,9 @@ - * without the content - */ - con->file_finished = 1; - - chunkqueue_reset(con->write_queue); -+ chunkqueue_reset(con->output_queue); - con->response.transfer_encoding &= ~HTTP_TRANSFER_ENCODING_CHUNKED; - } - -@@ -603,11 +627,57 @@ - } - - static int connection_handle_write(server *srv, connection *con) { -- switch(network_write_chunkqueue(srv, con, con->write_queue)) { -+ int finished = 0; -+ int len; -+ -+ /* Allow filter plugins to modify response conent */ -+ switch(plugins_call_handle_response_filter(srv, con)) { -+ case HANDLER_GO_ON: -+ finished = con->file_finished; -+ /* response content not changed */ -+ break; -+ case HANDLER_COMEBACK: -+ /* response filter has more work */ -+ finished = 0; -+ break; -+ case HANDLER_FINISHED: -+ /* response filter is finished */ -+ finished = 1; -+ break; -+ default: -+ /* something strange happend */ -+ log_error_write(srv, __FILE__, __LINE__, "s", "Filter plugin failed."); -+ connection_set_state(srv, con, CON_STATE_ERROR); -+ joblist_append(srv, con); -+ finished = 1; -+ break; -+ } -+ -+ /* move chunks from write_queue to output_queue. */ -+ if (con->request.http_method == HTTP_METHOD_HEAD) { -+ chunkqueue_reset(con->write_queue); -+ } else { -+ len = chunkqueue_length(con->write_queue); -+ if(con->response.transfer_encoding & HTTP_TRANSFER_ENCODING_CHUNKED) { -+ chunk_encode_append_queue(con->output_queue, con->write_queue); -+ if(finished && !con->end_chunk) { -+ con->end_chunk = 1; -+ chunk_encode_end(con->output_queue); -+ } -+ } else { -+ chunkqueue_append_chunkqueue(con->output_queue, con->write_queue); -+ } -+ con->write_queue->bytes_out += len; -+ } -+ /* write chunks from output_queue to network */ -+ switch(network_write_chunkqueue(srv, con, con->output_queue)) { - case 0: -- if (con->file_finished) { -+ if (finished) { - connection_set_state(srv, con, CON_STATE_RESPONSE_END); - joblist_append(srv, con); -+ } else { -+ /* not finished yet -> WRITE */ -+ con->is_writable = 1; - } - break; - case -1: /* error on our side */ -@@ -678,6 +747,7 @@ - - #undef CLEAN - con->write_queue = chunkqueue_init(); -+ con->output_queue = chunkqueue_init(); - con->read_queue = chunkqueue_init(); - con->request_content_queue = chunkqueue_init(); - chunkqueue_set_tempdirs(con->request_content_queue, srv->srvconf.upload_tempdirs); -@@ -705,6 +776,7 @@ - connection_reset(srv, con); - - chunkqueue_free(con->write_queue); -+ chunkqueue_free(con->output_queue); - chunkqueue_free(con->read_queue); - chunkqueue_free(con->request_content_queue); - array_free(con->request.headers); -@@ -759,7 +831,10 @@ - con->http_status = 0; - con->file_finished = 0; - con->file_started = 0; -+ con->end_chunk = 0; - con->got_response = 0; -+// con->use_cache_file = 0; -+// con->write_cache_file = 0; - - con->parsed_response = 0; - -@@ -829,6 +904,7 @@ - array_reset(con->environment); - - chunkqueue_reset(con->write_queue); -+ chunkqueue_reset(con->output_queue); - chunkqueue_reset(con->request_content_queue); - - /* the plugins should cleanup themself */ -@@ -1223,7 +1299,6 @@ - } - - if (con->state == CON_STATE_WRITE && -- !chunkqueue_is_empty(con->write_queue) && - con->is_writable) { - - if (-1 == connection_handle_write(srv, con)) { -@@ -1640,15 +1715,15 @@ - } - - /* only try to write if we have something in the queue */ -- if (!chunkqueue_is_empty(con->write_queue)) { - #if 0 -+ if (!connection_queue_is_empty(con)) { - log_error_write(srv, __FILE__, __LINE__, "dsd", - con->fd, - "packets to write:", -- con->write_queue->used); --#endif -+ con->output_queue->used); - } -- if (!chunkqueue_is_empty(con->write_queue) && con->is_writable) { -+#endif -+ if (con->is_writable) { - if (-1 == connection_handle_write(srv, con)) { - log_error_write(srv, __FILE__, __LINE__, "ds", - con->fd, -@@ -1758,9 +1833,9 @@ - * - if we have data to write - * - if the socket is not writable yet - */ -- if (!chunkqueue_is_empty(con->write_queue) && -- (con->is_writable == 0) && -- (con->traffic_limit_reached == 0)) { -+ if ((con->is_writable == 0) && -+ (con->traffic_limit_reached == 0) && -+ !connection_queue_is_empty(con)) { - fdevent_event_add(srv->ev, &(con->fde_ndx), con->fd, FDEVENT_OUT); - } else { - fdevent_event_del(srv->ev, &(con->fde_ndx), con->fd); -diff -Naur lighttpd-1.4.19/src/http_chunk.c lighttpd-1.4.19.mod_deflate.jz/src/http_chunk.c ---- lighttpd-1.4.19/src/http_chunk.c -+++ lighttpd-1.4.19.mod_deflate.jz/src/http_chunk.c -@@ -58,16 +58,9 @@ - - cq = con->write_queue; - -- if (con->response.transfer_encoding & HTTP_TRANSFER_ENCODING_CHUNKED) { -- http_chunk_append_len(srv, con, len); -- } - - chunkqueue_append_file(cq, fn, offset, len); - -- if (con->response.transfer_encoding & HTTP_TRANSFER_ENCODING_CHUNKED && len > 0) { -- chunkqueue_append_mem(cq, "\r\n", 2 + 1); -- } -- - return 0; - } - -@@ -78,16 +71,9 @@ - - cq = con->write_queue; - -- if (con->response.transfer_encoding & HTTP_TRANSFER_ENCODING_CHUNKED) { -- http_chunk_append_len(srv, con, mem->used - 1); -- } - - chunkqueue_append_buffer(cq, mem); - -- if (con->response.transfer_encoding & HTTP_TRANSFER_ENCODING_CHUNKED && mem->used > 0) { -- chunkqueue_append_mem(cq, "\r\n", 2 + 1); -- } -- - return 0; - } - -@@ -99,24 +85,11 @@ - cq = con->write_queue; - - if (len == 0) { -- if (con->response.transfer_encoding & HTTP_TRANSFER_ENCODING_CHUNKED) { -- chunkqueue_append_mem(cq, "0\r\n\r\n", 5 + 1); -- } else { -- chunkqueue_append_mem(cq, "", 1); -- } - return 0; - } - -- if (con->response.transfer_encoding & HTTP_TRANSFER_ENCODING_CHUNKED) { -- http_chunk_append_len(srv, con, len - 1); -- } -- - chunkqueue_append_mem(cq, mem, len); - -- if (con->response.transfer_encoding & HTTP_TRANSFER_ENCODING_CHUNKED) { -- chunkqueue_append_mem(cq, "\r\n", 2 + 1); -- } -- - return 0; - } - -diff -Naur lighttpd-1.4.19/src/joblist.c lighttpd-1.4.19.mod_deflate.jz/src/joblist.c ---- lighttpd-1.4.19/src/joblist.c -+++ lighttpd-1.4.19.mod_deflate.jz/src/joblist.c -@@ -7,6 +7,7 @@ - - int joblist_append(server *srv, connection *con) { - if (con->in_joblist) return 0; -+ con->in_joblist = 1; - - if (srv->joblist->size == 0) { - srv->joblist->size = 16; -diff -Naur lighttpd-1.4.19/src/Makefile.am lighttpd-1.4.19.mod_deflate.jz/src/Makefile.am ---- lighttpd-1.4.19/src/Makefile.am -+++ lighttpd-1.4.19.mod_deflate.jz/src/Makefile.am -@@ -241,6 +241,11 @@ - mod_accesslog_la_LDFLAGS = -module -export-dynamic -avoid-version -no-undefined - mod_accesslog_la_LIBADD = $(common_libadd) - -+lib_LTLIBRARIES += mod_deflate.la -+mod_deflate_la_SOURCES = mod_deflate.c -+mod_deflate_la_LDFLAGS = -module -export-dynamic -avoid-version -no-undefined -+mod_deflate_la_LIBADD = $(Z_LIB) $(BZ_LIB) $(common_libadd) -+ - - hdr = server.h buffer.h network.h log.h keyvalue.h \ - response.h request.h fastcgi.h chunk.h \ -diff -Naur lighttpd-1.4.19/src/Makefile.in lighttpd-1.4.19.mod_deflate.jz/src/Makefile.in ---- lighttpd-1.4.19/src/Makefile.in -+++ lighttpd-1.4.19.mod_deflate.jz/src/Makefile.in -@@ -158,8 +158,15 @@ - am_mod_compress_la_OBJECTS = mod_compress.lo - mod_compress_la_OBJECTS = $(am_mod_compress_la_OBJECTS) - mod_compress_la_LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) \ - $(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \ - $(mod_compress_la_LDFLAGS) $(LDFLAGS) -o $@ -+mod_deflate_la_DEPENDENCIES = $(am__DEPENDENCIES_1) \ -+ $(am__DEPENDENCIES_1) $(am__DEPENDENCIES_2) -+am_mod_deflate_la_OBJECTS = mod_deflate.lo -+mod_deflate_la_OBJECTS = $(am_mod_deflate_la_OBJECTS) -+mod_deflate_la_LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) \ -+ $(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \ -+ $(mod_deflate_la_LDFLAGS) $(LDFLAGS) -o $@ - mod_dirlisting_la_DEPENDENCIES = $(am__DEPENDENCIES_2) \ - $(am__DEPENDENCIES_1) - am_mod_dirlisting_la_OBJECTS = mod_dirlisting.lo -@@ -399,6 +404,7 @@ - $(mod_accesslog_la_SOURCES) $(mod_alias_la_SOURCES) \ - $(mod_auth_la_SOURCES) $(mod_cgi_la_SOURCES) \ - $(mod_cml_la_SOURCES) $(mod_compress_la_SOURCES) \ -+ $(mod_deflate_la_SOURCES) \ - $(mod_dirlisting_la_SOURCES) $(mod_evasive_la_SOURCES) \ - $(mod_evhost_la_SOURCES) $(mod_expire_la_SOURCES) \ - $(mod_fastcgi_la_SOURCES) $(mod_flv_streaming_la_SOURCES) \ -@@ -614,7 +619,7 @@ - mod_ssi.la mod_secdownload.la mod_expire.la mod_evhost.la \ - mod_simple_vhost.la mod_fastcgi.la mod_extforward.la \ - mod_access.la mod_compress.la mod_auth.la mod_rewrite.la \ -- mod_redirect.la mod_status.la mod_accesslog.la -+ mod_redirect.la mod_status.la mod_accesslog.la mod_deflate.la - @NO_RDYNAMIC_TRUE@liblightcomp_la_SOURCES = $(common_src) - @NO_RDYNAMIC_TRUE@liblightcomp_la_CFLAGS = $(AM_CFLAGS) - @NO_RDYNAMIC_TRUE@liblightcomp_la_LDFLAGS = -avoid-version -no-undefined -@@ -721,6 +726,9 @@ - mod_accesslog_la_SOURCES = mod_accesslog.c - mod_accesslog_la_LDFLAGS = -module -export-dynamic -avoid-version -no-undefined - mod_accesslog_la_LIBADD = $(common_libadd) -+mod_deflate_la_SOURCES = mod_deflate.c -+mod_deflate_la_LDFLAGS = -module -export-dynamic -no-undefined -+mod_deflate_la_LIBADD = $(Z_LIB) $(BZ_LIB) $(common_libadd) - hdr = server.h buffer.h network.h log.h keyvalue.h \ - response.h request.h fastcgi.h chunk.h \ - settings.h http_chunk.h http_auth_digest.h \ -@@ -832,6 +840,8 @@ - $(mod_cml_la_LINK) -rpath $(libdir) $(mod_cml_la_OBJECTS) $(mod_cml_la_LIBADD) $(LIBS) - mod_compress.la: $(mod_compress_la_OBJECTS) $(mod_compress_la_DEPENDENCIES) - $(mod_compress_la_LINK) -rpath $(libdir) $(mod_compress_la_OBJECTS) $(mod_compress_la_LIBADD) $(LIBS) -+mod_deflate.la: $(mod_deflate_la_OBJECTS) $(mod_deflate_la_DEPENDENCIES) -+ $(mod_deflate_la_LINK) -rpath $(libdir) $(mod_deflate_la_LDFLAGS) $(mod_deflate_la_OBJECTS) $(mod_deflate_la_LIBADD) $(LIBS) - mod_dirlisting.la: $(mod_dirlisting_la_OBJECTS) $(mod_dirlisting_la_DEPENDENCIES) - $(mod_dirlisting_la_LINK) -rpath $(libdir) $(mod_dirlisting_la_OBJECTS) $(mod_dirlisting_la_LIBADD) $(LIBS) - mod_evasive.la: $(mod_evasive_la_OBJECTS) $(mod_evasive_la_DEPENDENCIES) -@@ -1050,6 +1060,7 @@ - @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/mod_cml_la-mod_cml_funcs.Plo@am__quote@ - @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/mod_cml_la-mod_cml_lua.Plo@am__quote@ - @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/mod_compress.Plo@am__quote@ -+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/mod_deflate.Plo@am__quote@ - @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/mod_dirlisting.Plo@am__quote@ - @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/mod_evasive.Plo@am__quote@ - @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/mod_evhost.Plo@am__quote@ -diff -Naur lighttpd-1.4.19/src/mod_deflate.c lighttpd-1.4.19.mod_deflate.jz/src/mod_deflate.c ---- lighttpd-1.4.19/src/mod_deflate.c -+++ lighttpd-1.4.19.mod_deflate.jz/src/mod_deflate.c -@@ -0,0 +1,1420 @@ -+/* bug fix on Robert Jakabosky from alphatrade.com's lighttp 1.4.10 mod_deflate patch -+ * -+ * new module option: -+ * deflate.nocompress-url = "^/nocompressurl/" # pcre regex which don't compress -+ * -+ * Bug fix and new features: -+ * 1) fix loop bug when content-length is bigger than work-block-size*k -+ * 2) prevent compress on buggy http 1.0 client with Accept Encoding: gzip, deflate -+ * 3) fix bug with chunk transfer encoding (under mod_fastcgi+php environment) -+ * -+ * deflate.sync-flush = "enable" is buggy on chunk encoding transfer. Use it carefully, -+ */ -+#include -+#include -+ -+#include -+#include -+#include -+#include -+#include -+#include -+#include -+#include -+ -+#if defined(HAVE_PCRE_H) -+#include -+#endif -+ -+#include "base.h" -+#include "log.h" -+#include "buffer.h" -+#include "response.h" -+#include "joblist.h" -+#include "stat_cache.h" -+ -+#include "plugin.h" -+ -+#include "crc32.h" -+#include "etag.h" -+#include "inet_ntop_cache.h" -+ -+#if defined HAVE_ZLIB_H && defined HAVE_LIBZ -+# define USE_ZLIB -+# include -+#else -+# define Z_DEFAULT_COMPRESSION 1 -+#endif -+ -+#if defined HAVE_BZLIB_H && defined HAVE_LIBBZ2 -+# define USE_BZ2LIB -+/* we don't need stdio interface */ -+# define BZ_NO_STDIO -+# include -+#endif -+ -+#include "sys-mmap.h" -+ -+/* request: accept-encoding */ -+#define HTTP_ACCEPT_ENCODING_IDENTITY BV(0) -+#define HTTP_ACCEPT_ENCODING_GZIP BV(1) -+#define HTTP_ACCEPT_ENCODING_DEFLATE BV(2) -+#define HTTP_ACCEPT_ENCODING_COMPRESS BV(3) -+#define HTTP_ACCEPT_ENCODING_BZIP2 BV(4) -+ -+#define KByte * 1024 -+#define MByte * 1024 KByte -+#define GByte * 1024 MByte -+ -+typedef struct { -+ unsigned short debug; -+ unsigned short enabled; -+ unsigned short bzip2; -+ unsigned short sync_flush; -+ unsigned short output_buffer_size; -+ unsigned short min_compress_size; -+ unsigned short work_block_size; -+ short mem_level; -+ short compression_level; -+ short window_size; -+ array *mimetypes; -+ buffer *nocompress_url; -+#if defined(HAVE_PCRE_H) -+ pcre *nocompress_regex; -+#endif -+} plugin_config; -+ -+typedef struct { -+ PLUGIN_DATA; -+ buffer *tmp_buf; -+ -+ plugin_config **config_storage; -+ plugin_config conf; -+} plugin_data; -+ -+typedef struct { -+ int bytes_in; -+ int bytes_out; -+ chunkqueue *in_queue; -+ buffer *output; -+ /* compression type & state */ -+ int compression_type; -+ int stream_open; -+#ifdef USE_ZLIB -+ unsigned long crc; -+ z_stream z; -+ unsigned short gzip_header; -+#endif -+#ifdef USE_BZ2LIB -+ bz_stream bz; -+#endif -+ plugin_data *plugin_data; -+} handler_ctx; -+ -+static handler_ctx *handler_ctx_init() { -+ handler_ctx *hctx; -+ -+ hctx = calloc(1, sizeof(*hctx)); -+ hctx->in_queue = chunkqueue_init(); -+ -+ return hctx; -+} -+ -+static void handler_ctx_free(handler_ctx *hctx) { -+ chunkqueue_free(hctx->in_queue); -+ free(hctx); -+} -+ -+INIT_FUNC(mod_deflate_init) { -+ plugin_data *p; -+ -+ p = calloc(1, sizeof(*p)); -+ -+ p->tmp_buf = buffer_init(); -+ -+ return p; -+} -+ -+FREE_FUNC(mod_deflate_free) { -+ plugin_data *p = p_d; -+ -+ UNUSED(srv); -+ -+ if (!p) return HANDLER_GO_ON; -+ -+ if (p->config_storage) { -+ size_t i; -+ for (i = 0; i < srv->config_context->used; i++) { -+ plugin_config *s = p->config_storage[i]; -+ -+ if (!s) continue; -+ -+ array_free(s->mimetypes); -+ buffer_free(s->nocompress_url); -+#if defined(HAVE_PCRE_H) -+ if (s->nocompress_regex) pcre_free(s->nocompress_regex); -+#endif -+ free(s); -+ } -+ free(p->config_storage); -+ } -+ -+ buffer_free(p->tmp_buf); -+ -+ free(p); -+ -+ return HANDLER_GO_ON; -+} -+ -+SETDEFAULTS_FUNC(mod_deflate_setdefaults) { -+ plugin_data *p = p_d; -+ size_t i = 0; -+ -+ config_values_t cv[] = { -+ { "deflate.output-buffer-size", NULL, T_CONFIG_SHORT, T_CONFIG_SCOPE_CONNECTION }, -+ { "deflate.mimetypes", NULL, T_CONFIG_ARRAY, T_CONFIG_SCOPE_CONNECTION }, -+ { "deflate.compression-level", NULL, T_CONFIG_SHORT, T_CONFIG_SCOPE_CONNECTION }, -+ { "deflate.mem-level", NULL, T_CONFIG_SHORT, T_CONFIG_SCOPE_CONNECTION }, -+ { "deflate.window-size", NULL, T_CONFIG_SHORT, T_CONFIG_SCOPE_CONNECTION }, -+ { "deflate.min-compress-size", NULL, T_CONFIG_SHORT, T_CONFIG_SCOPE_CONNECTION }, -+ { "deflate.work-block-size", NULL, T_CONFIG_SHORT, T_CONFIG_SCOPE_CONNECTION }, -+ { "deflate.enabled", NULL, T_CONFIG_BOOLEAN, T_CONFIG_SCOPE_CONNECTION }, -+ { "deflate.debug", NULL, T_CONFIG_BOOLEAN, T_CONFIG_SCOPE_CONNECTION }, -+ { "deflate.bzip2", NULL, T_CONFIG_BOOLEAN, T_CONFIG_SCOPE_CONNECTION }, -+ { "deflate.sync-flush", NULL, T_CONFIG_BOOLEAN, T_CONFIG_SCOPE_CONNECTION }, -+ { "deflate.nocompress-url", NULL, T_CONFIG_STRING, T_CONFIG_SCOPE_CONNECTION }, -+ { NULL, NULL, T_CONFIG_UNSET, T_CONFIG_SCOPE_UNSET } -+ }; -+ -+ p->config_storage = calloc(1, srv->config_context->used * sizeof(specific_config *)); -+ -+ for (i = 0; i < srv->config_context->used; i++) { -+ plugin_config *s; -+#if defined(HAVE_PCRE_H) -+ const char *errptr; -+ int erroff; -+#endif -+ -+ s = calloc(1, sizeof(plugin_config)); -+ s->enabled = 1; -+ s->bzip2 = 1; -+ s->sync_flush = 0; -+ s->debug = 0; -+ s->output_buffer_size = 0; -+ s->mem_level = 9; -+ s->window_size = 15; -+ s->min_compress_size = 0; -+ s->work_block_size = 2048; -+ s->compression_level = Z_DEFAULT_COMPRESSION; -+ s->mimetypes = array_init(); -+ s->nocompress_url = buffer_init(); -+#if defined(HAVE_PCRE_H) -+ s->nocompress_regex = NULL; -+#endif -+ -+ cv[0].destination = &(s->output_buffer_size); -+ cv[1].destination = s->mimetypes; -+ cv[2].destination = &(s->compression_level); -+ cv[3].destination = &(s->mem_level); -+ cv[4].destination = &(s->window_size); -+ cv[5].destination = &(s->min_compress_size); -+ cv[6].destination = &(s->work_block_size); -+ cv[7].destination = &(s->enabled); -+ cv[8].destination = &(s->debug); -+ cv[9].destination = &(s->bzip2); -+ cv[10].destination = &(s->sync_flush); -+ cv[11].destination = s->nocompress_url; -+ -+ p->config_storage[i] = s; -+ -+ if (0 != config_insert_values_global(srv, ((data_config *)srv->config_context->data[i])->value, cv)) { -+ return HANDLER_ERROR; -+ } -+ -+#if defined(HAVE_PCRE_H) -+ if (!buffer_is_empty(s->nocompress_url)) { -+ if (NULL == (s->nocompress_regex = pcre_compile(s->nocompress_url->ptr, -+ 0, &errptr, &erroff, NULL))) { -+ -+ log_error_write(srv, __FILE__, __LINE__, "sbss", -+ "compiling regex for nocompress-url failed:", -+ s->nocompress_url, "pos:", erroff); -+ return HANDLER_ERROR; -+ } -+ } -+#endif -+ if((s->compression_level < 1 || s->compression_level > 9) && -+ s->compression_level != Z_DEFAULT_COMPRESSION) { -+ log_error_write(srv, __FILE__, __LINE__, "sd", -+ "compression-level must be between 1 and 9:", s->compression_level); -+ return HANDLER_ERROR; -+ } -+ -+ if(s->mem_level < 1 || s->mem_level > 9) { -+ log_error_write(srv, __FILE__, __LINE__, "sd", -+ "mem-level must be between 1 and 9:", s->mem_level); -+ return HANDLER_ERROR; -+ } -+ -+ if(s->window_size < 1 || s->window_size > 15) { -+ log_error_write(srv, __FILE__, __LINE__, "sd", -+ "window-size must be between 1 and 15:", s->window_size); -+ return HANDLER_ERROR; -+ } -+ s->window_size = 0 - s->window_size; -+ -+ if(s->sync_flush) { -+ s->output_buffer_size = 0; -+ } -+ } -+ -+ return HANDLER_GO_ON; -+ -+} -+ -+#ifdef USE_ZLIB -+/* Copied gzip_header from apache 2.2's mod_deflate.c */ -+/* RFC 1952 Section 2.3 defines the gzip header: -+ * -+ * +---+---+---+---+---+---+---+---+---+---+ -+ * |ID1|ID2|CM |FLG| MTIME |XFL|OS | -+ * +---+---+---+---+---+---+---+---+---+---+ -+ */ -+static const char gzip_header[10] = -+{ '\037', '\213', Z_DEFLATED, 0, -+ 0, 0, 0, 0, /* mtime */ -+ 0, 0x03 /* Unix OS_CODE */ -+}; -+static int stream_deflate_init(server *srv, connection *con, handler_ctx *hctx) { -+ plugin_data *p = hctx->plugin_data; -+ z_stream *z; -+ -+ UNUSED(srv); -+ UNUSED(con); -+ -+ z = &(hctx->z); -+ z->zalloc = Z_NULL; -+ z->zfree = Z_NULL; -+ z->opaque = Z_NULL; -+ z->total_in = 0; -+ z->total_out = 0; -+ z->next_out = NULL; -+ z->avail_out = 0; -+ -+ if(p->conf.debug) { -+ log_error_write(srv, __FILE__, __LINE__, "sd", -+ "output-buffer-size:", p->conf.output_buffer_size); -+ log_error_write(srv, __FILE__, __LINE__, "sd", -+ "compression-level:", p->conf.compression_level); -+ log_error_write(srv, __FILE__, __LINE__, "sd", -+ "mem-level:", p->conf.mem_level); -+ log_error_write(srv, __FILE__, __LINE__, "sd", -+ "window-size:", p->conf.window_size); -+ log_error_write(srv, __FILE__, __LINE__, "sd", -+ "min-compress-size:", p->conf.min_compress_size); -+ log_error_write(srv, __FILE__, __LINE__, "sd", -+ "work-block-size:", p->conf.work_block_size); -+ } -+ if (Z_OK != deflateInit2(z, -+ p->conf.compression_level, -+ Z_DEFLATED, -+ p->conf.window_size, /* supress zlib-header */ -+ p->conf.mem_level, -+ Z_DEFAULT_STRATEGY)) { -+ return -1; -+ } -+ hctx->stream_open = 1; -+ -+ return 0; -+} -+ -+static int stream_deflate_compress(server *srv, connection *con, handler_ctx *hctx, unsigned char *start, off_t st_size) { -+ plugin_data *p = hctx->plugin_data; -+ z_stream *z; -+ int len; -+ int in = 0, out = 0; -+ -+ UNUSED(srv); -+ z = &(hctx->z); -+ -+ if(z->next_out == NULL) { -+ z->next_out = (unsigned char *)hctx->output->ptr; -+ z->avail_out = hctx->output->size; -+ } -+ -+ if(hctx->compression_type == HTTP_ACCEPT_ENCODING_GZIP) { -+ if(hctx->gzip_header == 0) { -+ hctx->gzip_header = 1; -+ /* copy gzip header into output buffer */ -+ buffer_copy_memory(hctx->output, gzip_header, sizeof(gzip_header)); -+ if(p->conf.debug) { -+ log_error_write(srv, __FILE__, __LINE__, "sd", -+ "gzip_header len=", sizeof(gzip_header)); -+ } -+ /* initialize crc32 */ -+ hctx->crc = crc32(0L, Z_NULL, 0); -+ z->next_out = (unsigned char *)(hctx->output->ptr + sizeof(gzip_header)); -+ z->avail_out = hctx->output->size - sizeof(gzip_header); -+ } -+ hctx->crc = crc32(hctx->crc, start, st_size); -+ } -+ -+ z->next_in = start; -+ z->avail_in = st_size; -+ hctx->bytes_in += st_size; -+ -+ /* compress data */ -+ in = z->avail_in; -+ do { -+ if (Z_OK != deflate(z, Z_NO_FLUSH)) { -+ deflateEnd(z); -+ hctx->stream_open = 0; -+ return -1; -+ } -+ -+ if(z->avail_out == 0 || z->avail_in > 0) { -+ len = hctx->output->size - z->avail_out; -+ hctx->bytes_out += len; -+ out += len; -+ chunkqueue_append_mem(con->write_queue, hctx->output->ptr, len+1); -+ z->next_out = (unsigned char *)hctx->output->ptr; -+ z->avail_out = hctx->output->size; -+ } -+ } while (z->avail_in > 0); -+ -+ if(p->conf.debug) { -+ log_error_write(srv, __FILE__, __LINE__, "sdsd", -+ "compress: in=", in, ", out=", out); -+ } -+ return 0; -+} -+ -+static int stream_deflate_flush(server *srv, connection *con, handler_ctx *hctx, int end) { -+ plugin_data *p = hctx->plugin_data; -+ z_stream *z; -+ int len; -+ int rc = 0; -+ int done; -+ int flush = 1; -+ int in = 0, out = 0; -+ -+ UNUSED(srv); -+ -+ z = &(hctx->z); -+ -+ if(z->next_out == NULL) { -+ z->next_out = (unsigned char *)hctx->output->ptr; -+ z->avail_out = hctx->output->size; -+ } -+ /* compress data */ -+ in = z->avail_in; -+ do { -+ done = 1; -+ if(end) { -+ rc = deflate(z, Z_FINISH); -+ if (rc == Z_OK) { -+ done = 0; -+ } else if (rc != Z_STREAM_END) { -+ deflateEnd(z); -+ hctx->stream_open = 0; -+ return -1; -+ } -+ } else { -+ if(p->conf.sync_flush) { -+ rc = deflate(z, Z_SYNC_FLUSH); -+ } else if(z->avail_in > 0) { -+ if(p->conf.output_buffer_size > 0) flush = 0; -+ rc = deflate(z, Z_NO_FLUSH); -+ } else { -+ if(p->conf.output_buffer_size > 0) flush = 0; -+ rc = Z_OK; -+ } -+ if (rc != Z_OK) { -+ deflateEnd(z); -+ hctx->stream_open = 0; -+ return -1; -+ } -+ } -+ -+ len = hctx->output->size - z->avail_out; -+ if(z->avail_out == 0 || (flush && len > 0)) { -+ hctx->bytes_out += len; -+ out += len; -+ chunkqueue_append_mem(con->write_queue, hctx->output->ptr, len+1); -+ z->next_out = (unsigned char *)hctx->output->ptr; -+ z->avail_out = hctx->output->size; -+ } -+ } while (z->avail_in != 0 || !done); -+ -+ -+ if(p->conf.debug) { -+ log_error_write(srv, __FILE__, __LINE__, "sdsd", -+ "flush: in=", in, ", out=", out); -+ } -+ if(p->conf.sync_flush) { -+ z->next_out = NULL; -+ z->avail_out = 0; -+ } -+ return 0; -+} -+ -+static int stream_deflate_end(server *srv, connection *con, handler_ctx *hctx) { -+ plugin_data *p = hctx->plugin_data; -+ z_stream *z; -+ int rc; -+ -+ UNUSED(srv); -+ -+ z = &(hctx->z); -+ if(!hctx->stream_open) return 0; -+ hctx->stream_open = 0; -+ -+ if(hctx->compression_type == HTTP_ACCEPT_ENCODING_GZIP && hctx->bytes_out > 0 && -+ (unsigned int )hctx->bytes_out >= sizeof(gzip_header)) { -+ /* write gzip footer */ -+ unsigned char c[8]; -+ -+ c[0] = (hctx->crc >> 0) & 0xff; -+ c[1] = (hctx->crc >> 8) & 0xff; -+ c[2] = (hctx->crc >> 16) & 0xff; -+ c[3] = (hctx->crc >> 24) & 0xff; -+ c[4] = (z->total_in >> 0) & 0xff; -+ c[5] = (z->total_in >> 8) & 0xff; -+ c[6] = (z->total_in >> 16) & 0xff; -+ c[7] = (z->total_in >> 24) & 0xff; -+ /* append footer to write_queue */ -+ chunkqueue_append_mem(con->write_queue, (char *)c, 9); -+ hctx->bytes_out += 8; -+ if(p->conf.debug) { -+ log_error_write(srv, __FILE__, __LINE__, "sd", -+ "gzip_footer len=", 8); -+ } -+ } -+ -+ if ((rc = deflateEnd(z)) != Z_OK) { -+ if(rc == Z_DATA_ERROR) return 0; -+ if(z->msg != NULL) { -+ log_error_write(srv, __FILE__, __LINE__, "sdss", -+ "deflateEnd error ret=", rc, ", msg=", z->msg); -+ } else { -+ log_error_write(srv, __FILE__, __LINE__, "sd", -+ "deflateEnd error ret=", rc); -+ } -+ return -1; -+ } -+ return 0; -+} -+ -+#endif -+ -+#ifdef USE_BZ2LIB -+static int stream_bzip2_init(server *srv, connection *con, handler_ctx *hctx) { -+ plugin_data *p = hctx->plugin_data; -+ bz_stream *bz; -+ -+ UNUSED(srv); -+ UNUSED(con); -+ -+ bz = &(hctx->bz); -+ bz->bzalloc = NULL; -+ bz->bzfree = NULL; -+ bz->opaque = NULL; -+ bz->total_in_lo32 = 0; -+ bz->total_in_hi32 = 0; -+ bz->total_out_lo32 = 0; -+ bz->total_out_hi32 = 0; -+ -+ if(p->conf.debug) { -+ log_error_write(srv, __FILE__, __LINE__, "sd", -+ "output-buffer-size:", p->conf.output_buffer_size); -+ log_error_write(srv, __FILE__, __LINE__, "sd", -+ "compression-level:", p->conf.compression_level); -+ log_error_write(srv, __FILE__, __LINE__, "sd", -+ "mem-level:", p->conf.mem_level); -+ log_error_write(srv, __FILE__, __LINE__, "sd", -+ "window-size:", p->conf.window_size); -+ log_error_write(srv, __FILE__, __LINE__, "sd", -+ "min-compress-size:", p->conf.min_compress_size); -+ log_error_write(srv, __FILE__, __LINE__, "sd", -+ "work-block-size:", p->conf.work_block_size); -+ } -+ if (BZ_OK != BZ2_bzCompressInit(bz, -+ p->conf.compression_level, /* blocksize = 900k */ -+ 0, /* no output */ -+ 30)) { /* workFactor: default */ -+ return -1; -+ } -+ hctx->stream_open = 1; -+ -+ return 0; -+} -+ -+static int stream_bzip2_compress(server *srv, connection *con, handler_ctx *hctx, unsigned char *start, off_t st_size) { -+ plugin_data *p = hctx->plugin_data; -+ bz_stream *bz; -+ int len; -+ int rc; -+ int in = 0, out = 0; -+ -+ UNUSED(srv); -+ -+ bz = &(hctx->bz); -+ -+ if(bz->next_out == NULL) { -+ bz->next_out = hctx->output->ptr; -+ bz->avail_out = hctx->output->size; -+ } -+ -+ bz->next_in = (char *)start; -+ bz->avail_in = st_size; -+ hctx->bytes_in += st_size; -+ -+ /* compress data */ -+ in = bz->avail_in; -+ do { -+ rc = BZ2_bzCompress(bz, BZ_RUN); -+ if (rc != BZ_RUN_OK) { -+ BZ2_bzCompressEnd(bz); -+ hctx->stream_open = 0; -+ return -1; -+ } -+ -+ if(bz->avail_out == 0 || bz->avail_in > 0) { -+ len = hctx->output->size - bz->avail_out; -+ hctx->bytes_out += len; -+ out += len; -+ chunkqueue_append_mem(con->write_queue, hctx->output->ptr, len+1); -+ bz->next_out = hctx->output->ptr; -+ bz->avail_out = hctx->output->size; -+ } -+ } while (bz->avail_in > 0); -+ if(p->conf.debug) { -+ log_error_write(srv, __FILE__, __LINE__, "sdsd", -+ "compress: in=", in, ", out=", out); -+ } -+ return 0; -+} -+ -+static int stream_bzip2_flush(server *srv, connection *con, handler_ctx *hctx, int end) { -+ plugin_data *p = hctx->plugin_data; -+ bz_stream *bz; -+ int len; -+ int rc; -+ int done; -+ int flush = 1; -+ int in = 0, out = 0; -+ -+ UNUSED(srv); -+ -+ bz = &(hctx->bz); -+ -+ if(bz->next_out == NULL) { -+ bz->next_out = hctx->output->ptr; -+ bz->avail_out = hctx->output->size; -+ } -+ /* compress data */ -+ in = bz->avail_in; -+ do { -+ done = 1; -+ if(end) { -+ rc = BZ2_bzCompress(bz, BZ_FINISH); -+ if (rc == BZ_FINISH_OK) { -+ done = 0; -+ } else if (rc != BZ_STREAM_END) { -+ BZ2_bzCompressEnd(bz); -+ hctx->stream_open = 0; -+ return -1; -+ } -+ } else if(bz->avail_in > 0) { -+ rc = BZ2_bzCompress(bz, BZ_RUN); -+ if (rc != BZ_RUN_OK) { -+ BZ2_bzCompressEnd(bz); -+ hctx->stream_open = 0; -+ return -1; -+ } -+ if(p->conf.output_buffer_size > 0) flush = 0; -+ } -+ -+ len = hctx->output->size - bz->avail_out; -+ if(bz->avail_out == 0 || (flush && len > 0)) { -+ hctx->bytes_out += len; -+ out += len; -+ chunkqueue_append_mem(con->write_queue, hctx->output->ptr, len+1); -+ bz->next_out = hctx->output->ptr; -+ bz->avail_out = hctx->output->size; -+ } -+ } while (bz->avail_in != 0 || !done); -+ if(p->conf.debug) { -+ log_error_write(srv, __FILE__, __LINE__, "sdsd", -+ "flush: in=", in, ", out=", out); -+ } -+ if(p->conf.sync_flush) { -+ bz->next_out = NULL; -+ bz->avail_out = 0; -+ } -+ return 0; -+} -+ -+static int stream_bzip2_end(server *srv, connection *con, handler_ctx *hctx) { -+ plugin_data *p = hctx->plugin_data; -+ bz_stream *bz; -+ int rc; -+ -+ UNUSED(p); -+ UNUSED(con); -+ -+ bz = &(hctx->bz); -+ if(!hctx->stream_open) return 0; -+ hctx->stream_open = 0; -+ -+ if ((rc = BZ2_bzCompressEnd(bz)) != BZ_OK) { -+ if(rc == BZ_DATA_ERROR) return 0; -+ log_error_write(srv, __FILE__, __LINE__, "sd", -+ "BZ2_bzCompressEnd error ret=", rc); -+ return -1; -+ } -+ return 0; -+} -+ -+#endif -+ -+static int mod_deflate_compress(server *srv, connection *con, handler_ctx *hctx, unsigned char *start, off_t st_size) { -+ int ret = -1; -+ if(st_size == 0) return 0; -+ switch(hctx->compression_type) { -+#ifdef USE_ZLIB -+ case HTTP_ACCEPT_ENCODING_GZIP: -+ case HTTP_ACCEPT_ENCODING_DEFLATE: -+ ret = stream_deflate_compress(srv, con, hctx, start, st_size); -+ break; -+#endif -+#ifdef USE_BZ2LIB -+ case HTTP_ACCEPT_ENCODING_BZIP2: -+ ret = stream_bzip2_compress(srv, con, hctx, start, st_size); -+ break; -+#endif -+ default: -+ ret = -1; -+ break; -+ } -+ -+ return ret; -+} -+ -+static int mod_deflate_stream_flush(server *srv, connection *con, handler_ctx *hctx, int end) { -+ int ret = -1; -+ if(hctx->bytes_in == 0) return 0; -+ switch(hctx->compression_type) { -+#ifdef USE_ZLIB -+ case HTTP_ACCEPT_ENCODING_GZIP: -+ case HTTP_ACCEPT_ENCODING_DEFLATE: -+ ret = stream_deflate_flush(srv, con, hctx, end); -+ break; -+#endif -+#ifdef USE_BZ2LIB -+ case HTTP_ACCEPT_ENCODING_BZIP2: -+ ret = stream_bzip2_flush(srv, con, hctx, end); -+ break; -+#endif -+ default: -+ ret = -1; -+ break; -+ } -+ -+ return ret; -+} -+ -+static int mod_deflate_stream_end(server *srv, connection *con, handler_ctx *hctx) { -+ int ret = -1; -+ switch(hctx->compression_type) { -+#ifdef USE_ZLIB -+ case HTTP_ACCEPT_ENCODING_GZIP: -+ case HTTP_ACCEPT_ENCODING_DEFLATE: -+ ret = stream_deflate_end(srv, con, hctx); -+ break; -+#endif -+#ifdef USE_BZ2LIB -+ case HTTP_ACCEPT_ENCODING_BZIP2: -+ ret = stream_bzip2_end(srv, con, hctx); -+ break; -+#endif -+ default: -+ ret = -1; -+ break; -+ } -+ -+ return ret; -+} -+ -+static int mod_deflate_file_chunk(server *srv, connection *con, handler_ctx *hctx, chunk *c, off_t st_size) { -+ plugin_data *p = hctx->plugin_data; -+ off_t abs_offset; -+ off_t toSend; -+ stat_cache_entry *sce = NULL; -+ off_t we_want_to_mmap = 2 MByte; -+ off_t we_want_to_send = st_size; -+ char *start = NULL; -+ -+ if (HANDLER_ERROR == stat_cache_get_entry(srv, con, c->file.name, &sce)) { -+ log_error_write(srv, __FILE__, __LINE__, "sb", -+ strerror(errno), c->file.name); -+ return -1; -+ } -+ -+ abs_offset = c->file.start + c->offset; -+ -+ if (abs_offset > sce->st.st_size) { -+ log_error_write(srv, __FILE__, __LINE__, "sb", -+ "file was shrinked:", c->file.name); -+ -+ return -1; -+ } -+ -+ we_want_to_send = st_size; -+ /* mmap the buffer -+ * - first mmap -+ * - new mmap as the we are at the end of the last one */ -+ if (c->file.mmap.start == MAP_FAILED || -+ abs_offset == (off_t)(c->file.mmap.offset + c->file.mmap.length)) { -+ -+ /* Optimizations for the future: -+ * -+ * adaptive mem-mapping -+ * the problem: -+ * we mmap() the whole file. If someone has alot large files and 32bit -+ * machine the virtual address area will be unrun and we will have a failing -+ * mmap() call. -+ * solution: -+ * only mmap 16M in one chunk and move the window as soon as we have finished -+ * the first 8M -+ * -+ * read-ahead buffering -+ * the problem: -+ * sending out several large files in parallel trashes the read-ahead of the -+ * kernel leading to long wait-for-seek times. -+ * solutions: (increasing complexity) -+ * 1. use madvise -+ * 2. use a internal read-ahead buffer in the chunk-structure -+ * 3. use non-blocking IO for file-transfers -+ * */ -+ -+ /* all mmap()ed areas are 512kb expect the last which might be smaller */ -+ size_t to_mmap; -+ -+ /* this is a remap, move the mmap-offset */ -+ if (c->file.mmap.start != MAP_FAILED) { -+ munmap(c->file.mmap.start, c->file.mmap.length); -+ c->file.mmap.offset += we_want_to_mmap; -+ } else { -+ /* in case the range-offset is after the first mmap()ed area we skip the area */ -+ c->file.mmap.offset = 0; -+ -+ while (c->file.mmap.offset + we_want_to_mmap < c->file.start) { -+ c->file.mmap.offset += we_want_to_mmap; -+ } -+ } -+ -+ /* length is rel, c->offset too, assume there is no limit at the mmap-boundaries */ -+ to_mmap = (c->file.start + c->file.length) - c->file.mmap.offset; -+ if(to_mmap > we_want_to_mmap) to_mmap = we_want_to_mmap; -+ /* we have more to send than we can mmap() at once */ -+ if(we_want_to_send > to_mmap) we_want_to_send = to_mmap; -+ -+ if (-1 == c->file.fd) { /* open the file if not already open */ -+ if (-1 == (c->file.fd = open(c->file.name->ptr, O_RDONLY))) { -+ log_error_write(srv, __FILE__, __LINE__, "sbs", "open failed for:", c->file.name, strerror(errno)); -+ -+ return -1; -+ } -+#ifdef FD_CLOEXEC -+ fcntl(c->file.fd, F_SETFD, FD_CLOEXEC); -+#endif -+ } -+ -+ if (MAP_FAILED == (c->file.mmap.start = mmap(0, to_mmap, PROT_READ, MAP_SHARED, c->file.fd, c->file.mmap.offset))) { -+ /* close it here, otherwise we'd have to set FD_CLOEXEC */ -+ -+ log_error_write(srv, __FILE__, __LINE__, "ssbd", "mmap failed:", -+ strerror(errno), c->file.name, c->file.fd); -+ -+ return -1; -+ } -+ -+ c->file.mmap.length = to_mmap; -+#ifdef LOCAL_BUFFERING -+ buffer_copy_string_len(c->mem, c->file.mmap.start, c->file.mmap.length); -+#else -+#ifdef HAVE_MADVISE -+ /* don't advise files < 64Kb */ -+ if (c->file.mmap.length > (64 KByte) && -+ 0 != madvise(c->file.mmap.start, c->file.mmap.length, MADV_WILLNEED)) { -+ log_error_write(srv, __FILE__, __LINE__, "ssbd", "madvise failed:", -+ strerror(errno), c->file.name, c->file.fd); -+ } -+#endif -+#endif -+ -+ /* chunk_reset() or chunk_free() will cleanup for us */ -+ } -+ -+ /* to_send = abs_mmap_end - abs_offset */ -+ toSend = (c->file.mmap.offset + c->file.mmap.length) - (abs_offset); -+ if(toSend > we_want_to_send) toSend = we_want_to_send; -+ -+ if (toSend < 0) { -+ log_error_write(srv, __FILE__, __LINE__, "soooo", -+ "toSend is negative:", -+ toSend, -+ c->file.mmap.length, -+ abs_offset, -+ c->file.mmap.offset); -+ assert(toSend < 0); -+ } -+ -+#ifdef LOCAL_BUFFERING -+ start = c->mem->ptr; -+#else -+ start = c->file.mmap.start; -+#endif -+ -+ if(p->conf.debug) { -+ log_error_write(srv, __FILE__, __LINE__, "sdsd", -+ "compress file chunk: offset=", (int)c->offset, -+ ", toSend=", (int)toSend); -+ } -+ if (mod_deflate_compress(srv, con, hctx, -+ (unsigned char *)start + (abs_offset - c->file.mmap.offset), toSend) < 0) { -+ log_error_write(srv, __FILE__, __LINE__, "s", -+ "compress failed."); -+ return -1; -+ } -+ -+ c->offset += toSend; -+ if (c->offset == c->file.length) { -+ /* we don't need the mmaping anymore */ -+ if (c->file.mmap.start != MAP_FAILED) { -+ munmap(c->file.mmap.start, c->file.mmap.length); -+ c->file.mmap.start = MAP_FAILED; -+ } -+ } -+ -+ return toSend; -+} -+ -+static int deflate_compress_cleanup(server *srv, connection *con, handler_ctx *hctx) { -+ plugin_data *p = hctx->plugin_data; -+ int rc; -+ -+ rc = mod_deflate_stream_end(srv, con, hctx); -+ if(rc < 0) { -+ log_error_write(srv, __FILE__, __LINE__, "s", "error closing stream"); -+ } -+ -+ if (hctx->bytes_in < hctx->bytes_out) { -+ log_error_write(srv, __FILE__, __LINE__, "sbsdsd", -+ "uri ", con->uri.path_raw, " in=", hctx->bytes_in, " smaller than out=", hctx->bytes_out); -+ } -+ -+ if(p->conf.debug) { -+ log_error_write(srv, __FILE__, __LINE__, "sdsd", -+ " in:", hctx->bytes_in, -+ " out:", hctx->bytes_out); -+ } -+ -+ /* cleanup compression state */ -+ if(hctx->output != p->tmp_buf) { -+ buffer_free(hctx->output); -+ } -+ handler_ctx_free(hctx); -+ con->plugin_ctx[p->id] = NULL; -+ -+ return 0; -+} -+ -+static handler_t deflate_compress_response(server *srv, connection *con, handler_ctx *hctx, int end) { -+ plugin_data *p = hctx->plugin_data; -+ chunk *c; -+ size_t chunks_written = 0; -+ int chunk_finished = 0; -+ int rc=-1; -+ int close_stream = 0, len = 0; -+ unsigned int out = 0, max = 0; -+ -+ /* move all chunk from write_queue into our in_queue */ -+ chunkqueue_append_chunkqueue(hctx->in_queue, con->write_queue); -+ -+ len = chunkqueue_length(hctx->in_queue); -+ if(p->conf.debug) { -+ log_error_write(srv, __FILE__, __LINE__, "sd", -+ "compress: in_queue len=", len); -+ } -+ /* calculate max bytes to compress for this call. */ -+ if(!end) { -+ max = p->conf.work_block_size * 1024; -+ if(max == 0 || max > len) max = len; -+ } else { -+ max = len; -+ } -+ -+ /* Compress chunks from in_queue into chunks for write_queue */ -+ for(c = hctx->in_queue->first; c && out < max; c = c->next) { -+ chunk_finished = 0; -+ len = 0; -+ -+ switch(c->type) { -+ case MEM_CHUNK: -+ len = c->mem->used - 1; -+ if(len > (max - out)) len = max - out; -+ if (mod_deflate_compress(srv, con, hctx, (unsigned char *)c->mem->ptr, len) < 0) { -+ log_error_write(srv, __FILE__, __LINE__, "s", -+ "compress failed."); -+ return HANDLER_ERROR; -+ } -+ c->offset += len; -+ out += len; -+ if (c->offset == c->mem->used - 1) { -+ chunk_finished = 1; -+ chunks_written++; -+ } -+ break; -+ case FILE_CHUNK: -+ len = c->file.length - c->offset; -+ if(len > (max - out)) len = max - out; -+ if ((len = mod_deflate_file_chunk(srv, con, hctx, c, len)) < 0) { -+ log_error_write(srv, __FILE__, __LINE__, "s", -+ "compress file chunk failed."); -+ return HANDLER_ERROR; -+ } -+ out += len; -+ if (c->offset == c->file.length) { -+ chunk_finished = 1; -+ chunks_written++; -+ } -+ break; -+ default: -+ -+ log_error_write(srv, __FILE__, __LINE__, "ds", c, "type not known"); -+ -+ return HANDLER_ERROR; -+ } -+ if(!chunk_finished) break; -+ } -+ if(p->conf.debug) { -+ log_error_write(srv, __FILE__, __LINE__, "sd", -+ "compressed bytes:", out); -+ } -+ hctx->in_queue->bytes_out += out; -+ -+ if(chunks_written > 0) { -+ chunkqueue_remove_finished_chunks(hctx->in_queue); -+ } -+ -+ close_stream = (con->file_finished && chunkqueue_is_empty(hctx->in_queue)); -+ rc = mod_deflate_stream_flush(srv, con, hctx, close_stream); -+ if(rc < 0) { -+ log_error_write(srv, __FILE__, __LINE__, "s", "flush error"); -+ } -+ if(close_stream || end) { -+ deflate_compress_cleanup(srv, con, hctx); -+ if(p->conf.debug) { -+ log_error_write(srv, __FILE__, __LINE__, "sbsb", -+ "finished uri:", con->uri.path_raw, ", query:", con->uri.query); -+ } -+ return HANDLER_FINISHED; -+ } else { -+ if(!chunkqueue_is_empty(hctx->in_queue)) { -+ /* We have more data to compress. */ -+ joblist_append(srv, con); -+ } -+ return HANDLER_COMEBACK; -+ } -+} -+ -+#define PATCH(x) \ -+ p->conf.x = s->x; -+static int mod_deflate_patch_connection(server *srv, connection *con, plugin_data *p) { -+ size_t i, j; -+ plugin_config *s = p->config_storage[0]; -+ -+ PATCH(output_buffer_size); -+ PATCH(mimetypes); -+ PATCH(compression_level); -+ PATCH(mem_level); -+ PATCH(window_size); -+ PATCH(min_compress_size); -+ PATCH(work_block_size); -+ PATCH(enabled); -+ PATCH(debug); -+ PATCH(bzip2); -+ PATCH(sync_flush); -+#if defined(HAVE_PCRE_H) -+ PATCH(nocompress_regex); -+#endif -+ -+ /* skip the first, the global context */ -+ for (i = 1; i < srv->config_context->used; i++) { -+ data_config *dc = (data_config *)srv->config_context->data[i]; -+ s = p->config_storage[i]; -+ -+ /* condition didn't match */ -+ if (!config_check_cond(srv, con, dc)) continue; -+ -+ /* merge config */ -+ for (j = 0; j < dc->value->used; j++) { -+ data_unset *du = dc->value->data[j]; -+ -+ if (buffer_is_equal_string(du->key, CONST_STR_LEN("deflate.output-buffer-size"))) { -+ PATCH(output_buffer_size); -+ } else if (buffer_is_equal_string(du->key, CONST_STR_LEN("deflate.mimetypes"))) { -+ PATCH(mimetypes); -+ } else if (buffer_is_equal_string(du->key, CONST_STR_LEN("deflate.compression-level"))) { -+ PATCH(compression_level); -+ } else if (buffer_is_equal_string(du->key, CONST_STR_LEN("deflate.mem-level"))) { -+ PATCH(mem_level); -+ } else if (buffer_is_equal_string(du->key, CONST_STR_LEN("deflate.window-size"))) { -+ PATCH(window_size); -+ } else if (buffer_is_equal_string(du->key, CONST_STR_LEN("deflate.min-compress-size"))) { -+ PATCH(min_compress_size); -+ } else if (buffer_is_equal_string(du->key, CONST_STR_LEN("deflate.work-block-size"))) { -+ PATCH(work_block_size); -+ } else if (buffer_is_equal_string(du->key, CONST_STR_LEN("deflate.enabled"))) { -+ PATCH(enabled); -+ } else if (buffer_is_equal_string(du->key, CONST_STR_LEN("deflate.debug"))) { -+ PATCH(debug); -+ } else if (buffer_is_equal_string(du->key, CONST_STR_LEN("deflate.bzip2"))) { -+ PATCH(bzip2); -+ } else if (buffer_is_equal_string(du->key, CONST_STR_LEN("deflate.sync-flush"))) { -+ PATCH(sync_flush); -+ } else if (buffer_is_equal_string(du->key, CONST_STR_LEN("deflate.nocompress-url"))) { -+#if defined(HAVE_PCRE_H) -+ PATCH(nocompress_regex); -+#endif -+ } -+ } -+ } -+ -+ return 0; -+} -+#undef PATCH -+ -+PHYSICALPATH_FUNC(mod_deflate_handle_response_start) { -+ plugin_data *p = p_d; -+ handler_ctx *hctx; -+ data_string *ds; -+ int accept_encoding = 0; -+ char *value; -+ int srv_encodings = 0; -+ int matched_encodings = 0; -+ const char *dflt_gzip = "gzip"; -+ const char *dflt_deflate = "deflate"; -+ const char *dflt_bzip2 = "bzip2"; -+ const char *compression_name = NULL; -+ int file_len=0; -+ int rc=-2; -+ int end = 0; -+ size_t m; -+#if defined(HAVE_PCRE_H) -+ int n; -+# define N 10 -+ int ovec[N * 3]; -+#endif -+ -+ /* disable compression for some http status types. */ -+ switch(con->http_status) { -+ case 100: -+ case 101: -+ case 204: -+ case 205: -+ case 304: -+ /* disable compression as we have no response entity */ -+ return HANDLER_GO_ON; -+ default: -+ break; -+ } -+ -+ mod_deflate_patch_connection(srv, con, p); -+ -+ /* is compression allowed */ -+ if(!p->conf.enabled) { -+ if(p->conf.debug) { -+ log_error_write(srv, __FILE__, __LINE__, "s", "compression disabled."); -+ } -+ return HANDLER_GO_ON; -+ } -+ -+#if defined(HAVE_PCRE_H) -+ if(p->conf.nocompress_regex) { /*check no compress regex now */ -+ if ((n = pcre_exec(p->conf.nocompress_regex, NULL, con->uri.path->ptr, con->uri.path->used - 1, 0, 0, ovec, 3 * N)) < 0) { -+ if (n != PCRE_ERROR_NOMATCH) { -+ log_error_write(srv, __FILE__, __LINE__, "sd", -+ "execution error while matching:", n); -+ return HANDLER_ERROR; -+ } -+ } else { -+ if(p->conf.debug) { -+ log_error_write(srv, __FILE__, __LINE__, "sb", "no compress for url:", con->uri.path); -+ } -+ return HANDLER_GO_ON; -+ } -+ } -+#endif -+ /* Check if response has a Content-Encoding. */ -+ if (NULL != (ds = (data_string *)array_get_element(con->response.headers, "Content-Encoding"))) { -+ return HANDLER_GO_ON; -+ } -+ -+ /* Check Accept-Encoding for supported encoding. */ -+ if (NULL == (ds = (data_string *)array_get_element(con->request.headers, "Accept-Encoding"))) { -+ return HANDLER_GO_ON; -+ } -+ -+ /* get client side support encodings */ -+ value = ds->value->ptr; -+#ifdef USE_ZLIB -+ if (NULL != strstr(value, "gzip")) accept_encoding |= HTTP_ACCEPT_ENCODING_GZIP; -+ if (NULL != strstr(value, "deflate")) accept_encoding |= HTTP_ACCEPT_ENCODING_DEFLATE; -+#endif -+ /* if (NULL != strstr(value, "compress")) accept_encoding |= HTTP_ACCEPT_ENCODING_COMPRESS; */ -+#ifdef USE_BZ2LIB -+ if(p->conf.bzip2) { -+ if (NULL != strstr(value, "bzip2")) accept_encoding |= HTTP_ACCEPT_ENCODING_BZIP2; -+ } -+#endif -+ if (NULL != strstr(value, "identity")) accept_encoding |= HTTP_ACCEPT_ENCODING_IDENTITY; -+ -+ /* get server side supported ones */ -+#ifdef USE_BZ2LIB -+ if(p->conf.bzip2) { -+ srv_encodings |= HTTP_ACCEPT_ENCODING_BZIP2; -+ } -+#endif -+#ifdef USE_ZLIB -+ srv_encodings |= HTTP_ACCEPT_ENCODING_GZIP; -+ srv_encodings |= HTTP_ACCEPT_ENCODING_DEFLATE; -+#endif -+ -+ /* find matching encodings */ -+ matched_encodings = accept_encoding & srv_encodings; -+ if (!matched_encodings) { -+ return HANDLER_GO_ON; -+ } -+ -+ if (con->request.true_http_10_client) { -+ /*disable gzip/bzip2 when we meet HTTP 1.0 client with Accept-Encoding -+ * maybe old buggy proxy server -+ */ -+ /* most of buggy clients are Yahoo Slurp;) */ -+ if (p->conf.debug) log_error_write(srv, __FILE__, __LINE__, "ss", -+ "Buggy HTTP 1.0 client sending Accept Encoding: gzip, deflate", -+ (char *) inet_ntop_cache_get_ip(srv, &(con->dst_addr))); -+ return HANDLER_GO_ON; -+ } -+ /* check if size of response is below min-compress-size */ -+ if(con->file_finished && con->request.http_method != HTTP_METHOD_HEAD) { -+ file_len = chunkqueue_length(con->write_queue); -+ if(file_len == 0) return HANDLER_GO_ON; -+ } else { -+ file_len = 0; -+ } -+ -+ if(file_len > 0 && p->conf.min_compress_size > 0 && file_len < p->conf.min_compress_size) { -+ if(p->conf.debug) { -+ log_error_write(srv, __FILE__, __LINE__, "sd", -+ "Content-Length smaller then min_compress_size: file_len=", file_len); -+ } -+ return HANDLER_GO_ON; -+ } -+ -+ /* Check mimetype in response header "Content-Type" */ -+ if (NULL != (ds = (data_string *)array_get_element(con->response.headers, "Content-Type"))) { -+ int found = 0; -+ if(p->conf.debug) { -+ log_error_write(srv, __FILE__, __LINE__, "sb", -+ "Content-Type:", ds->value); -+ } -+ for (m = 0; m < p->conf.mimetypes->used; m++) { -+ data_string *mimetype = (data_string *)p->conf.mimetypes->data[m]; -+ -+ if(p->conf.debug) { -+ log_error_write(srv, __FILE__, __LINE__, "sb", -+ "mime-type:", mimetype->value); -+ } -+ if (strncmp(mimetype->value->ptr, ds->value->ptr, mimetype->value->used-1) == 0) { -+/* if (buffer_is_equal(mimetype->value, ds->value)) { */ -+ /* mimetype found */ -+ found = 1; -+ break; -+ } -+ } -+ if(!found && p->conf.mimetypes->used > 0) { -+ if(p->conf.debug) { -+ log_error_write(srv, __FILE__, __LINE__, "sb", -+ "No compression for mimetype:", ds->value); -+ } -+ return HANDLER_GO_ON; -+ } -+#if 0 -+ if(strncasecmp(ds->value->ptr, "application/x-javascript", 24) == 0) { -+ /*reset compress type to deflate for javascript -+ * prevent buggy IE6 SP1 doesn't work for js in IFrame -+ */ -+ matched_encodings = HTTP_ACCEPT_ENCODING_DEFLATE; -+ } -+#endif -+ } -+ -+ if(p->conf.debug) { -+ log_error_write(srv, __FILE__, __LINE__, "sb", -+ "enable compression for ", con->uri.path); -+ } -+ -+ /* the response might change according to Accept-Encoding */ -+ if (NULL != (ds = (data_string *)array_get_element(con->response.headers, "Vary"))) { -+ /* append Accept-Encoding to Vary header */ -+ if (NULL == strstr(ds->value->ptr, "Accept-Encoding")) { -+ buffer_append_string(ds->value, ",Accept-Encoding"); -+ if (p->conf.debug) { -+ log_error_write(srv, __FILE__, __LINE__, "sb", -+ "appending ,Accept-Encoding for ", con->uri.path); -+ } -+ } -+ } else { -+ if (p->conf.debug) { -+ log_error_write(srv, __FILE__, __LINE__, "sb", -+ "add Vary: Accept-Encoding for ", con->uri.path); -+ } -+ response_header_insert(srv, con, CONST_STR_LEN("Vary"), -+ CONST_STR_LEN("Accept-Encoding")); -+ } -+ -+ /* enable compression */ -+ hctx = handler_ctx_init(); -+ hctx->plugin_data = p; -+ -+ /* select best matching encoding */ -+ if (matched_encodings & HTTP_ACCEPT_ENCODING_BZIP2) { -+ hctx->compression_type = HTTP_ACCEPT_ENCODING_BZIP2; -+ compression_name = dflt_bzip2; -+ rc = stream_bzip2_init(srv, con, hctx); -+ } else if (matched_encodings & HTTP_ACCEPT_ENCODING_GZIP) { -+ hctx->compression_type = HTTP_ACCEPT_ENCODING_GZIP; -+ compression_name = dflt_gzip; -+ rc = stream_deflate_init(srv, con, hctx); -+ } else if (matched_encodings & HTTP_ACCEPT_ENCODING_DEFLATE) { -+ hctx->compression_type = HTTP_ACCEPT_ENCODING_DEFLATE; -+ compression_name = dflt_deflate; -+ rc = stream_deflate_init(srv, con, hctx); -+ } -+ if(rc == -1) { -+ log_error_write(srv, __FILE__, __LINE__, "s", -+ "Failed to initialize compression."); -+ } -+ -+ if(rc < 0) { -+ handler_ctx_free(hctx); -+ return HANDLER_GO_ON; -+ } -+ -+ /* setup output buffer. */ -+ if(p->conf.sync_flush || p->conf.output_buffer_size == 0) { -+ buffer_prepare_copy(p->tmp_buf, 32 * 1024); -+ hctx->output = p->tmp_buf; -+ } else { -+ hctx->output = buffer_init(); -+ buffer_prepare_copy(hctx->output, p->conf.output_buffer_size); -+ } -+ con->plugin_ctx[p->id] = hctx; -+ -+ /* set Content-Encoding to show selected compression type. */ -+ response_header_overwrite(srv, con, CONST_STR_LEN("Content-Encoding"), compression_name, strlen(compression_name)); -+ -+ if (con->file_finished) end = 1; -+ -+ con->parsed_response &= ~(HTTP_CONTENT_LENGTH); -+#if 0 -+ /* debug */ -+ if (con->parsed_response & HTTP_TRANSFER_ENCODING_CHUNKED) -+ log_error_write(srv, __FILE__, __LINE__, "s", -+ "deflate: response with chunked encoding"); -+ if (con->response.transfer_encoding & HTTP_TRANSFER_ENCODING_CHUNKED) -+ log_error_write(srv, __FILE__, __LINE__, "s", -+ "deflate: transfer encoding with chunked encoding"); -+#endif -+ -+ if (con->file_finished && (p->conf.work_block_size == 0 || file_len < (p->conf.work_block_size * 1024)) -+ && con->request.http_method != HTTP_METHOD_HEAD) { -+ /* disable chunk transfer */ -+ con->response.transfer_encoding = 0; -+ con->parsed_response &= ~(HTTP_TRANSFER_ENCODING_CHUNKED); -+ if(p->conf.debug) { -+ log_error_write(srv, __FILE__, __LINE__, "sd", -+ "Compress all content and use Content-Length header: uncompress len=", file_len); -+ } -+ return deflate_compress_response(srv, con, hctx, end); -+ } else { -+ if (con->request.http_version == HTTP_VERSION_1_1) { -+ if (p->conf.debug) -+ log_error_write(srv, __FILE__, __LINE__, "sb", -+ "chunk transfer encoding for uri", con->uri.path); -+ /* Make sure to use chunked encoding. */ -+ con->response.transfer_encoding = HTTP_TRANSFER_ENCODING_CHUNKED; -+ } else { -+ if (p->conf.debug) -+ log_error_write(srv, __FILE__, __LINE__, "sb", -+ "http 1.0 encoding for uri", con->uri.path); -+ /* We don't have to use chunked encoding because HTTP 1.0 don't support it. */ -+ con->response.transfer_encoding = 0; -+ con->parsed_response &= ~(HTTP_TRANSFER_ENCODING_CHUNKED); -+ } -+ } -+ -+ if (p->conf.debug) -+ log_error_write(srv, __FILE__, __LINE__, "sdsb", "end =", end, "for uri", con->uri.path); -+ -+ deflate_compress_response(srv, con, hctx, end); -+ return HANDLER_GO_ON; -+} -+ -+JOBLIST_FUNC(mod_deflate_handle_response_filter) { -+ plugin_data *p = p_d; -+ handler_ctx *hctx = con->plugin_ctx[p->id]; -+ -+ if(hctx == NULL) return HANDLER_GO_ON; -+ if(!hctx->stream_open) return HANDLER_GO_ON; -+ if(con->request.http_method == HTTP_METHOD_HEAD) return HANDLER_GO_ON; -+ -+ return deflate_compress_response(srv, con, hctx, 0); -+} -+ -+handler_t mod_deflate_cleanup(server *srv, connection *con, void *p_d) { -+ plugin_data *p = p_d; -+ handler_ctx *hctx = con->plugin_ctx[p->id]; -+ -+ if(hctx == NULL) return HANDLER_GO_ON; -+ -+ if(p->conf.debug && hctx->stream_open) { -+ log_error_write(srv, __FILE__, __LINE__, "sbsb", -+ "stream open at cleanup. uri=", con->uri.path_raw, ", query=", con->uri.query); -+ } -+ -+ deflate_compress_cleanup(srv, con, hctx); -+ -+ return HANDLER_GO_ON; -+} -+ -+int mod_deflate_plugin_init(plugin *p) { -+ p->version = LIGHTTPD_VERSION_ID; -+ p->name = buffer_init_string("deflate"); -+ -+ p->init = mod_deflate_init; -+ p->cleanup = mod_deflate_free; -+ p->set_defaults = mod_deflate_setdefaults; -+ p->connection_reset = mod_deflate_cleanup; -+ p->handle_connection_close = mod_deflate_cleanup; -+ p->handle_response_start = mod_deflate_handle_response_start; -+ p->handle_response_filter = mod_deflate_handle_response_filter; -+ -+ p->data = NULL; -+ -+ return 0; -+} -diff -Naur lighttpd-1.4.19/src/plugin.c lighttpd-1.4.19.mod_deflate.jz/src/plugin.c ---- lighttpd-1.4.19/src/plugin.c -+++ lighttpd-1.4.19.mod_deflate.jz/src/plugin.c -@@ -40,6 +40,8 @@ - PLUGIN_FUNC_HANDLE_SIGHUP, - PLUGIN_FUNC_HANDLE_SUBREQUEST, - PLUGIN_FUNC_HANDLE_SUBREQUEST_START, -+ PLUGIN_FUNC_HANDLE_RESPONSE_START, -+ PLUGIN_FUNC_HANDLE_RESPONSE_FILTER, - PLUGIN_FUNC_HANDLE_JOBLIST, - PLUGIN_FUNC_HANDLE_DOCROOT, - PLUGIN_FUNC_HANDLE_PHYSICAL, -@@ -266,6 +268,8 @@ - PLUGIN_TO_SLOT(PLUGIN_FUNC_HANDLE_CONNECTION_CLOSE, handle_connection_close) - PLUGIN_TO_SLOT(PLUGIN_FUNC_HANDLE_SUBREQUEST, handle_subrequest) - PLUGIN_TO_SLOT(PLUGIN_FUNC_HANDLE_SUBREQUEST_START, handle_subrequest_start) -+PLUGIN_TO_SLOT(PLUGIN_FUNC_HANDLE_RESPONSE_START, handle_response_start) -+PLUGIN_TO_SLOT(PLUGIN_FUNC_HANDLE_RESPONSE_FILTER, handle_response_filter) - PLUGIN_TO_SLOT(PLUGIN_FUNC_HANDLE_JOBLIST, handle_joblist) - PLUGIN_TO_SLOT(PLUGIN_FUNC_HANDLE_DOCROOT, handle_docroot) - PLUGIN_TO_SLOT(PLUGIN_FUNC_HANDLE_PHYSICAL, handle_physical) -@@ -395,6 +399,8 @@ - PLUGIN_TO_SLOT(PLUGIN_FUNC_HANDLE_SIGHUP, handle_sighup); - PLUGIN_TO_SLOT(PLUGIN_FUNC_HANDLE_SUBREQUEST, handle_subrequest); - PLUGIN_TO_SLOT(PLUGIN_FUNC_HANDLE_SUBREQUEST_START, handle_subrequest_start); -+ PLUGIN_TO_SLOT(PLUGIN_FUNC_HANDLE_RESPONSE_START, handle_response_start); -+ PLUGIN_TO_SLOT(PLUGIN_FUNC_HANDLE_RESPONSE_FILTER, handle_response_filter); - PLUGIN_TO_SLOT(PLUGIN_FUNC_HANDLE_JOBLIST, handle_joblist); - PLUGIN_TO_SLOT(PLUGIN_FUNC_HANDLE_DOCROOT, handle_docroot); - PLUGIN_TO_SLOT(PLUGIN_FUNC_HANDLE_PHYSICAL, handle_physical); -diff -Naur lighttpd-1.4.19/src/plugin.h lighttpd-1.4.19.mod_deflate.jz/src/plugin.h ---- lighttpd-1.4.19/src/plugin.h -+++ lighttpd-1.4.19.mod_deflate.jz/src/plugin.h -@@ -54,6 +54,8 @@ - * has to be found - */ - handler_t (* handle_subrequest) (server *srv, connection *con, void *p_d); /* */ -+ handler_t (* handle_response_start) (server *srv, connection *con, void *p_d); /* before response headers are written */ -+ handler_t (* handle_response_filter) (server *srv, connection *con, void *p_d); /* response content filter */ - handler_t (* connection_reset) (server *srv, connection *con, void *p_d); /* */ - void *data; - -@@ -68,6 +70,8 @@ - handler_t plugins_call_handle_uri_clean(server *srv, connection *con); - handler_t plugins_call_handle_subrequest_start(server *srv, connection *con); - handler_t plugins_call_handle_subrequest(server *srv, connection *con); -+handler_t plugins_call_handle_response_start(server *srv, connection *con); -+handler_t plugins_call_handle_response_filter(server *srv, connection *con); - handler_t plugins_call_handle_request_done(server *srv, connection *con); - handler_t plugins_call_handle_docroot(server *srv, connection *con); - handler_t plugins_call_handle_physical(server *srv, connection *con); -diff -Naur lighttpd-1.4.19/src/request.c lighttpd-1.4.19.mod_deflate.jz/src/request.c ---- lighttpd-1.4.19/src/request.c -+++ lighttpd-1.4.19.mod_deflate.jz/src/request.c -@@ -415,8 +415,10 @@ - - if (major_num == 1 && minor_num == 1) { - con->request.http_version = con->conf.allow_http11 ? HTTP_VERSION_1_1 : HTTP_VERSION_1_0; -+ con->request.true_http_10_client = 0; - } else if (major_num == 1 && minor_num == 0) { - con->request.http_version = HTTP_VERSION_1_0; -+ con->request.true_http_10_client = 1; - } else { - con->http_status = 505; - -diff -Naur lighttpd-1.4.19/src/response.c lighttpd-1.4.19.mod_deflate.jz/src/response.c ---- lighttpd-1.4.19/src/response.c -+++ lighttpd-1.4.19.mod_deflate.jz/src/response.c -@@ -32,7 +32,7 @@ - int have_date = 0; - int have_server = 0; - -- b = chunkqueue_get_prepend_buffer(con->write_queue); -+ b = chunkqueue_get_prepend_buffer(con->output_queue); - - if (con->request.http_version == HTTP_VERSION_1_1) { - BUFFER_COPY_STRING_CONST(b, "HTTP/1.1 "); -@@ -49,6 +49,8 @@ - } - - if (con->response.transfer_encoding & HTTP_TRANSFER_ENCODING_CHUNKED) { -+/* if (!(con->parsed_response & HTTP_TRANSFER_ENCODING_CHUNKED) && -+ (con->response.transfer_encoding & HTTP_TRANSFER_ENCODING_CHUNKED)) { */ - BUFFER_APPEND_STRING_CONST(b, "\r\nTransfer-Encoding: chunked"); - } - -@@ -65,6 +67,16 @@ - if (buffer_is_equal_string(ds->key, CONST_STR_LEN("Date"))) have_date = 1; - if (buffer_is_equal_string(ds->key, CONST_STR_LEN("Server"))) have_server = 1; - -+ /* remove Transfer-Encoding: chunked header when HTTP 1.0 -+ * or transfer_encoding & HTTP_TRANSFER_ENCODING_CHUNKED == 0 -+ */ -+ if ( (con->request.http_version == HTTP_VERSION_1_0 || -+ !(con->response.transfer_encoding & HTTP_TRANSFER_ENCODING_CHUNKED)) && -+ 0 == strncasecmp(ds->value->ptr, "chunked", sizeof("chunked")-1) && -+ 0 == strncasecmp(ds->key->ptr, "Transfer-Encoding", sizeof("Transfer-Encoding") - 1)) { -+ continue ; -+ } -+ - BUFFER_APPEND_STRING_CONST(b, "\r\n"); - buffer_append_string_buffer(b, ds->key); - BUFFER_APPEND_STRING_CONST(b, ": "); -@@ -576,7 +588,7 @@ - } - - if (slash) pathinfo = slash; -- } while ((found == 0) && (slash != NULL) && ((size_t)(slash - srv->tmp_buf->ptr) > (con->physical.basedir->used - 2))); -+ } while ((found == 0) && (slash != NULL) && ((size_t)(slash - srv->tmp_buf->ptr) > con->physical.basedir->used - 2)); - - if (found == 0) { - /* no it really doesn't exists */ -diff -Naur lighttpd-1.4.19/src/server.c lighttpd-1.4.19.mod_deflate.jz/src/server.c ---- lighttpd-1.4.19/src/server.c -+++ lighttpd-1.4.19.mod_deflate.jz/src/server.c -@@ -203,6 +203,9 @@ - srv->joblist = calloc(1, sizeof(*srv->joblist)); - assert(srv->joblist); - -+ srv->joblist_prev = calloc(1, sizeof(*srv->joblist)); -+ assert(srv->joblist_prev); -+ - srv->fdwaitqueue = calloc(1, sizeof(*srv->fdwaitqueue)); - assert(srv->fdwaitqueue); - -@@ -294,6 +297,7 @@ - #undef CLEAN - - joblist_free(srv, srv->joblist); -+ joblist_free(srv, srv->joblist_prev); - fdwaitqueue_free(srv, srv->fdwaitqueue); - - if (srv->stat_cache) { -@@ -1137,6 +1141,7 @@ - /* main-loop */ - while (!srv_shutdown) { - int n; -+ int timeout; - size_t ndx; - time_t min_ts; - -@@ -1388,7 +1393,12 @@ - } - } - -- if ((n = fdevent_poll(srv->ev, 1000)) > 0) { -+ if(srv->joblist->used > 0) { -+ timeout = 500; -+ } else { -+ timeout = 1000; -+ } -+ if ((n = fdevent_poll(srv->ev, timeout)) > 0) { - /* n is the number of events */ - int revents; - int fd_ndx; -@@ -1436,10 +1446,16 @@ - strerror(errno)); - } - -- for (ndx = 0; ndx < srv->joblist->used; ndx++) { -- connection *con = srv->joblist->ptr[ndx]; -+ if(srv->joblist->used > 0) { -+ connections *joblist = srv->joblist; -+ /* switch joblist queues. */ -+ srv->joblist = srv->joblist_prev; -+ srv->joblist_prev = joblist; -+ for (ndx = 0; ndx < joblist->used; ndx++) { -+ connection *con = joblist->ptr[ndx]; - handler_t r; - -+ con->in_joblist = 0; - connection_state_machine(srv, con); - - switch(r = plugins_call_handle_joblist(srv, con)) { -@@ -1450,11 +1466,9 @@ - log_error_write(srv, __FILE__, __LINE__, "d", r); - break; - } -- -- con->in_joblist = 0; - } -- -- srv->joblist->used = 0; -+ joblist->used = 0; -+ } - } - - if (srv->srvconf.pid_file->used && diff --git a/lighttpd-mod_evasive-status_code.patch b/lighttpd-mod_evasive-status_code.patch index 7f8dacc..02cbd9e 100644 --- a/lighttpd-mod_evasive-status_code.patch +++ b/lighttpd-mod_evasive-status_code.patch @@ -1,12 +1,11 @@ ---- lighttpd-1.4.40/src/mod_evasive.c 2016-07-16 10:06:16.000000000 +0000 -+++ lighttpd-1.4.40/src/mod_evasive.c 2016-07-26 12:11:56.730554000 +0000 -@@ -31,12 +31,16 @@ +--- lighttpd-1.4.19/src/mod_evasive.c 2008-09-19 17:50:24.307245276 +0300 ++++ lighttpd-1.4.22/src/mod_evasive.c 2009-05-12 02:21:58.524447939 +0300 +@@ -28,11 +28,15 @@ typedef struct { unsigned short max_conns; unsigned short silent; + unsigned short http_status_code; + unsigned int retry_after; - buffer *location; } plugin_config; typedef struct { @@ -17,7 +16,7 @@ plugin_config **config_storage; plugin_config conf; -@@ -47,6 +51,10 @@ +@@ -46,6 +50,10 @@ p = calloc(1, sizeof(*p)); @@ -28,7 +27,7 @@ return p; } -@@ -57,6 +65,8 @@ +@@ -56,6 +64,8 @@ if (!p) return HANDLER_GO_ON; @@ -37,49 +36,46 @@ if (p->config_storage) { size_t i; for (i = 0; i < srv->config_context->used; i++) { -@@ -84,6 +94,8 @@ +@@ -85,6 +85,8 @@ + config_values_t cv[] = { { "evasive.max-conns-per-ip", NULL, T_CONFIG_SHORT, T_CONFIG_SCOPE_CONNECTION }, /* 0 */ { "evasive.silent", NULL, T_CONFIG_BOOLEAN, T_CONFIG_SCOPE_CONNECTION }, /* 1 */ - { "evasive.location", NULL, T_CONFIG_STRING, T_CONFIG_SCOPE_CONNECTION }, /* 2 */ -+ { "evasive.http-status-code", NULL, T_CONFIG_SHORT, T_CONFIG_SCOPE_CONNECTION }, /* 3 */ -+ { "evasive.retry-after", NULL, T_CONFIG_SHORT, T_CONFIG_SCOPE_CONNECTION }, /* 4 */ ++ { "evasive.http-status-code", NULL, T_CONFIG_SHORT, T_CONFIG_SCOPE_CONNECTION }, /* 2 */ ++ { "evasive.retry-after", NULL, T_CONFIG_SHORT, T_CONFIG_SCOPE_CONNECTION }, /* 3 */ { NULL, NULL, T_CONFIG_UNSET, T_CONFIG_SCOPE_UNSET } }; -@@ -94,13 +106,17 @@ +@@ -94,11 +96,15 @@ plugin_config *s; s = calloc(1, sizeof(plugin_config)); - s->max_conns = 0; - s->silent = 0; -- s->location = buffer_init(); + s->max_conns = 0; + s->silent = 0; -+ s->location = buffer_init(); + s->http_status_code = 503; + s->retry_after = 0; cv[0].destination = &(s->max_conns); cv[1].destination = &(s->silent); - cv[2].destination = s->location; + cv[2].destination = &(s->http_status_code); + cv[3].destination = &(s->retry_after); p->config_storage[i] = s; -@@ -121,6 +137,8 @@ +@@ -107,6 +123,8 @@ + PATCH(max_conns); PATCH(silent); - PATCH(location); + PATCH(http_status_code); + PATCH(retry_after); /* skip the first, the global context */ for (i = 1; i < srv->config_context->used; i++) { -@@ -140,6 +158,10 @@ +@@ -124,6 +142,10 @@ + PATCH(max_conns); + } else if (buffer_is_equal_string(du->key, CONST_STR_LEN("evasive.silent"))) { PATCH(silent); - } else if (buffer_is_equal_string(du->key, CONST_STR_LEN("evasive.location"))) { - PATCH(location); + } else if (buffer_is_equal_string(du->key, CONST_STR_LEN("evasive.http-status-code"))) { + PATCH(http_status_code); + } else if (buffer_is_equal_string(du->key, CONST_STR_LEN("evasive.retry-after"))) { @@ -87,14 +83,15 @@ } } } -@@ -205,7 +227,9 @@ - con->http_status = 302; - con->file_finished = 1; - } else { -- con->http_status = 403; -+ con->http_status = p->conf.http_status_code; -+ buffer_copy_long(p->evasive_rftmp, p->conf.retry_after); -+ response_header_overwrite(srv, con, CONST_STR_LEN("Retry-After"), CONST_BUF_LEN(p->evasive_rftmp)); - } +@@ -192,8 +214,10 @@ + inet_ntop_cache_get_ip(srv, &(con->dst_addr)), + "turned away. Too many connections."); + +- con->http_status = 403; con->mode = DIRECT; ++ con->http_status = p->conf.http_status_code; ++ buffer_copy_long(p->evasive_rftmp, p->conf.retry_after); ++ response_header_overwrite(srv, con, CONST_STR_LEN("Retry-After"), CONST_BUF_LEN(p->evasive_rftmp)); return HANDLER_FINISHED; + } + } diff --git a/lighttpd-mod_geoip.conf b/lighttpd-mod_geoip.conf deleted file mode 100644 index 1474b92..0000000 --- a/lighttpd-mod_geoip.conf +++ /dev/null @@ -1,13 +0,0 @@ -# GeoIP module. -# -# Documentation: https://redmine.lighttpd.net/projects/lighttpd/wiki/Docs_ModGeoip - -server.modules += ( - "mod_geoip" -) - -# path to the geoip or geocity database -#geoip.db-filename = "/usr/share/GeoIP/GeoIP.dat" - -# default disabled -#geoip.memory-cache = "enable" diff --git a/lighttpd-ssl.conf b/lighttpd-ssl.conf deleted file mode 100644 index 7e89b24..0000000 --- a/lighttpd-ssl.conf +++ /dev/null @@ -1,52 +0,0 @@ -# lighttpd support for SSLv2 and SSLv3 -# -# Documentation: http://redmine.lighttpd.net/projects/lighttpd/wiki/Docs_SSL - -# (Following SSL/TLS Deployment Best Practices 1.3 / 17 September 2013 from: -# https://www.ssllabs.com/projects/best-practices/index.html) -# - BEAST is considered mitigaed on client side now, and new weaknesses have been found in RC4, -# so it is strongly advised to disable RC4 ciphers (HIGH doesn't include RC4) -# - It is recommended to disable 3DES too (although disabling RC4 and 3DES breaks IE6+8 on Windows XP, -# so you might want to support 3DES for now - just remove the '!3DES' parts below). -# - The examples below prefer ciphersuites with "Forward Secrecy" (and ECDHE over DHE (alias EDH)), remove '+kEDH +kRSA' -# if you don't want that. -# - SRP and PSK are not supported anyway, excluding those ('!kSRP !kPSK') just keeps the list smaller (easier to review) -# Check your cipher list with: openssl ciphers -v '...' (use single quotes as your shell won't like ! in double quotes) -# -# If you know you have RSA keys (standard), you can use: -#ssl.cipher-list = "aRSA+HIGH !3DES +kEDH +kRSA !kSRP !kPSK" -# The more generic version (without the restriction to RSA keys) is -#ssl.cipher-list = "HIGH !aNULL !3DES +kEDH +kRSA !kSRP !kPSK" - -# Make the server prefer the order of the server side cipher suite instead of the client suite. -# This option is enabled by default, but only used if ssl.cipher-list is set. -# -#ssl.honor-cipher-order = "enable" -# - -$SERVER["socket"] == ":443" { - ssl.engine = "enable" - - # unsafe protocols - ssl.use-sslv2 = "disable" - ssl.use-sslv3 = "disable" - - # https://wiki.mozilla.org/Security/Server_Side_TLS - # forward secrecy - ssl.honor-cipher-order = "enable" - ssl.cipher-list = "ECDHE-RSA-AES128-GCM-SHA256:ECDHE-ECDSA-AES128-GCM-SHA256:ECDHE-RSA-AES256-GCM-SHA384:ECDHE-ECDSA-AES256-GCM-SHA384:DHE-RSA-AES128-GCM-SHA256:DHE-DSS-AES128-GCM-SHA256:kEDH+AESGCM:ECDHE-RSA-AES128-SHA256:ECDHE-ECDSA-AES128-SHA256:ECDHE-RSA-AES128-SHA:ECDHE-ECDSA-AES128-SHA:ECDHE-RSA-AES256-SHA384:ECDHE-ECDSA-AES256-SHA384:ECDHE-RSA-AES256-SHA:ECDHE-ECDSA-AES256-SHA:DHE-RSA-AES128-SHA256:DHE-RSA-AES128-SHA:DHE-DSS-AES128-SHA256:DHE-RSA-AES256-SHA256:DHE-DSS-AES256-SHA:DHE-RSA-AES256-SHA:AES128-GCM-SHA256:AES256-GCM-SHA384:AES128-SHA256:AES256-SHA256:AES128-SHA:AES256-SHA:AES:CAMELLIA:DES-CBC3-SHA:!aNULL:!eNULL:!EXPORT:!DES:!RC4:!MD5:!PSK:!aECDH:!EDH-DSS-DES-CBC3-SHA:!EDH-RSA-DES-CBC3-SHA:!KRB5-DES-CBC3-SHA" - - # ssl.pemfile: path to the PEM file for SSL support (Should contain both - # the private key and the certificate) - ## If you have a .crt and a .key file, cat them together into a - ## single PEM file: - ## $ cat lighttpd.key lighttpd.crt > lighttpd.pem - ssl.pemfile = "/etc/lighttpd/server.pem" - - # ssl.ca-file: path to the CA file for support of chained certificates -# ssl.ca-file = "/etc/certs/ca-certificates.crt" - - $HTTP["useragent"] =~ "MSIE" { - server.max-keep-alive-requests = 0 - } -} diff --git a/lighttpd.html b/lighttpd-tld.html similarity index 100% rename from lighttpd.html rename to lighttpd-tld.html diff --git a/lighttpd.init b/lighttpd.init index 69d169b..aaf4d5f 100755 --- a/lighttpd.init +++ b/lighttpd.init @@ -10,6 +10,8 @@ # Source function library . /etc/rc.d/init.d/functions +upstart_controlled + # Get network config . /etc/sysconfig/network diff --git a/lighttpd.spec b/lighttpd.spec index 58554b1..931061f 100644 --- a/lighttpd.spec +++ b/lighttpd.spec @@ -1,106 +1,111 @@ - # TODO: -# - provide or autogenerate self signed cert in post, so after installing +# - provide or autogenerated self signed cert in post, so after installing # lighttpd-ssl server will still work # - patch with mod_websocket: https://github.com/Juniper/lighttpd-for-juise # - lighttpd-mod_fd_transfer: https://redmine.lighttpd.net/boards/3/topics/4992 +# - add db specific mod_vhostdb_* sub-packages # # Conditional build: %bcond_with tests # build with tests %bcond_without xattr # support of extended attributes %bcond_without ipv6 # IPv4-only version (doesn't require IPv6 in kernel) %bcond_without largefile # largefile support (see notes above) +%bcond_without dbi # libdbi, enables mod_vhostdb_dbi %bcond_without ssl # ssl support -%bcond_without mysql # mysql support in mod_mysql_vhost +%bcond_without mysql # mysql support in mod_mysql_vhost, mod_vhostdb_mysql +%bcond_without pgsql # PgSQL, enables mod_vhostdb_pgsql %bcond_without geoip # GeoIP support %bcond_with krb5 # krb5 support (does not work with heimdal) -%bcond_without ldap # ldap support in mod_auth +%bcond_without ldap # ldap support in mod_auth, mod_vhostdb_ldap %bcond_without lua # LUA support in mod_cml (needs LUA >= 5.1) -%bcond_with memcache # memcached support in mod_cml / mod_trigger_b4_dl -%bcond_with gamin # gamin for reducing number of stat() calls. - # NOTE: must be enabled in config: server.stat-cache-engine = "fam" -%bcond_with gdbm # gdbm in mod_trigger_b4_dl +%bcond_with gamin # gamin for reducing number of stat() calls. must be enabled in config: server.stat-cache-engine = "fam" %bcond_without mod_trigger_b4_dl # mod_trigger_b4_dl %bcond_with webdav_props # properties in mod_webdav (includes extra sqlite3/libxml deps) %bcond_with webdav_locks # webdav locks with extra efsprogs deps %bcond_with valgrind # compile code with valgrind support. %bcond_with h264_streaming # build h264_streaming module +%bcond_without storage_memcached # memcached storage for mod_trigger_b4_dl/mod_cml +%bcond_without storage_gdbm # gdbm storage for mod_trigger_b4_dl %if %{with webdav_locks} %define webdav_progs 1 %endif # if(WITH_PCRE AND (WITH_MEMCACHED OR WITH_GDBM)) -%if %{without memcached} && %{without gdbm} +%if %{without storage_memcached} && %{without storage_gdbm} %undefine with_mod_trigger_b4_dl %endif Summary: Fast and light HTTP server Summary(pl.UTF-8): Szybki i lekki serwer HTTP Name: lighttpd -Version: 1.4.45 -Release: 1 +Version: 1.4.48 +Release: 2 License: BSD Group: Networking/Daemons/HTTP -Source0: http://download.lighttpd.net/lighttpd/releases-1.4.x/%{name}-%{version}.tar.xz -# Source0-md5: a128e1eda76899ce3fd115efae5fe631 +Source0: https://download.lighttpd.net/lighttpd/releases-1.4.x/%{name}-%{version}.tar.xz +# Source0-md5: 1e3a9eb5078f481e3a8a1d0aaac8c3c8 Source1: %{name}.init Source2: %{name}.conf Source3: %{name}.user Source4: %{name}.logrotate Source5: %{name}.sysconfig Source6: %{name}-mime.types.sh -Source7: http://glen.alkohol.ee/pld/lighty/favicon.ico +Source7: https://glen.alkohol.ee/pld/lighty/favicon.ico # Source7-md5: 00fcac5b861a54f5eb147a589504d480 Source8: light_button.png # Source8-md5: 3e1008ee1d3d6d390cf81fe3072b4f50 Source9: light_logo.png # Source9-md5: cbb7f0676e51ee2e26cf004df293fc62 -Source11: %{name}.html +Source11: %{name}-tld.html Source12: %{name}.monitrc Source13: branch.sh -Source14: TODO -Source100: %{name}-mod_access.conf -Source101: %{name}-mod_accesslog.conf -Source102: %{name}-mod_alias.conf -Source103: %{name}-mod_auth.conf -Source104: %{name}-mod_cgi.conf -Source105: %{name}-mod_cml.conf -Source106: %{name}-mod_compress.conf -Source107: %{name}-mod_deflate.conf -Source108: %{name}-mod_dirlisting.conf -Source109: %{name}-mod_evasive.conf -Source110: %{name}-mod_evhost.conf -Source111: %{name}-mod_expire.conf -Source112: %{name}-mod_fastcgi.conf -Source113: %{name}-mod_flv_streaming.conf -Source114: %{name}-mod_indexfile.conf -Source115: %{name}-mod_proxy.conf -Source116: %{name}-mod_redirect.conf -Source117: %{name}-mod_rewrite.conf -Source118: %{name}-mod_rrdtool.conf -Source119: %{name}-mod_scgi.conf -Source120: %{name}-mod_secdownload.conf -Source121: %{name}-mod_setenv.conf -Source122: %{name}-mod_simple_vhost.conf -Source123: %{name}-mod_ssi.conf -Source124: %{name}-mod_staticfile.conf -Source125: %{name}-mod_status.conf -Source126: %{name}-mod_trigger_b4_dl.conf -Source127: %{name}-mod_userdir.conf -Source128: %{name}-mod_usertrack.conf -Source129: %{name}-mod_webdav.conf -Source130: %{name}-php-spawned.conf -Source131: %{name}-php-external.conf -Source132: %{name}-ssl.conf -Source133: %{name}-mod_mysql_vhost.conf -Source134: %{name}-mod_magnet.conf -Source135: %{name}-mod_extforward.conf -Source136: %{name}-mod_h264_streaming.conf -Source137: %{name}-mod_cgi_php.conf -Source138: %{name}-mod_compress.tmpwatch -Source139: %{name}-mod_uploadprogress.conf -Source140: %{name}-mod_geoip.conf +Source100: mod_access.conf +Source101: mod_accesslog.conf +Source102: mod_alias.conf +Source103: mod_auth.conf +Source104: mod_cgi.conf +Source105: mod_cml.conf +Source106: mod_compress.conf +Source107: mod_deflate.conf +Source108: mod_dirlisting.conf +Source109: mod_evasive.conf +Source110: mod_evhost.conf +Source111: mod_expire.conf +Source112: mod_fastcgi.conf +Source113: mod_flv_streaming.conf +Source114: mod_indexfile.conf +Source115: mod_proxy.conf +Source116: mod_redirect.conf +Source117: mod_rewrite.conf +Source118: mod_rrdtool.conf +Source119: mod_scgi.conf +Source120: mod_secdownload.conf +Source121: mod_setenv.conf +Source122: mod_simple_vhost.conf +Source123: mod_ssi.conf +Source124: mod_staticfile.conf +Source125: mod_status.conf +Source126: mod_trigger_b4_dl.conf +Source127: mod_userdir.conf +Source128: mod_usertrack.conf +Source129: mod_webdav.conf +Source130: php-spawned.conf +Source131: php-external.conf +Source132: ssl.conf +Source133: mod_mysql_vhost.conf +Source134: mod_magnet.conf +Source135: mod_extforward.conf +Source136: mod_h264_streaming.conf +Source137: mod_cgi_php.conf +Source138: mod_compress.tmpwatch +Source139: mod_uploadprogress.conf +Source140: mod_geoip.conf +Source141: mod_authn_ldap.conf +Source142: mod_openssl.conf +Source143: mod_vhostdb.conf +Source144: mod_wstunnel.conf +Source145: mod_authn_mysql.conf # use branch.sh script to create branch.diff #Patch100: %{name}-branch.diff ## Patch100-md5: 7bd09235304c8bcb16f34d49d480c0fb @@ -109,7 +114,8 @@ Patch1: %{name}-mod_evasive-status_code.patch Patch2: %{name}-mod_h264_streaming.patch Patch3: %{name}-branding.patch Patch6: test-port-setup.patch -URL: http://www.lighttpd.net/ +Patch7: env-documentroot.patch +URL: https://www.lighttpd.net/ %{?with_geoip:BuildRequires: GeoIP-devel} %{?with_xattr:BuildRequires: attr-devel} BuildRequires: autoconf >= 2.57 @@ -117,15 +123,17 @@ BuildRequires: automake >= 1:1.11.2 BuildRequires: bzip2-devel BuildRequires: fcgi-devel %{?with_gamin:BuildRequires: gamin-devel} -%{?with_gdbm:BuildRequires: gdbm-devel} +%{?with_storage_gdbm:BuildRequires: gdbm-devel} %{?with_krb5:BuildRequires: krb5-devel} -%{?with_memcache:BuildRequires: libmemcache-devel} +%{?with_dbi:BuildRequires: libdbi-devel} +%{?with_storage_memcached:BuildRequires: libmemcached-devel} BuildRequires: libtool BuildRequires: libuuid-devel %{?with_webdav_props:BuildRequires: libxml2-devel} %{?with_lua:BuildRequires: lua51-devel} BuildRequires: mailcap >= 2.1.14-4.4 %{?with_mysql:BuildRequires: mysql-devel} +%{?with_pgsql:BuildRequires: postgresql-devel} %{?with_ldap:BuildRequires: openldap-devel} %{?with_ssl:BuildRequires: openssl-devel} BuildRequires: pcre-devel @@ -239,11 +247,11 @@ Group: Networking/Daemons/HTTP URL: http://redmine.lighttpd.net/projects/lighttpd/wiki/Docs:ModAuth Requires: %{name} = %{version}-%{release} Requires: %{name}-mod_authn_file = %{version}-%{release} -# TODO: ldap and mysql should be optional -# https://github.com/lighttpd/lighttpd1.4/blob/lighttpd-1.4.42/src/configfile.c#L426-L428 -Requires: %{name}-mod_authn_ldap = %{version}-%{release} +%if %{with ldap} +Suggests: %{name}-mod_authn_ldap = %{version}-%{release} +%endif %if %{with mysql} -Requires: %{name}-mod_authn_mysql = %{version}-%{release} +Suggests: %{name}-mod_authn_mysql = %{version}-%{release} %endif Provides: webserver(auth) @@ -561,6 +569,15 @@ This module provides virtual hosts (vhosts) based on a MySQL table. %description mod_mysql_vhost -l pl.UTF-8 Ten moduł udostępnia wirtualne hosty (vhosty) oparte na tabeli MySQL. +%package mod_openssl +Summary: TLS/SSL for lighttpd +Group: Networking/Daemons/HTTP +URL: https://redmine.lighttpd.net/projects/lighttpd/wiki/Docs_SSL +Requires: %{name} = %{version}-%{release} + +%description mod_openssl +TLS/SSL for lighttpd. + %package mod_proxy Summary: lighttpd module for proxying requests Summary(pl.UTF-8): Moduł lighttpd do przekazywania żądań @@ -796,6 +813,15 @@ lighttpd usertrack module. %description mod_usertrack -l pl.UTF-8 Moduł usertrack dla lighttpd. +%package mod_vhostdb +Summary: Virtual host database to provide vhost docroot +Group: Networking/Daemons/HTTP +URL: https://redmine.lighttpd.net/projects/lighttpd/wiki/Docs_ModVhostDB +Requires: %{name} = %{version}-%{release} + +%description mod_vhostdb +Virtual host database to provide vhost docroot. + %package mod_webdav Summary: WebDAV module for lighttpd Summary(pl.UTF-8): Moduł WebDAV dla libghttpd @@ -836,6 +862,18 @@ oraz zwykłe GET, POST, HEAD z HTTP/1.1. Jak na razie montowanie zasobu webdav pod Windows XP działa i podstawowe testy lakmusowe przechodzą. +%package mod_wstunnel +Summary: WebSocket tunnel endpoint +Group: Networking/Daemons/HTTP +URL: https://redmine.lighttpd.net/projects/lighttpd/wiki/Docs_ModWSTunnel +Requires: %{name} = %{version}-%{release} + +%description mod_wstunnel +WebSocket tunnel endpoint. This module terminates the websocket tunnel +from a client. This module then passes data (without websocket frames) +to a backend and encodes responses from backend in websocket frames +before sending responses to client. + %package php-spawned Summary: PHP support via FastCGI, spawned by lighttpd Summary(pl.UTF-8): Obsługa PHP przez FastCGI, uruchamiane przez lighttpd @@ -874,6 +912,7 @@ Summary(pl.UTF-8): Obsługa SSLv2 i SSLv3 dla lighttpd Group: Networking/Daemons/HTTP URL: http://redmine.lighttpd.net/projects/lighttpd/wiki/Docs:SSL Requires: %{name} = %{version}-%{release} +Requires: %{name}-mod_openssl = %{version}-%{release} Suggests: ca-certificates %description ssl @@ -899,16 +938,16 @@ Plik monitrc do monitorowania serwera www lighttpd. %setup -q #%patch100 -p1 %patch0 -p1 -%patch1 -p1 +#%patch1 -p1 UPDATE (and submit upstream!) if you need this %{?with_h264_streaming:%patch2 -p1} %patch3 -p1 %patch6 -p1 +#%patch7 -p1 probably fixed upstream rm -f src/mod_ssi_exprparser.h # bad patching: should be removed by is emptied instead # build mime.types.conf sh %{SOURCE6} /etc/mime.types -cp -p %{SOURCE14} PLD-TODO %build ver=$(awk '/AC_INIT/{a=$2;gsub(/[\[\],]/, "", a); print a}' configure.ac) @@ -917,10 +956,10 @@ if [ "$ver" != "%{version}" ]; then exit 1 fi -%{__aclocal} -I scripts/m4 +%{__aclocal} -I m4 -I scripts/m4 %{__libtoolize} -%{__autoheader} %{__autoconf} +%{__autoheader} %{__automake} %configure \ @@ -929,17 +968,19 @@ fi %{!?with_largefile:--disable-lfs} \ %{?with_valgrind:--with-valgrind} \ %{?with_xattr:--with-attr} \ + %{?with_dbi:--with-dbi} \ %{?with_krb5:--with-krb5} \ %{?with_geoip:--with-geoip} \ %{?with_mysql:--with-mysql} \ %{?with_ldap:--with-ldap} \ %{?with_ssl:--with-openssl} \ + %{?with_pgsql:--with-pgsql} \ %{?with_lua:--with-lua=lua51} \ - %{?with_memcache:--with-memcache} \ + %{?with_storage_memcached:--with-memcached} \ %{?with_webdav_props:--with-webdav-props} \ %{?with_webdav_locks:--with-webdav-locks} \ %{?with_gamin:--with-gamin} \ - %{?with_gdbm:--with-gdbm} + %{?with_storage_gdbm:--with-gdbm} # -j1 as src/mod_ssi_exprparser.h regeneration deps are broken %{__make} -j1 @@ -952,7 +993,7 @@ export LIGHTTPD_TEST_PORT=$((2048 + RANDOM % 10)) %install rm -rf $RPM_BUILD_ROOT install -d $RPM_BUILD_ROOT{%{_lighttpddir}/{cgi-bin,html},/etc/{logrotate.d,rc.d/init.d,sysconfig,monit}} \ - $RPM_BUILD_ROOT%{_sysconfdir}/{conf,vhosts,webapps}.d \ + $RPM_BUILD_ROOT%{_sysconfdir}/{{conf,vhosts,webapps}.d,ssl} \ $RPM_BUILD_ROOT{/var/log/{%{name},archive/%{name}},/var/run/%{name}} \ $RPM_BUILD_ROOT%{_datadir}/lighttpd/errordocs \ $RPM_BUILD_ROOT/var/lib/lighttpd \ @@ -998,10 +1039,17 @@ cp -p %{SOURCE113} $RPM_BUILD_ROOT%{_sysconfdir}/conf.d/50_mod_flv_streaming.con %if %{with geoip} cp -p %{SOURCE140} $RPM_BUILD_ROOT%{_sysconfdir}/conf.d/50_mod_geoip.conf %endif +%if %{with ldap} +cp -p %{SOURCE141} $RPM_BUILD_ROOT%{_sysconfdir}/conf.d/50_mod_authn_ldap.conf +%endif +%if %{with ldap} +cp -p %{SOURCE145} $RPM_BUILD_ROOT%{_sysconfdir}/conf.d/50_mod_authn_mysql.conf +%endif %if %{with h264_streaming} cp -p %{SOURCE136} $RPM_BUILD_ROOT%{_sysconfdir}/conf.d/50_mod_h264_streaming.conf %endif cp -p %{SOURCE114} $RPM_BUILD_ROOT%{_sysconfdir}/conf.d/50_mod_indexfile.conf +cp -p %{SOURCE142} $RPM_BUILD_ROOT%{_sysconfdir}/conf.d/50_mod_openssl.conf cp -p %{SOURCE115} $RPM_BUILD_ROOT%{_sysconfdir}/conf.d/50_mod_proxy.conf cp -p %{SOURCE118} $RPM_BUILD_ROOT%{_sysconfdir}/conf.d/50_mod_rrdtool.conf cp -p %{SOURCE119} $RPM_BUILD_ROOT%{_sysconfdir}/conf.d/50_mod_scgi.conf @@ -1017,7 +1065,9 @@ cp -p %{SOURCE126} $RPM_BUILD_ROOT%{_sysconfdir}/conf.d/50_mod_trigger_b4_dl.con cp -p %{SOURCE139} $RPM_BUILD_ROOT%{_sysconfdir}/conf.d/50_mod_uploadprogress.conf cp -p %{SOURCE127} $RPM_BUILD_ROOT%{_sysconfdir}/conf.d/50_mod_userdir.conf cp -p %{SOURCE128} $RPM_BUILD_ROOT%{_sysconfdir}/conf.d/50_mod_usertrack.conf +cp -p %{SOURCE143} $RPM_BUILD_ROOT%{_sysconfdir}/conf.d/50_mod_vhostdb.conf cp -p %{SOURCE129} $RPM_BUILD_ROOT%{_sysconfdir}/conf.d/50_mod_webdav.conf +cp -p %{SOURCE144} $RPM_BUILD_ROOT%{_sysconfdir}/conf.d/50_mod_wstunnel.conf %if %{with mysql} cp -p %{SOURCE133} $RPM_BUILD_ROOT%{_sysconfdir}/conf.d/50_mod_mysql_vhost.conf %endif @@ -1110,9 +1160,9 @@ fi %module_scripts mod_alias %module_scripts mod_auth %module_scripts mod_authn_file -%module_scripts mod_authn_mysql %module_scripts mod_authn_gssapi %module_scripts mod_authn_ldap +%module_scripts mod_authn_mysql %module_scripts mod_cgi %module_scripts mod_cml %module_scripts mod_compress @@ -1129,21 +1179,10 @@ fi %module_scripts mod_indexfile %module_scripts mod_magnet %module_scripts mod_mysql_vhost +%module_scripts mod_openssl %module_scripts mod_proxy %module_scripts mod_redirect %module_scripts mod_rewrite - -%post mod_rrdtool -if [ ! -f /var/lib/lighttpd/lighttpd.rrd ]; then - touch /var/lib/lighttpd/lighttpd.rrd - chown lighttpd:stats /var/lib/lighttpd/lighttpd.rrd - chmod 640 /var/lib/lighttpd/lighttpd.rrd -fi -%module_post - -%postun mod_rrdtool -%module_postun - %module_scripts mod_scgi %module_scripts mod_secdownload %module_scripts mod_setenv @@ -1155,11 +1194,25 @@ fi %module_scripts mod_uploadprogress %module_scripts mod_userdir %module_scripts mod_usertrack +%module_scripts mod_vhostdb %module_scripts mod_webdav +%module_scripts mod_wstunnel %module_scripts php-spawned %module_scripts php-external +%post mod_rrdtool +if [ ! -f /var/lib/lighttpd/lighttpd.rrd ]; then + touch /var/lib/lighttpd/lighttpd.rrd + chown lighttpd:stats /var/lib/lighttpd/lighttpd.rrd + chmod 640 /var/lib/lighttpd/lighttpd.rrd +fi +%module_post + +%postun mod_rrdtool +%module_postun + + %triggerpostun -- %{name} < 1.4.18-10.1 if [ -f /etc/lighttpd/conf.d/50_mod_extforward.conf.rpmsave ]; then cp -f /etc/lighttpd/conf.d/91_mod_extforward.conf{,.rpmnew} @@ -1168,11 +1221,12 @@ fi %files %defattr(644,root,root,755) -%doc NEWS README PLD-TODO +%doc NEWS README %dir %attr(751,root,lighttpd) %{_sysconfdir} %dir %attr(750,root,root) %{_sysconfdir}/conf.d %dir %attr(750,root,root) %{_sysconfdir}/vhosts.d %dir %attr(750,root,root) %{_sysconfdir}/webapps.d +%dir %attr(700,root,root) %{_sysconfdir}/ssl %attr(640,root,root) %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/%{name}.conf %attr(640,root,root) %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/mime.types.conf %attr(640,root,lighttpd) %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/*.user @@ -1237,13 +1291,17 @@ fi %attr(755,root,root) %{pkglibdir}/mod_authn_gssapi.so %endif +%if %{with ldap} %files mod_authn_ldap %defattr(644,root,root,755) +%attr(640,root,root) %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/*mod_authn_ldap.conf %attr(755,root,root) %{pkglibdir}/mod_authn_ldap.so +%endif %if %{with mysql} %files mod_authn_mysql %defattr(644,root,root,755) +%attr(640,root,root) %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/*mod_authn_mysql.conf %attr(755,root,root) %{pkglibdir}/mod_authn_mysql.so %endif @@ -1344,6 +1402,11 @@ fi %attr(640,root,root) %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/*mod_proxy.conf %attr(755,root,root) %{pkglibdir}/mod_proxy.so +%files mod_openssl +%defattr(644,root,root,755) +%attr(640,root,root) %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/*mod_openssl.conf +%attr(755,root,root) %{pkglibdir}/mod_openssl.so + %files mod_redirect %defattr(644,root,root,755) %attr(640,root,root) %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/*mod_redirect.conf @@ -1417,11 +1480,34 @@ fi %attr(640,root,root) %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/*mod_usertrack.conf %attr(755,root,root) %{pkglibdir}/mod_usertrack.so +%files mod_vhostdb +%defattr(644,root,root,755) +%attr(640,root,root) %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/*mod_vhostdb.conf +%attr(755,root,root) %{pkglibdir}/mod_vhostdb.so +# TODO: subpackages +%if %{with dbi} +%attr(755,root,root) %{pkglibdir}/mod_vhostdb_dbi.so +%endif +%if %{with ldap} +%attr(755,root,root) %{pkglibdir}/mod_vhostdb_ldap.so +%endif +%if %{with mysql} +%attr(755,root,root) %{pkglibdir}/mod_vhostdb_mysql.so +%endif +%if %{with pgsql} +%attr(755,root,root) %{pkglibdir}/mod_vhostdb_pgsql.so +%endif + %files mod_webdav %defattr(644,root,root,755) %attr(640,root,root) %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/*mod_webdav.conf %attr(755,root,root) %{pkglibdir}/mod_webdav.so +%files mod_wstunnel +%defattr(644,root,root,755) +%attr(640,root,root) %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/*mod_wstunnel.conf +%attr(755,root,root) %{pkglibdir}/mod_wstunnel.so + %files php-spawned %defattr(644,root,root,755) %attr(640,root,root) %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/php-spawned.conf diff --git a/lighttpd-mod_access.conf b/mod_access.conf similarity index 100% rename from lighttpd-mod_access.conf rename to mod_access.conf diff --git a/lighttpd-mod_accesslog.conf b/mod_accesslog.conf similarity index 100% rename from lighttpd-mod_accesslog.conf rename to mod_accesslog.conf diff --git a/lighttpd-mod_alias.conf b/mod_alias.conf similarity index 100% rename from lighttpd-mod_alias.conf rename to mod_alias.conf diff --git a/lighttpd-mod_auth.conf b/mod_auth.conf similarity index 100% rename from lighttpd-mod_auth.conf rename to mod_auth.conf diff --git a/mod_authn_ldap.conf b/mod_authn_ldap.conf new file mode 100644 index 0000000..c83d4bd --- /dev/null +++ b/mod_authn_ldap.conf @@ -0,0 +1,9 @@ +# ldap (mod_authn_ldap) +# +# The ldap backend performs the following steps to authenticate a user +# +# Documentation: http://redmine.lighttpd.net/projects/lighttpd/wiki/Docs_ModAuth#ldap-mod_authn_ldap + +server.modules += ( + "mod_authn_ldap" +) diff --git a/mod_authn_mysql.conf b/mod_authn_mysql.conf new file mode 100644 index 0000000..0abfb1e --- /dev/null +++ b/mod_authn_mysql.conf @@ -0,0 +1,9 @@ +# mysql (mod_authn_mysql) +# +# The mysql backend authenticates the user against MySQL/MariaDB infrastructure +# +# Documentation: https://redmine.lighttpd.net/projects/lighttpd/wiki/Docs_ModAuth#mysql-mod_authn_mysql + +server.modules += ( + "mod_authn_mysql" +) diff --git a/lighttpd-mod_cgi.conf b/mod_cgi.conf similarity index 100% rename from lighttpd-mod_cgi.conf rename to mod_cgi.conf diff --git a/lighttpd-mod_cgi_php.conf b/mod_cgi_php.conf similarity index 100% rename from lighttpd-mod_cgi_php.conf rename to mod_cgi_php.conf diff --git a/lighttpd-mod_cml.conf b/mod_cml.conf similarity index 100% rename from lighttpd-mod_cml.conf rename to mod_cml.conf diff --git a/lighttpd-mod_compress.conf b/mod_compress.conf similarity index 100% rename from lighttpd-mod_compress.conf rename to mod_compress.conf diff --git a/lighttpd-mod_compress.tmpwatch b/mod_compress.tmpwatch similarity index 100% rename from lighttpd-mod_compress.tmpwatch rename to mod_compress.tmpwatch diff --git a/lighttpd-mod_deflate.conf b/mod_deflate.conf similarity index 100% rename from lighttpd-mod_deflate.conf rename to mod_deflate.conf diff --git a/lighttpd-mod_dirlisting.conf b/mod_dirlisting.conf similarity index 100% rename from lighttpd-mod_dirlisting.conf rename to mod_dirlisting.conf diff --git a/lighttpd-mod_evasive.conf b/mod_evasive.conf similarity index 100% rename from lighttpd-mod_evasive.conf rename to mod_evasive.conf diff --git a/lighttpd-mod_evhost.conf b/mod_evhost.conf similarity index 100% rename from lighttpd-mod_evhost.conf rename to mod_evhost.conf diff --git a/lighttpd-mod_expire.conf b/mod_expire.conf similarity index 100% rename from lighttpd-mod_expire.conf rename to mod_expire.conf diff --git a/lighttpd-mod_extforward.conf b/mod_extforward.conf similarity index 100% rename from lighttpd-mod_extforward.conf rename to mod_extforward.conf diff --git a/lighttpd-mod_fastcgi.conf b/mod_fastcgi.conf similarity index 100% rename from lighttpd-mod_fastcgi.conf rename to mod_fastcgi.conf diff --git a/lighttpd-mod_flv_streaming.conf b/mod_flv_streaming.conf similarity index 100% rename from lighttpd-mod_flv_streaming.conf rename to mod_flv_streaming.conf diff --git a/mod_geoip.conf b/mod_geoip.conf new file mode 100644 index 0000000..9a720b3 --- /dev/null +++ b/mod_geoip.conf @@ -0,0 +1,25 @@ +# GeoIP module. +# +# Documentation: https://redmine.lighttpd.net/projects/lighttpd/wiki/Docs_ModGeoip +# +# mod_geoip is a module for fast ip/location lookups. It uses MaxMind +# GeoIP / GeoCity databases. If the ip was found in the database the +# module sets the appropriate environments variables to the request, +# thus making other modules/fcgi be informed. + +server.modules += ( + "mod_geoip" +) + +# +# mod_geoip will determine the database type automatically so if you +# enter GeoCity database path it will load GeoCity Env. +# +#geoip.db-filename = "/usr/share/GeoIP/GeoIP.dat" + +# +# If enabled, mod_geoip will load the database binary file to memory +# for very fast lookups. The only penalty is memory usage. +# default: disabled +# +#geoip.memory-cache = "enable" diff --git a/lighttpd-mod_h264_streaming.conf b/mod_h264_streaming.conf similarity index 100% rename from lighttpd-mod_h264_streaming.conf rename to mod_h264_streaming.conf diff --git a/lighttpd-mod_indexfile.conf b/mod_indexfile.conf similarity index 100% rename from lighttpd-mod_indexfile.conf rename to mod_indexfile.conf diff --git a/lighttpd-mod_magnet.conf b/mod_magnet.conf similarity index 100% rename from lighttpd-mod_magnet.conf rename to mod_magnet.conf diff --git a/lighttpd-mod_mysql_vhost.conf b/mod_mysql_vhost.conf similarity index 100% rename from lighttpd-mod_mysql_vhost.conf rename to mod_mysql_vhost.conf diff --git a/mod_openssl.conf b/mod_openssl.conf new file mode 100644 index 0000000..428393f --- /dev/null +++ b/mod_openssl.conf @@ -0,0 +1,7 @@ +# OpenSSL SSL/TLS module. +# +# Documentation: https://redmine.lighttpd.net/projects/lighttpd/wiki/Docs_SSL + +server.modules += ( + "mod_openssl" +) diff --git a/lighttpd-mod_proxy.conf b/mod_proxy.conf similarity index 100% rename from lighttpd-mod_proxy.conf rename to mod_proxy.conf diff --git a/lighttpd-mod_redirect.conf b/mod_redirect.conf similarity index 100% rename from lighttpd-mod_redirect.conf rename to mod_redirect.conf diff --git a/lighttpd-mod_rewrite.conf b/mod_rewrite.conf similarity index 100% rename from lighttpd-mod_rewrite.conf rename to mod_rewrite.conf diff --git a/lighttpd-mod_rrdtool.conf b/mod_rrdtool.conf similarity index 100% rename from lighttpd-mod_rrdtool.conf rename to mod_rrdtool.conf diff --git a/lighttpd-mod_scgi.conf b/mod_scgi.conf similarity index 100% rename from lighttpd-mod_scgi.conf rename to mod_scgi.conf diff --git a/lighttpd-mod_secdownload.conf b/mod_secdownload.conf similarity index 100% rename from lighttpd-mod_secdownload.conf rename to mod_secdownload.conf diff --git a/lighttpd-mod_setenv.conf b/mod_setenv.conf similarity index 100% rename from lighttpd-mod_setenv.conf rename to mod_setenv.conf diff --git a/lighttpd-mod_simple_vhost.conf b/mod_simple_vhost.conf similarity index 100% rename from lighttpd-mod_simple_vhost.conf rename to mod_simple_vhost.conf diff --git a/lighttpd-mod_ssi.conf b/mod_ssi.conf similarity index 100% rename from lighttpd-mod_ssi.conf rename to mod_ssi.conf diff --git a/lighttpd-mod_staticfile.conf b/mod_staticfile.conf similarity index 100% rename from lighttpd-mod_staticfile.conf rename to mod_staticfile.conf diff --git a/lighttpd-mod_status.conf b/mod_status.conf similarity index 100% rename from lighttpd-mod_status.conf rename to mod_status.conf diff --git a/lighttpd-mod_trigger_b4_dl.conf b/mod_trigger_b4_dl.conf similarity index 100% rename from lighttpd-mod_trigger_b4_dl.conf rename to mod_trigger_b4_dl.conf diff --git a/lighttpd-mod_uploadprogress.conf b/mod_uploadprogress.conf similarity index 100% rename from lighttpd-mod_uploadprogress.conf rename to mod_uploadprogress.conf diff --git a/lighttpd-mod_userdir.conf b/mod_userdir.conf similarity index 100% rename from lighttpd-mod_userdir.conf rename to mod_userdir.conf diff --git a/lighttpd-mod_usertrack.conf b/mod_usertrack.conf similarity index 100% rename from lighttpd-mod_usertrack.conf rename to mod_usertrack.conf diff --git a/mod_vhostdb.conf b/mod_vhostdb.conf new file mode 100644 index 0000000..8ae7488 --- /dev/null +++ b/mod_vhostdb.conf @@ -0,0 +1,11 @@ +# Virtual host database to provide vhost docroot +# +# Documentation: https://redmine.lighttpd.net/projects/lighttpd/wiki/Docs_ModVhostDB + +server.modules += ( + "mod_vhostdb", +# "mod_vhostdb_dbi", +# "mod_vhostdb_ldap", +# "mod_vhostdb_mysql", +# "mod_vhostdb_pgsql", +) diff --git a/lighttpd-mod_webdav.conf b/mod_webdav.conf similarity index 100% rename from lighttpd-mod_webdav.conf rename to mod_webdav.conf diff --git a/mod_wstunnel.conf b/mod_wstunnel.conf new file mode 100644 index 0000000..08914e3 --- /dev/null +++ b/mod_wstunnel.conf @@ -0,0 +1,7 @@ +# WebSocket tunnel endpoint. +# +# Documentation: https://redmine.lighttpd.net/projects/lighttpd/wiki/Docs_ModWSTunnel + +server.modules += ( + "mod_wstunnel" +) diff --git a/lighttpd-php-external.conf b/php-external.conf similarity index 100% rename from lighttpd-php-external.conf rename to php-external.conf diff --git a/lighttpd-php-spawned.conf b/php-spawned.conf similarity index 100% rename from lighttpd-php-spawned.conf rename to php-spawned.conf diff --git a/ssl.conf b/ssl.conf new file mode 100644 index 0000000..e9c1a21 --- /dev/null +++ b/ssl.conf @@ -0,0 +1,55 @@ +# lighttpd support for SSLv2 and SSLv3 +# +# Documentation: https://redmine.lighttpd.net/projects/lighttpd/wiki/Docs_SSL +# https://www.ssllabs.com/projects/best-practices/index.html +# https://cipherli.st/ +# https://wiki.mozilla.org/Security/Server_Side_TLS +# https://mozilla.github.io/server-side-tls/ssl-config-generator/ + +$SERVER["socket"] == ":443" { + protocol = "https://" + ssl.engine = "enable" + ssl.disable-client-renegotiation = "enable" + + # ssl.pemfile: path to the PEM file for SSL support + # (Should contain both the private key and the certificate) + ## If you have a .crt and a .key file, cat them together into a single PEM file: + ## $ cat lighttpd.key lighttpd.crt > lighttpd.pem + ssl.pemfile = "/etc/lighttpd/ssl/server.pem" + # ssl.ca-file: path to the CA file for support of chained certificates +# ssl.ca-file = "/etc/lighttpd/ssl/chain.pem" + + # for DH/DHE ciphers, dhparam should be >= 2048-bit + # Generate with: + # openssl dhparam -out dh2048.pem -outform PEM -2 2048 +# ssl.dh-file = "/etc/lighttpd/ssl/dhparam.pem" + # ECDH/ECDHE ciphers curve strength (see `openssl ecparam -list_curves`) +# ssl.ec-curve = "secp384r1" + # Compression is by default off at compile-time, but use if needed +# ssl.use-compression = "disable" + + # Environment flag for HTTPS enabled +# setenv.add-environment = ( +# "HTTPS" => "on" +# ) + + # intermediate configuration, tweak to your needs + ssl.use-sslv2 = "disable" + ssl.use-sslv3 = "disable" + ssl.honor-cipher-order = "enable" + # If you know you have RSA keys (standard), you can use: + #ssl.cipher-list = "aRSA+HIGH !3DES +kEDH +kRSA !kSRP !kPSK" + # The more generic version (without the restriction to RSA keys) is + #ssl.cipher-list = "HIGH !aNULL !3DES +kEDH +kRSA !kSRP !kPSK" + # List from https://mozilla.github.io/server-side-tls/ssl-config-generator/ + ssl.cipher-list = "ECDHE-ECDSA-CHACHA20-POLY1305:ECDHE-RSA-CHACHA20-POLY1305:ECDHE-ECDSA-AES128-GCM-SHA256:ECDHE-RSA-AES128-GCM-SHA256:ECDHE-ECDSA-AES256-GCM-SHA384:ECDHE-RSA-AES256-GCM-SHA384:DHE-RSA-AES128-GCM-SHA256:DHE-RSA-AES256-GCM-SHA384:ECDHE-ECDSA-AES128-SHA256:ECDHE-RSA-AES128-SHA256:ECDHE-ECDSA-AES128-SHA:ECDHE-RSA-AES256-SHA384:ECDHE-RSA-AES128-SHA:ECDHE-ECDSA-AES256-SHA384:ECDHE-ECDSA-AES256-SHA:ECDHE-RSA-AES256-SHA:DHE-RSA-AES128-SHA256:DHE-RSA-AES128-SHA:DHE-RSA-AES256-SHA256:DHE-RSA-AES256-SHA:ECDHE-ECDSA-DES-CBC3-SHA:ECDHE-RSA-DES-CBC3-SHA:EDH-RSA-DES-CBC3-SHA:AES128-GCM-SHA256:AES256-GCM-SHA384:AES128-SHA256:AES256-SHA256:AES128-SHA:AES256-SHA:DES-CBC3-SHA:!DSS" + + # HSTS(15768000 seconds = 6 months) +# setenv.add-response-header = ( +# "Strict-Transport-Security" => "max-age=15768000;" +# ) + + $HTTP["useragent"] =~ "MSIE" { + server.max-keep-alive-requests = 0 + } +} diff --git a/test-port-setup.patch b/test-port-setup.patch index 16c3b5d..cb02c9d 100644 --- a/test-port-setup.patch +++ b/test-port-setup.patch @@ -1,3 +1,7 @@ + +TODO: upstream it: +https://github.com/lighttpd/lighttpd1.4/pull/69 + --- lighttpd-1.4.30/tests/LightyTest.pm~ 2010-02-02 01:28:20.000000000 +0200 +++ lighttpd-1.4.30/tests/LightyTest.pm 2011-12-19 14:37:44.255526606 +0200 @@ -43,7 +43,7 @@ -- 2.44.0