2aa6cc8d0f
Replaced fprintf with log_error_write in mod-fastcgi
Stefan Bühler2008-08-19 16:41:49 +00:00
b511c42939
Replaced fprintf with log_error_write in mod-fastcgi
Stefan Bühler2008-08-19 16:41:49 +00:00
1020c6ca8e
Add 'O' and 'X' to format characters in log_error_write upper case stands for "don't append space"; o/O is for off_t, x/X for int as hex
Stefan Bühler2008-08-19 16:41:42 +00:00
43a9842b28
Add 'O' and 'X' to format characters in log_error_write upper case stands for "don't append space"; o/O is for off_t, x/X for int as hex
Stefan Bühler2008-08-19 16:41:42 +00:00
504684e6ea
Fix format string bugs with sizeof(int)!=sizeof(size_t) in mod_accesslog for SYSLOG (assuming there are no access-log-lines > 2GB)
Stefan Bühler2008-08-19 16:41:36 +00:00
227d6f1b56
Fix format string bugs with sizeof(int)!=sizeof(size_t) in mod_accesslog for SYSLOG (assuming there are no access-log-lines > 2GB)
Stefan Bühler2008-08-19 16:41:36 +00:00
4303f125a3
Fix bug with case-insensitive filenames in mod_userdir (#1589)
Stefan Bühler2008-08-18 16:21:55 +00:00
43075bd42a
Fix bug with case-insensitive filenames in mod_userdir (#1589)
Stefan Bühler2008-08-18 16:21:55 +00:00
360b1e4925
Match headers case insensitive in response (removing of X-{Sendfile,LIGHTTPD-*}, catching Date/Server)
Stefan Bühler2008-08-12 19:47:49 +00:00
ec61ba0559
Match headers case insensitive in response (removing of X-{Sendfile,LIGHTTPD-*}, catching Date/Server)
Stefan Bühler2008-08-12 19:47:49 +00:00
1f416683f3
Insert many con->mode checks; they should prevent two modules to handle the same request if they shouldn't (#631)
Stefan Bühler2008-08-01 16:13:34 +00:00
ad12e4c5b2
Insert many con->mode checks; they should prevent two modules to handle the same request if they shouldn't (#631)
Stefan Bühler2008-08-01 16:13:34 +00:00
1cb5e5ad73
Replace buffer_{append,copy}_string with the _len variant where possible (#1732, thx crypt) Replace BUFFER_{APPEND,COPY}_STRING_CONST with _len(b, CONST_STRL_LEN(x))
Stefan Bühler2008-07-30 19:38:32 +00:00
52861d77df
Replace buffer_{append,copy}_string with the _len variant where possible (#1732, thx crypt) Replace BUFFER_{APPEND,COPY}_STRING_CONST with _len(b, CONST_STRL_LEN(x))
Stefan Bühler2008-07-30 19:38:32 +00:00
44e15591eb
fixed typo in mod_accesslog, localtime instead of localtime_r (#1699)
Stefan Bühler2008-07-30 16:42:14 +00:00
25c7c7f3f8
fixed typo in mod_accesslog, localtime instead of localtime_r (#1699)
Stefan Bühler2008-07-30 16:42:14 +00:00
d1008a2f2c
[tests] remove env TODO test: don't use undefined env vars
Stefan Bühler2008-07-29 21:22:36 +00:00
2bd973108d
[tests] remove env TODO test: don't use undefined env vars
Stefan Bühler2008-07-29 21:22:36 +00:00
7b1369a8fc
[tests] Fixed tests needing php running (if not running on port 1026, search php in env[PHP] or /usr/bin/php-cgi)
Stefan Bühler2008-07-29 21:22:28 +00:00
3bb07cad07
[tests] Fixed tests needing php running (if not running on port 1026, search php in env[PHP] or /usr/bin/php-cgi)
Stefan Bühler2008-07-29 21:22:28 +00:00
5c87ffd204
fixed #729: Incorrect PATH_INFO when FastCGI is serving "/", use "fix-root-scriptname" => "enable" to workaround
mOo2008-05-22 10:04:01 +00:00
b5632eada1
fixed #729: Incorrect PATH_INFO when FastCGI is serving "/", use "fix-root-scriptname" => "enable" to workaround
mOo2008-05-22 10:04:01 +00:00
5b3656cc76
avoid undefined index triggered by user's php.ini
mOo2008-05-22 06:50:01 +00:00
765d3cbe6a
avoid undefined index triggered by user's php.ini
mOo2008-05-22 06:50:01 +00:00
9bd84bfc38
build mod_extforward in scons
mOo2008-05-22 06:28:08 +00:00
695a227783
build mod_extforward in scons
mOo2008-05-22 06:28:08 +00:00
61402be4a1
mark testcase executable
mOo2008-05-22 06:25:54 +00:00
ead7276368
mark testcase executable
mOo2008-05-22 06:25:54 +00:00