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
cfdcd8507f
Fix more warnings (unused var, pointer types in md5.c)
Stefan Bühler2008-04-29 21:01:00 +00:00
e93cb224c1
Fix more warnings (unused var, pointer types in md5.c)
Stefan Bühler2008-04-29 21:01:00 +00:00
92e8fba264
Fix warning of deprecated ldap api usage (define LDAP_DEPRECATED)
Stefan Bühler2008-04-29 21:00:01 +00:00
7b309ef770
Fix warning of deprecated ldap api usage (define LDAP_DEPRECATED)
Stefan Bühler2008-04-29 21:00:01 +00:00
735eeb1f11
Implement a clean way to open /dev/null and use it to close stdin/out/err in the needed places (#624)
Stefan Bühler2008-04-29 20:59:39 +00:00
93e7167f84
Implement a clean way to open /dev/null and use it to close stdin/out/err in the needed places (#624)
Stefan Bühler2008-04-29 20:59:39 +00:00
f8096a4373
Disable logging to access.log if filename is an empty string
Stefan Bühler2008-04-29 20:59:18 +00:00
f9999e286e
Disable logging to access.log if filename is an empty string
Stefan Bühler2008-04-29 20:59:18 +00:00
4ad1a10c90
Do not rely on PATH_MAX (POSIX does not require it) (#580)
Stefan Bühler2008-04-29 11:03:41 +00:00
cbdd9e485b
Do not rely on PATH_MAX (POSIX does not require it) (#580)
Stefan Bühler2008-04-29 11:03:41 +00:00
c6dc1415b0
Fixed many warnings (compare (un)signed, unused vars, and initialize with zero)
Stefan Bühler2008-04-29 11:03:26 +00:00
5a9992b106
Fixed many warnings (compare (un)signed, unused vars, and initialize with zero)
Stefan Bühler2008-04-29 11:03:26 +00:00
5a8203c49d
Remove generated mod_ssi_expreparser.h from source (should be generated by lemon)
Stefan Bühler2008-04-29 11:03:13 +00:00
7adc4d7e8c
Remove generated mod_ssi_expreparser.h from source (should be generated by lemon)
Stefan Bühler2008-04-29 11:03:13 +00:00
ce9dec0965
And now really delete lighttpd.spec.in itself
Stefan Bühler2008-04-23 20:01:51 +00:00
c431c5166f
And now really delete lighttpd.spec.in itself
Stefan Bühler2008-04-23 20:01:51 +00:00
233f0313d3
Remove lighttpd.spec* from source, fixing all problems with it ;-)
Stefan Bühler2008-04-23 19:54:35 +00:00
70c0280c92
Remove lighttpd.spec* from source, fixing all problems with it ;-)
Stefan Bühler2008-04-23 19:54:35 +00:00
059d00d5d7
Fix mod_magnet to set con->mode = p->id if it generates content, so returning 4xx/5xx doesn't append an error page
Stefan Bühler2008-04-23 19:27:12 +00:00
73189c64e7
Fix mod_magnet to set con->mode = p->id if it generates content, so returning 4xx/5xx doesn't append an error page
Stefan Bühler2008-04-23 19:27:12 +00:00
7bf291ea84
Allow all http status codes by default; disable body only for 204,205 and 304; generate error pages for 4xx and 5xx (#1639)
Stefan Bühler2008-04-23 19:10:42 +00:00
ac92ea3616
Allow all http status codes by default; disable body only for 204,205 and 304; generate error pages for 4xx and 5xx (#1639)
Stefan Bühler2008-04-23 19:10:42 +00:00