6ec79b9fa4
Fix url encoding to encode more characters (#266)
stbuehler2008-08-01 17:54:04 +00:00
d62f894344
Fix url encoding to encode more characters (#266)
stbuehler2008-08-01 17:54:04 +00:00
1f416683f3
Insert many con->mode checks; they should prevent two modules to handle the same request if they shouldn't (#631)
stbuehler2008-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)
stbuehler2008-08-01 16:13:34 +00:00
a28cd8daa9
Fix buffer_reset to make an empty string
stbuehler2008-08-01 11:24:06 +00:00
f7dd7203e2
Fix buffer_reset to make an empty string
stbuehler2008-08-01 11:24:06 +00:00
d0d3179d3b
Use filedescriptor 0 for mod_scgi spawn socket, redirect STDERR to /dev/null (#1716)
stbuehler2008-07-31 10:28:22 +00:00
60b90dad70
Use filedescriptor 0 for mod_scgi spawn socket, redirect STDERR to /dev/null (#1716)
stbuehler2008-07-31 10:28:22 +00:00
511e58566c
Handle EAGAIN and EINTR for freebsd sendfile (#1675)
stbuehler2008-07-31 10:28:20 +00:00
c1662bcf8a
Handle EAGAIN and EINTR for freebsd sendfile (#1675)
stbuehler2008-07-31 10:28:20 +00:00
8a43fc97f9
Fix mod_secdownload problem with unsigned time_t (#1688)
stbuehler2008-07-31 10:28:18 +00:00
3f791f46d5
Fix mod_secdownload problem with unsigned time_t (#1688)
stbuehler2008-07-31 10:28:18 +00:00
68067a7322
Handle only HEAD, GET and POST in mod_dirlisting (same as in staticfile) (#1687)
stbuehler2008-07-30 21:37:30 +00:00
0c16fddde3
Handle only HEAD, GET and POST in mod_dirlisting (same as in staticfile) (#1687)
stbuehler2008-07-30 21:37:30 +00:00
18204e180e
case insensitive match for secdownload md5 token (#1710)
stbuehler2008-07-30 21:16:25 +00:00
41868422f3
case insensitive match for secdownload md5 token (#1710)
stbuehler2008-07-30 21:16:25 +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))
stbuehler2008-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))
stbuehler2008-07-30 19:38:32 +00:00
44e15591eb
fixed typo in mod_accesslog, localtime instead of localtime_r (#1699)
stbuehler2008-07-30 16:42:14 +00:00
25c7c7f3f8
fixed typo in mod_accesslog, localtime instead of localtime_r (#1699)
stbuehler2008-07-30 16:42:14 +00:00
d1008a2f2c
[tests] remove env TODO test: don't use undefined env vars
stbuehler2008-07-29 21:22:36 +00:00
2bd973108d
[tests] remove env TODO test: don't use undefined env vars
stbuehler2008-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)
stbuehler2008-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)
stbuehler2008-07-29 21:22:28 +00:00
5ad292dddb
[tests] Remove pidfile from test system
stbuehler2008-07-29 21:22:13 +00:00
cbd40dc44b
[tests] Remove pidfile from test system
stbuehler2008-07-29 21:22:13 +00:00
621cbaa6e4
[tests] Fixed test system, use foreground daemons and waitpid
stbuehler2008-07-29 21:21:34 +00:00
0b257bcefa
[tests] Fixed test system, use foreground daemons and waitpid
stbuehler2008-07-29 21:21:34 +00:00
5c87ffd204
fixed #729: Incorrect PATH_INFO when FastCGI is serving "/", use "fix-root-scriptname" => "enable" to workaround
xuefer2008-05-22 10:04:01 +00:00
b5632eada1
fixed #729: Incorrect PATH_INFO when FastCGI is serving "/", use "fix-root-scriptname" => "enable" to workaround
xuefer2008-05-22 10:04:01 +00:00
5b3656cc76
avoid undefined index triggered by user's php.ini
xuefer2008-05-22 06:50:01 +00:00
765d3cbe6a
avoid undefined index triggered by user's php.ini
xuefer2008-05-22 06:50:01 +00:00
9bd84bfc38
build mod_extforward in scons
xuefer2008-05-22 06:28:08 +00:00
695a227783
build mod_extforward in scons
xuefer2008-05-22 06:28:08 +00:00
61402be4a1
mark testcase executable
xuefer2008-05-22 06:25:54 +00:00
ead7276368
mark testcase executable
xuefer2008-05-22 06:25:54 +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
stbuehler2008-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
stbuehler2008-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)
stbuehler2008-04-23 19:10:42 +00:00