Commit Graph

  • 9ec477a374 - fixed load-balancing (#480) - added fastcgi.map-extensions weigon 2006-01-31 12:05:03 +00:00
  • 29d546c1ee - removed the session-id code - prepared exporting cookies to cml - CACHE_HIT and _MISS are booleans now weigon 2006-01-31 10:57:36 +00:00
  • ca33bec31a - removed the session-id code - prepared exporting cookies to cml - CACHE_HIT and _MISS are booleans now weigon 2006-01-31 10:57:36 +00:00
  • a1453a4cb8 set SEQENTIAL READ on the sendfile file-fds weigon 2006-01-31 10:56:37 +00:00
  • 754f950fc1 set SEQENTIAL READ on the sendfile file-fds weigon 2006-01-31 10:56:37 +00:00
  • b81a33aeeb - darwin 7 doesn't like madvise - use posix_madvise instead of madvise weigon 2006-01-31 10:56:01 +00:00
  • 869b6d4585 - darwin 7 doesn't like madvise - use posix_madvise instead of madvise weigon 2006-01-31 10:56:01 +00:00
  • bfebf92926 fixed crash cause by missing comma (patch from <bobby@alphatrade.com>) weigon 2006-01-25 09:58:43 +00:00
  • de3bdbf1a2 fixed crash cause by missing comma (patch from <bobby@alphatrade.com>) weigon 2006-01-25 09:58:43 +00:00
  • 00b9acb532 added Help text (scons -h) and a option to pass CC weigon 2006-01-20 19:42:33 +00:00
  • 649cc0b7bc added Help text (scons -h) and a option to pass CC weigon 2006-01-20 19:42:33 +00:00
  • bc44bed781 implement global context xuefer 2006-01-20 08:45:07 +00:00
  • bf67fb1413 implement global context xuefer 2006-01-20 08:45:07 +00:00
  • 4a489eb90f less confusing/misleading on conditional backreference xuefer 2006-01-20 08:36:12 +00:00
  • 1d97323652 less confusing/misleading on conditional backreference xuefer 2006-01-20 08:36:12 +00:00
  • 26a4be5e63 typo in Example xuefer 2006-01-15 09:04:40 +00:00
  • 74515e64d2 typo in Example xuefer 2006-01-15 09:04:40 +00:00
  • b43cf3358a updated to latest news lighttpd-1.4.9 weigon 2006-01-14 18:39:00 +00:00
  • 123c98a3ef updated to latest news weigon 2006-01-14 18:39:00 +00:00
  • ecbb96384b give a warning on duplicate response headers weigon 2006-01-14 18:38:15 +00:00
  • df016dc983 give a warning on duplicate response headers weigon 2006-01-14 18:38:15 +00:00
  • 6d593a2bbd added comment about applying response header multiple times weigon 2006-01-14 18:37:16 +00:00
  • 866af7bc31 added comment about applying response header multiple times weigon 2006-01-14 18:37:16 +00:00
  • fdc5633fbd this should fix the 'missing cleanup' msg for mod_mysql_vhost weigon 2006-01-14 18:36:45 +00:00
  • 56109968f1 this should fix the 'missing cleanup' msg for mod_mysql_vhost weigon 2006-01-14 18:36:45 +00:00
  • 1790a1408d only apply setenv once per request weigon 2006-01-14 18:36:20 +00:00
  • 487723d947 only apply setenv once per request weigon 2006-01-14 18:36:20 +00:00
  • 5a067e6807 added tests for lowercase filesysytems made mod_access aware of lowercase filesystems weigon 2006-01-14 17:47:17 +00:00
  • 6842dbb724 added tests for lowercase filesysytems made mod_access aware of lowercase filesystems weigon 2006-01-14 17:47:17 +00:00
  • e37125cb91 document the socket.bind + unix-domain-socket handling weigon 2006-01-14 17:07:25 +00:00
  • ab4fddbda1 document the socket.bind + unix-domain-socket handling weigon 2006-01-14 17:07:25 +00:00
  • 5bf150ecd9 remove unix domain socket if it is unused before binding to it (fixes #395) weigon 2006-01-14 17:02:44 +00:00
  • 0f437f2c23 remove unix domain socket if it is unused before binding to it (fixes #395) weigon 2006-01-14 17:02:44 +00:00
  • 7da1a83cb7 get known to the CONNECT method weigon 2006-01-14 08:15:10 +00:00
  • 28e5c53a97 get known to the CONNECT method weigon 2006-01-14 08:15:10 +00:00
  • ab91750bec ENCODING_MINIMAL_XML was missing in last commit weigon 2006-01-14 08:14:24 +00:00
  • c1d6012ce9 ENCODING_MINIMAL_XML was missing in last commit weigon 2006-01-14 08:14:24 +00:00
  • 798b2f23f6 fixed error-msg weigon 2006-01-14 08:11:10 +00:00
  • e41496fba7 fixed error-msg weigon 2006-01-14 08:11:10 +00:00
  • eb90363258 fixed encoding of UTF8 data (Jani Taskinen <sniper@iki.fi>) weigon 2006-01-12 22:01:26 +00:00
  • a1e6331f04 fixed encoding of UTF8 data (Jani Taskinen <sniper@iki.fi>) weigon 2006-01-12 22:01:26 +00:00
  • 2f10d75616 improved docs (patch by <robe@amd.co.at>) weigon 2006-01-12 21:59:46 +00:00
  • ad712a18be improved docs (patch by <robe@amd.co.at>) weigon 2006-01-12 21:59:46 +00:00
  • a102d7981f improved the htdigest example weigon 2006-01-12 18:34:26 +00:00
  • 70120a0299 improved the htdigest example weigon 2006-01-12 18:34:26 +00:00
  • be3709e78a renamed server.force-lower-case-files to server.force-lowercase-filenams - use case-insensitive matches for mod_auth too if the FS is lower-case weigon 2006-01-11 23:05:06 +00:00
  • 4afd2ae2af renamed server.force-lower-case-files to server.force-lowercase-filenams - use case-insensitive matches for mod_auth too if the FS is lower-case weigon 2006-01-11 23:05:06 +00:00
  • d21f27d374 oops, split the path on the final path to the binary itself weigon 2006-01-11 23:04:04 +00:00
  • ebb0efb457 oops, split the path on the final path to the binary itself weigon 2006-01-11 23:04:04 +00:00
  • f68cecf5e4 fixed chkconfig on install weigon 2006-01-11 16:04:31 +00:00
  • 45b98c63a3 fixed chkconfig on install weigon 2006-01-11 16:04:31 +00:00
  • 2f2dc85607 fixed typo ( fixes #453 ) weigon 2006-01-11 10:20:35 +00:00
  • 942e416d3e fixed typo ( fixes #453 ) weigon 2006-01-11 10:20:35 +00:00
  • d16191af32 fixed wording weigon 2006-01-11 10:18:58 +00:00
  • fbcecd3303 fixed wording weigon 2006-01-11 10:18:58 +00:00
  • e0642ec7d3 fixed mem-leak (fixes #450) weigon 2006-01-11 10:18:30 +00:00
  • fc813b7d35 fixed mem-leak (fixes #450) weigon 2006-01-11 10:18:30 +00:00
  • f959fa8fed fixed typo weigon 2006-01-11 10:18:01 +00:00
  • 1e21941a94 fixed typo weigon 2006-01-11 10:18:01 +00:00
  • 57836c6043 fixed example (fixes #456) weigon 2006-01-11 10:17:23 +00:00
  • 8b4101e08c fixed example (fixes #456) weigon 2006-01-11 10:17:23 +00:00
  • 01565f2dd1 fixed wording in error-msgs weigon 2006-01-11 10:16:17 +00:00
  • 8cf82a44a1 fixed wording in error-msgs weigon 2006-01-11 10:16:17 +00:00
  • e99d078e31 handle a sendfile() = 0 is connection closed by remote side weigon 2006-01-09 16:53:47 +00:00
  • e485768d1e handle a sendfile() = 0 is connection closed by remote side weigon 2006-01-09 16:53:47 +00:00
  • 3567a42a7b detect required static libs through ldd weigon 2006-01-08 18:42:12 +00:00
  • 2a4080a88b detect required static libs through ldd weigon 2006-01-08 18:42:12 +00:00
  • 9893c659fe documented server-stats weigon 2006-01-08 18:41:46 +00:00
  • 71b65a61d5 documented server-stats weigon 2006-01-08 18:41:46 +00:00
  • 3ff7de511b fixed 'return 414 on overlong request-headers' - 501 was returned if a unknown Method was used weigon 2006-01-08 18:41:08 +00:00
  • f27b8d0168 fixed 'return 414 on overlong request-headers' - 501 was returned if a unknown Method was used weigon 2006-01-08 18:41:08 +00:00
  • aaedfe4eb8 chdir to the bin-path dir before exec()ing the to-be-spawned fastcgi backend - fixes #331 weigon 2006-01-07 20:13:50 +00:00
  • 4a86d31562 chdir to the bin-path dir before exec()ing the to-be-spawned fastcgi backend - fixes #331 weigon 2006-01-07 20:13:50 +00:00
  • 1af11ccc5b new build_static/build_fullstatic/build_dynamic option install lighttpd to sbindir as the autoconf version xuefer 2006-01-07 10:10:17 +00:00
  • 5da3530140 new build_static/build_fullstatic/build_dynamic option install lighttpd to sbindir as the autoconf version xuefer 2006-01-07 10:10:17 +00:00
  • 5747696725 ok, rel_path is not updated by mod_indexfile or the pathinfo handling weigon 2006-01-06 13:32:17 +00:00
  • ea57fa1747 ok, rel_path is not updated by mod_indexfile or the pathinfo handling weigon 2006-01-06 13:32:17 +00:00
  • db0be1f7d9 use physical.rel_path instead url.path to handle case-insensitive file-systems in the right way weigon 2006-01-06 02:36:54 +00:00
  • 415e215746 use physical.rel_path instead url.path to handle case-insensitive file-systems in the right way weigon 2006-01-06 02:36:54 +00:00
  • 16d977041b added a fullstatic target weigon 2006-01-05 00:33:23 +00:00
  • 77083977ae added a fullstatic target weigon 2006-01-05 00:33:23 +00:00
  • c81a623745 added static building of lighttpd weigon 2006-01-04 23:31:32 +00:00
  • a5e280fd4b added static building of lighttpd weigon 2006-01-04 23:31:32 +00:00
  • 8aacadf18d added a comment what to do before we have Expect: support weigon 2006-01-04 23:30:42 +00:00
  • 0ef0742654 added a comment what to do before we have Expect: support weigon 2006-01-04 23:30:42 +00:00
  • 3c3dde4f84 - added mod_evasive to the autoconf build - ignore connections from the count which are not yet initialized weigon 2006-01-04 23:30:07 +00:00
  • 78fe973055 - added mod_evasive to the autoconf build - ignore connections from the count which are not yet initialized weigon 2006-01-04 23:30:07 +00:00
  • 736a0902cb removed dead code which led to a collision on libsasl2 anyway weigon 2006-01-04 23:29:02 +00:00
  • 8a010e16fb removed dead code which led to a collision on libsasl2 anyway weigon 2006-01-04 23:29:02 +00:00
  • 874ca13a55 cosmetics and added a comment about the order in the STATE enum weigon 2006-01-04 23:28:09 +00:00
  • ded1e9a834 cosmetics and added a comment about the order in the STATE enum weigon 2006-01-04 23:28:09 +00:00
  • dd595edc86 fix hang if mod_status is used without mod_fastcgi (fixes #439) weigon 2006-01-04 23:27:22 +00:00
  • 7096a842b8 fix hang if mod_status is used without mod_fastcgi (fixes #439) weigon 2006-01-04 23:27:22 +00:00
  • 7b9bd9ddb6 don't strip numbers from the starting env (fixed #438) weigon 2006-01-04 10:38:36 +00:00
  • abe6d62a02 don't strip numbers from the starting env (fixed #438) weigon 2006-01-04 10:38:36 +00:00
  • 0e5b312683 added statistics to the fastcgi module and a simple text/plain reporter to mod_status weigon 2006-01-04 01:03:32 +00:00
  • bc95f8024a added statistics to the fastcgi module and a simple text/plain reporter to mod_status weigon 2006-01-04 01:03:32 +00:00
  • 849b6b0d44 Depth: 1 PROPFIND request have to include the requested collection too - this fixes an error with kde ioslave for webdav seen in krusader weigon 2006-01-03 23:48:17 +00:00
  • cd4fd6f4d3 Depth: 1 PROPFIND request have to include the requested collection too - this fixes an error with kde ioslave for webdav seen in krusader weigon 2006-01-03 23:48:17 +00:00
  • f27fa59642 print usefull information if the backend crashes for some reason weigon 2006-01-03 15:20:47 +00:00