1cb5e5ad73Replace 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
52861d77dfReplace 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
44e15591ebfixed typo in mod_accesslog, localtime instead of localtime_r (#1699)Stefan Bühler2008-07-30 16:42:14 +00:00
25c7c7f3f8fixed 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 varsStefan Bühler2008-07-29 21:22:36 +00:00
2bd973108d[tests] remove env TODO test: don't use undefined env varsStefan 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
7662839b3dClose connection in mod_magnet if returned status codeStefan Bühler2008-07-20 17:55:14 +00:00
f08cd32877Close connection in mod_magnet if returned status codeStefan Bühler2008-07-20 17:55:14 +00:00
fb6277d524Close connection after redirect in trigger_b4_dlStefan Bühler2008-07-20 12:58:18 +00:00
cf789917f7Close connection after redirect in trigger_b4_dlStefan Bühler2008-07-20 12:58:18 +00:00
4e1e0e4b3b- let spawn-fcgi propagate exit code from spawned fcgi application
Elan Ruusamäe
2008-07-14 15:45:05 +00:00
0f515626e4- let spawn-fcgi propagate exit code from spawned fcgi application
Elan Ruusamäe
2008-07-14 15:45:05 +00:00
a636eb39f1- print success message to stdout (for discarding it from initscripts)
Elan Ruusamäe
2008-07-14 14:47:39 +00:00
00e5a032d6- print success message to stdout (for discarding it from initscripts)
Elan Ruusamäe
2008-07-14 14:47:39 +00:00
29de91de47- strerror() wants errno as param not arbitary exit value from spawned child
Elan Ruusamäe
2008-07-14 14:40:52 +00:00
f08ffad238- strerror() wants errno as param not arbitary exit value from spawned child
Elan Ruusamäe
2008-07-14 14:40:52 +00:00
2cffdee6b0- revert unwanted commit
Elan Ruusamäe
2008-07-14 14:33:06 +00:00
5fa895e8ec- revert unwanted commit
Elan Ruusamäe
2008-07-14 14:33:06 +00:00
dd78d73cd0- merge spawn-fcgi changes from trunk (from @2191)
Elan Ruusamäe
2008-07-14 14:26:20 +00:00
ef95813dea- merge spawn-fcgi changes from trunk (from @2191)
Elan Ruusamäe
2008-07-14 14:26:20 +00:00
0dc8690df3- fix typo ;) #1691
Elan Ruusamäe
2008-06-17 16:32:05 +00:00
13576f67a6- fix typo ;) #1691
Elan Ruusamäe
2008-06-17 16:32:05 +00:00
5c87ffd204fixed #729: Incorrect PATH_INFO when FastCGI is serving "/", use "fix-root-scriptname" => "enable" to workaroundmOo2008-05-22 10:04:01 +00:00
b5632eada1fixed #729: Incorrect PATH_INFO when FastCGI is serving "/", use "fix-root-scriptname" => "enable" to workaroundmOo2008-05-22 10:04:01 +00:00
5b3656cc76avoid undefined index triggered by user's php.inimOo2008-05-22 06:50:01 +00:00
765d3cbe6aavoid undefined index triggered by user's php.inimOo2008-05-22 06:50:01 +00:00
9bd84bfc38build mod_extforward in sconsmOo2008-05-22 06:28:08 +00:00
695a227783build mod_extforward in sconsmOo2008-05-22 06:28:08 +00:00
059d00d5d7Fix mod_magnet to set con->mode = p->id if it generates content, so returning 4xx/5xx doesn't append an error pageStefan Bühler2008-04-23 19:27:12 +00:00
73189c64e7Fix mod_magnet to set con->mode = p->id if it generates content, so returning 4xx/5xx doesn't append an error pageStefan Bühler2008-04-23 19:27:12 +00:00
7bf291ea84Allow 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
ac92ea3616Allow 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
a7f877a20cFix mod_fastcgi prefix matching: match the prefix always against url, not the absolute filepath (regardless of check-local)Stefan Bühler2008-04-23 13:08:13 +00:00
fe8b7e575eFix mod_fastcgi prefix matching: match the prefix always against url, not the absolute filepath (regardless of check-local)Stefan Bühler2008-04-23 13:08:13 +00:00
e6d7b8d95bFix accesslog port (should be port from the connection, not the "server.port") (#1618)Stefan Bühler2008-04-23 13:04:21 +00:00
79a6ae3fd4Fix accesslog port (should be port from the connection, not the "server.port") (#1618)Stefan Bühler2008-04-23 13:04:21 +00:00