このウェブサイトにはJavaScriptが必要です。
f723cbd32d
Silenced the annoying "request timed out" warning, enable with the "debug.log-timeouts" option (fixes #1529 )
Stefan Bühler
2009-02-05 21:54:47 +00:00
22bee5ad52
Silenced the annoying "request timed out" warning, enable with the "debug.log-timeouts" option (fixes #1529 )
Stefan Bühler
2009-02-05 21:54:47 +00:00
b62a1aa765
Fix error handling in freebsd-sendfile (fixes #1813 )
Stefan Bühler
2009-02-05 11:45:02 +00:00
9960b1a3ed
Fix error handling in freebsd-sendfile (fixes #1813 )
Stefan Bühler
2009-02-05 11:45:02 +00:00
60c594cbb2
[cmake] Fix package version in binary
Stefan Bühler
2009-02-05 11:45:01 +00:00
705fcaaff1
[cmake] Fix package version in binary
Stefan Bühler
2009-02-05 11:45:01 +00:00
9a6a500c4d
Fix max-connection limit handling/100% cpu usage (fixes #1436 )
Stefan Bühler
2009-02-05 10:53:24 +00:00
24d08807c5
Fix max-connection limit handling/100% cpu usage (fixes #1436 )
Stefan Bühler
2009-02-05 10:53:24 +00:00
83151a132a
Use modified etags in mod_compress (fixes #1800 )
Stefan Bühler
2009-02-04 17:30:18 +00:00
f0bbc7468c
Use modified etags in mod_compress (fixes #1800 )
Stefan Bühler
2009-02-04 17:30:18 +00:00
15368f77ee
Add option to ignore the "Expect: 100-continue" header instead of returning 417 Expectation failed (closes #1017 )
Stefan Bühler
2009-02-04 15:16:29 +00:00
cb91487c8d
Add option to ignore the "Expect: 100-continue" header instead of returning 417 Expectation failed (closes #1017 )
Stefan Bühler
2009-02-04 15:16:29 +00:00
0bcbf5eb14
Allow mod_compress to return 304 (Not Modified); compress ignores the static-file.etags option.(fixes #1884 )
Stefan Bühler
2009-02-04 10:27:42 +00:00
fdcb6f60f4
Allow mod_compress to return 304 (Not Modified); compress ignores the static-file.etags option.(fixes #1884 )
Stefan Bühler
2009-02-04 10:27:42 +00:00
c7a1ca498c
Use/enforce sane max-connection values (fixes #1803 )
Stefan Bühler
2009-02-03 22:53:23 +00:00
4456b579b7
Use/enforce sane max-connection values (fixes #1803 )
Stefan Bühler
2009-02-03 22:53:23 +00:00
3dff901b3b
Disable SSLv2 by default
Stefan Bühler
2009-02-03 22:10:25 +00:00
e62b8c19bc
Disable SSLv2 by default
Stefan Bühler
2009-02-03 22:10:25 +00:00
5291e07595
Remove floating point math from server.c (fixes #1402 )
Stefan Bühler
2009-02-03 21:02:18 +00:00
832ff277f2
Remove floating point math from server.c (fixes #1402 )
Stefan Bühler
2009-02-03 21:02:18 +00:00
b948034576
Some small buffer.c fixes (closes #1837 )
Stefan Bühler
2009-02-03 20:59:03 +00:00
4642508de3
Some small buffer.c fixes (closes #1837 )
Stefan Bühler
2009-02-03 20:59:03 +00:00
69314ceebf
Fix wrong malloc sizes in mod_accesslog (probably nothing bad happened...) (fixes #1855 , thx ycheng)
Stefan Bühler
2009-02-03 20:16:20 +00:00
96eb3cf47c
Fix wrong malloc sizes in mod_accesslog (probably nothing bad happened...) (fixes #1855 , thx ycheng)
Stefan Bühler
2009-02-03 20:16:20 +00:00
0e4eb52d4f
- Do not pass Proxy-Connection: header from client to backend http server in mod_proxy (#1877 )
Elan Ruusamäe
2009-01-19 12:32:37 +00:00
ce9409a397
- Do not pass Proxy-Connection: header from client to backend http server in mod_proxy (#1877 )
Elan Ruusamäe
2009-01-19 12:32:37 +00:00
8f5bfc9a2b
Fix uninitialized value in time struct after strptime
Stefan Bühler
2008-12-18 22:23:26 +00:00
3d20850451
Fix uninitialized value in time struct after strptime
Stefan Bühler
2008-12-18 22:23:26 +00:00
5e9c99f659
Optimized buffer usage in mod_proxy (fixes #1850 )
Stefan Bühler
2008-12-18 22:12:11 +00:00
79e229c1f0
Optimized buffer usage in mod_proxy (fixes #1850 )
Stefan Bühler
2008-12-18 22:12:11 +00:00
f9d46ab59d
Fix configure/cmake defines and checks
Stefan Bühler
2008-12-07 15:22:52 +00:00
0dea6999b5
Fix configure/cmake defines and checks
Stefan Bühler
2008-12-07 15:22:52 +00:00
97e885fb97
Use FD_CLOEXEC if possible (fixes #1821 )
Stefan Bühler
2008-12-07 15:22:49 +00:00
21c5377d3f
Use FD_CLOEXEC if possible (fixes #1821 )
Stefan Bühler
2008-12-07 15:22:49 +00:00
0ac260fba2
Revert url decoding+simplifying before matching of mod_rewrite/mod_redirect
Stefan Bühler
2008-12-07 15:22:42 +00:00
36f74e5d23
Revert url decoding+simplifying before matching of mod_rewrite/mod_redirect
Stefan Bühler
2008-12-07 15:22:42 +00:00
ed8ab97537
[cmake] Fix ipv6 detection
Stefan Bühler
2008-12-05 23:39:51 +00:00
a64e7cd46b
[cmake] Fix ipv6 detection
Stefan Bühler
2008-12-05 23:39:51 +00:00
71361623a1
[cmake] Add basic cmake support
Stefan Bühler
2008-12-05 22:30:32 +00:00
454aefc51a
[cmake] Add basic cmake support
Stefan Bühler
2008-12-05 22:30:32 +00:00
f35436f72a
[tests] Fix tests/mod-compress.conf distribution
Stefan Bühler
2008-12-05 22:27:51 +00:00
34172dfb09
[tests] Fix tests/mod-compress.conf distribution
Stefan Bühler
2008-12-05 22:27:51 +00:00
d9f34c1a1a
Compare address family in inet_ntop_cache
Stefan Bühler
2008-10-16 12:42:22 +00:00
bcf2b160cf
Compare address family in inet_ntop_cache
Stefan Bühler
2008-10-16 12:42:22 +00:00
429369b767
return mapped events for linux-sysepoll (worked as they have the same values)
Stefan Bühler
2008-10-16 12:42:20 +00:00
ae90172ad3
return mapped events for linux-sysepoll (worked as they have the same values)
Stefan Bühler
2008-10-16 12:42:20 +00:00
a4cdd4e63c
Fix fastcgi-authorizer handling; Status: 200 is now accepted as the doc requests
Stefan Bühler
2008-10-16 12:42:18 +00:00
2a765780da
Fix fastcgi-authorizer handling; Status: 200 is now accepted as the doc requests
Stefan Bühler
2008-10-16 12:42:18 +00:00
10813192d6
mod_alias: use log_error_write instead of fprintf
Stefan Bühler
2008-10-16 12:42:15 +00:00
f786a82aa8
mod_alias: use log_error_write instead of fprintf
Stefan Bühler
2008-10-16 12:42:15 +00:00
703b02c7be
- add link to changeset
Elan Ruusamäe
2008-10-13 14:14:13 +00:00
1efff8bf80
- add link to changeset
Elan Ruusamäe
2008-10-13 14:14:13 +00:00
72fdfd44d9
spawn-fcgi: Initialize socket address struct to zero
Stefan Bühler
2008-10-12 11:48:12 +00:00
c61122ddde
spawn-fcgi: Initialize socket address struct to zero
Stefan Bühler
2008-10-12 11:48:12 +00:00
0b7b1764b2
Check for lua and lua5.1 as pkg-config name with autotools
Stefan Bühler
2008-10-12 11:48:09 +00:00
376d613953
Check for lua and lua5.1 as pkg-config name with autotools
Stefan Bühler
2008-10-12 11:48:09 +00:00
168ec99b1c
Fixed fix for round-robin in mod_proxy (forgot to increment the index) (#1715 )
Stefan Bühler
2008-10-05 22:46:47 +00:00
4b197d05ec
Fixed fix for round-robin in mod_proxy (forgot to increment the index) (#1715 )
Stefan Bühler
2008-10-05 22:46:47 +00:00
800c3ec533
- updated doc from wiki
Elan Ruusamäe
2008-10-04 23:30:55 +00:00
d64b33e193
- updated doc from wiki
Elan Ruusamäe
2008-10-04 23:30:55 +00:00
89f3434924
- added cve numbers
Stefan Bühler
2008-10-04 21:21:09 +00:00
ab154ee528
- added cve numbers
Stefan Bühler
2008-10-04 21:21:09 +00:00
9f5024e883
Fix duplicate connection keep-alive/transfer-encoding headers (#960 )
Stefan Bühler
2008-10-04 16:10:29 +00:00
4db2292d50
Fix duplicate connection keep-alive/transfer-encoding headers (#960 )
Stefan Bühler
2008-10-04 16:10:29 +00:00
5a1d9edf1e
- Add possibility to disable methods in mod_compress (#1773 )
Elan Ruusamäe
2008-10-03 10:05:33 +00:00
c6c2bf8308
- Add possibility to disable methods in mod_compress (#1773 )
Elan Ruusamäe
2008-10-03 10:05:33 +00:00
bb4f844c38
Fix fastcgi authorization in subdirectories with check-local=disabled; don't split pathinfo for authorizer. (#963 )
Stefan Bühler
2008-10-01 20:08:23 +00:00
80a4f7a721
Fix fastcgi authorization in subdirectories with check-local=disabled; don't split pathinfo for authorizer. (#963 )
Stefan Bühler
2008-10-01 20:08:23 +00:00
8bab67aed0
Trust pcre-config, do not check for pcre manually (#1769 )
Stefan Bühler
2008-10-01 16:49:19 +00:00
87eea9e4c3
Trust pcre-config, do not check for pcre manually (#1769 )
Stefan Bühler
2008-10-01 16:49:19 +00:00
2385eb43e7
Do not cache default vhost in mod_simple_vhost (#709 )
Stefan Bühler
2008-10-01 16:49:15 +00:00
da4e28778f
Do not cache default vhost in mod_simple_vhost (#709 )
Stefan Bühler
2008-10-01 16:49:15 +00:00
f6824de91a
Try to convert string options to shorts for numeric options in config file; allows to use env-vars for numeric options. (#1159 , thx andrewb)
Stefan Bühler
2008-10-01 13:24:19 +00:00
65f4e4a8db
Try to convert string options to shorts for numeric options in config file; allows to use env-vars for numeric options. (#1159 , thx andrewb)
Stefan Bühler
2008-10-01 13:24:19 +00:00
1554d5c42b
Removed debian/, openwrt/ and cygwin/; they weren't kept up-to-date, and we decided to remove dist. specific stuff
Stefan Bühler
2008-09-30 21:13:42 +00:00
c426767ea2
Removed debian/, openwrt/ and cygwin/; they weren't kept up-to-date, and we decided to remove dist. specific stuff
Stefan Bühler
2008-09-30 21:13:42 +00:00
1c92b0316e
Fix leaving zombie process with include_shell (#1777 )
Stefan Bühler
2008-09-30 19:42:29 +00:00
b66dc12fda
Fix leaving zombie process with include_shell (#1777 )
Stefan Bühler
2008-09-30 19:42:29 +00:00
f6c61ae610
Now really fix mod auth ldap (#1066 )
Stefan Bühler
2008-09-30 15:30:06 +00:00
cfba07cb82
Now really fix mod auth ldap (#1066 )
Stefan Bühler
2008-09-30 15:30:06 +00:00
3f5093a075
Do not rely on ioctl FIONREAD (#673 )
Stefan Bühler
2008-09-30 14:28:12 +00:00
80a2ff3f3a
Do not rely on ioctl FIONREAD (#673 )
Stefan Bühler
2008-09-30 14:28:12 +00:00
48894ebc3d
Fix mod_cgi segfault when bound to unix domain socket (#653 )
Stefan Bühler
2008-09-30 14:20:59 +00:00
90bfe20bf5
Fix mod_cgi segfault when bound to unix domain socket (#653 )
Stefan Bühler
2008-09-30 14:20:59 +00:00
c33f34a832
Fix base64 decoding in mod_auth (#1757 , thx guido)
Stefan Bühler
2008-09-30 13:48:45 +00:00
8cfa29a7a2
Fix base64 decoding in mod_auth (#1757 , thx guido)
Stefan Bühler
2008-09-30 13:48:45 +00:00
c5e9d10f88
- next is 1.4.21
Stefan Bühler
2008-09-30 11:20:31 +00:00
47f133cbd0
- next is 1.4.21
Stefan Bühler
2008-09-30 11:20:31 +00:00
755469967b
[doc] added dir-listing.encoding to the example config
lighttpd-1.4.20
Stefan Bühler
2008-09-23 19:05:42 +00:00
78db184594
[doc] added dir-listing.encoding to the example config
Stefan Bühler
2008-09-23 19:05:42 +00:00
7fc94644eb
Use decoded url for matching in mod_redirect (#1720 )
Stefan Bühler
2008-09-22 10:16:55 +00:00
345462a45f
Use decoded url for matching in mod_redirect (#1720 )
Stefan Bühler
2008-09-22 10:16:55 +00:00
bb787cee54
Fix mod_rewrite memleak/endless loop detection (#1775 , thx phy - again!)
Stefan Bühler
2008-09-21 15:33:52 +00:00
c8bce9b4a5
Fix mod_rewrite memleak/endless loop detection (#1775 , thx phy - again!)
Stefan Bühler
2008-09-21 15:33:52 +00:00
a28f5cf2ca
Fix memleak in request header parsing (#1774 , thx qhy)
Stefan Bühler
2008-09-20 13:42:14 +00:00
3decb2647b
Fix memleak in request header parsing (#1774 , thx qhy)
Stefan Bühler
2008-09-20 13:42:14 +00:00
5e5954b9e5
fix auth.backend.ldap.bind-dn/pw problems (thx ruskie) - missing PATCH for them in mod_auth_patch_connection
Stefan Bühler
2008-09-19 16:02:34 +00:00
86766c10c5
fix auth.backend.ldap.bind-dn/pw problems (thx ruskie) - missing PATCH for them in mod_auth_patch_connection
Stefan Bühler
2008-09-19 16:02:34 +00:00
087aaf8fa5
workaround ldap connection leak if a ldap connection failed (restarting ldap)
Stefan Bühler
2008-09-17 14:25:42 +00:00
6d1d3fc203
workaround ldap connection leak if a ldap connection failed (restarting ldap)
Stefan Bühler
2008-09-17 14:25:42 +00:00