diff options
author | Daniel Gerzo <danger@FreeBSD.org> | 2009-02-21 18:38:01 +0000 |
---|---|---|
committer | Daniel Gerzo <danger@FreeBSD.org> | 2009-02-21 18:38:01 +0000 |
commit | 5601cdae582a5ec523def3695777499426968103 (patch) | |
tree | 64191e13eb1135952ab39c86cade8e480069acd3 /www/lighttpd/files | |
parent | 2c3a185e7afbc09faca14df350434cfff7880794 (diff) | |
download | ports-5601cdae582a5ec523def3695777499426968103.tar.gz ports-5601cdae582a5ec523def3695777499426968103.zip |
- update to 1.4.21
Changelog can be found at:
http://www.lighttpd.net/2009/2/16/1-4-21-yes-we-can-do-another-release
PR: ports/131755
Reviewed by: miwi
Approved by: portmgr (linimon)
Notes
Notes:
svn path=/head/; revision=228788
Diffstat (limited to 'www/lighttpd/files')
-rw-r--r-- | www/lighttpd/files/patch-src_mod_simple_vhost.c | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/www/lighttpd/files/patch-src_mod_simple_vhost.c b/www/lighttpd/files/patch-src_mod_simple_vhost.c new file mode 100644 index 000000000000..338521a44458 --- /dev/null +++ b/www/lighttpd/files/patch-src_mod_simple_vhost.c @@ -0,0 +1,13 @@ +Index: src/mod_simple_vhost.c +=================================================================== +--- src/mod_simple_vhost.c (revision 2398) ++++ src/mod_simple_vhost.c (revision 2399) +@@ -249,6 +249,8 @@ + return HANDLER_GO_ON; + } else { + buffer_copy_string_buffer(con->server_name, p->conf.default_host); ++ buffer_copy_string_buffer(con->physical.doc_root, p->doc_root); ++ + /* do not cache default host */ + return HANDLER_GO_ON; + } |