17d0c36eed
Read hostname from absolute uris in the request line (fixes #1937)
stbuehler2009-10-11 18:31:25 +00:00
94625e1d39
mod_webdav: Delete old properties before updating new for MOVE (fixes #1317)
stbuehler2009-10-11 17:22:24 +00:00
a55f82a392
mod_webdav: Delete old properties before updating new for MOVE (fixes #1317)
stbuehler2009-10-11 17:22:24 +00:00
e1e2e84dce
mod_webdav: Patch to skip login information for domain part of Destination field (fixes #1793)
stbuehler2009-10-11 17:16:16 +00:00
cef23f08d3
mod_webdav: Patch to skip login information for domain part of Destination field (fixes #1793)
stbuehler2009-10-11 17:16:16 +00:00
e58eeb54e1
Revert to _GNU_SOURCE before <time.h> for strptime
stbuehler2009-10-11 16:45:24 +00:00
56adf372fb
Revert to _GNU_SOURCE before <time.h> for strptime
stbuehler2009-10-11 16:45:24 +00:00
3c74a4c203
Add _XOPEN_SOURCE for strptime
stbuehler2009-10-11 16:29:38 +00:00
844d2e9ef5
Add _XOPEN_SOURCE for strptime
stbuehler2009-10-11 16:29:38 +00:00
baccbcddc2
Add <sys/types.h> before including event backends
stbuehler2009-10-11 14:54:33 +00:00
3d22a09b51
Add <sys/types.h> before including event backends
stbuehler2009-10-11 14:54:33 +00:00
d8f4f162fc
Fix some compile problems from header inclusion reorder patch
stbuehler2009-10-11 14:48:08 +00:00
122831dc17
Fix some compile problems from header inclusion reorder patch
stbuehler2009-10-11 14:48:08 +00:00
5598566880
Fix header inclusion order, always include "config.h" before any system header
stbuehler2009-10-11 14:31:42 +00:00
22e8b456a9
Fix header inclusion order, always include "config.h" before any system header
stbuehler2009-10-11 14:31:42 +00:00
b19f250001
Remember keep-alive-idle in separate variable (fixes #1988)
stbuehler2009-10-11 13:16:03 +00:00
d69683ddb5
Remember keep-alive-idle in separate variable (fixes #1988)
stbuehler2009-10-11 13:16:03 +00:00
a2d4056c12
- Combine Cache-Control header value in mod_expire to existing HTTP header if header already added by other modules (fixes #2068)
Elan Ruusamäe
2009-09-21 13:15:57 +00:00
6c75b7bf24
- Combine Cache-Control header value in mod_expire to existing HTTP header if header already added by other modules (fixes #2068)
Elan Ruusamäe
2009-09-21 13:15:57 +00:00
a2e6856030
- space cosmetic for last commit
Elan Ruusamäe
2009-09-14 10:41:13 +00:00
e74295262b
- space cosmetic for last commit
Elan Ruusamäe
2009-09-14 10:41:13 +00:00
2613f4005e
- include query string in fastcgi backend errors
Elan Ruusamäe
2009-09-14 09:57:08 +00:00
cb1ad7b130
- include query string in fastcgi backend errors
Elan Ruusamäe
2009-09-14 09:57:08 +00:00
7103c63497
Fixed some small non-critical leaks reported by cppcheck
stbuehler2009-09-01 14:03:59 +00:00
f9e65e8500
Fixed some small non-critical leaks reported by cppcheck
stbuehler2009-09-01 14:03:59 +00:00
46fed0fff8
Create m4/ directory in autogen.sh
stbuehler2009-08-29 12:59:25 +00:00
34d3f7da99
Create m4/ directory in autogen.sh
stbuehler2009-08-29 12:59:25 +00:00
ce741241b5
Fix autogen.sh (used mysql-proxy as template)
stbuehler2009-08-29 11:39:19 +00:00
759121da93
Fix autogen.sh (used mysql-proxy as template)
stbuehler2009-08-29 11:39:19 +00:00
a132a60860
Print an error if you use too many captures in a regex pattern (fixes #2059)
stbuehler2009-08-28 19:30:48 +00:00
543f8040d3
Print an error if you use too many captures in a regex pattern (fixes #2059)
stbuehler2009-08-28 19:30:48 +00:00
419b87ad80
Use linux-epoll by default if available (fixes #2021, thx Olaf van der Spek)
stbuehler2009-08-12 18:27:18 +00:00
5ae8685604
Use linux-epoll by default if available (fixes #2021, thx Olaf van der Spek)
stbuehler2009-08-12 18:27:18 +00:00
3ff0616c99
tests: fix endless loop if connect fails without the child dying
stbuehler2009-08-08 12:51:05 +00:00
0eff441bb6
tests: fix endless loop if connect fails without the child dying
stbuehler2009-08-08 12:51:05 +00:00
7b324fe6eb
Set tm.tm_isdst = 0 before mktime() (fixes #2047)
stbuehler2009-08-06 08:33:19 +00:00
0413cf0ecf
Set tm.tm_isdst = 0 before mktime() (fixes #2047)
stbuehler2009-08-06 08:33:19 +00:00
3d5d5f17ff
Print errors from include_shell to stderr
stbuehler2009-07-30 18:15:04 +00:00
956b6e1924
Print errors from include_shell to stderr
stbuehler2009-07-30 18:15:04 +00:00
de510bb0d7
Show "no uri specified -> 400" error only when "debug.log-request-header-on-error" is enabled (fixes #2030)
stbuehler2009-07-13 13:48:29 +00:00
1b2cc3bb66
Show "no uri specified -> 400" error only when "debug.log-request-header-on-error" is enabled (fixes #2030)
stbuehler2009-07-13 13:48:29 +00:00
370b52678e
Reset ignored signals to SIG_DFL before exec() in fastcgi/scgi (fixes #2029)
stbuehler2009-07-13 13:41:44 +00:00
839aa7dbd9
Reset ignored signals to SIG_DFL before exec() in fastcgi/scgi (fixes #2029)
stbuehler2009-07-13 13:41:44 +00:00