5ca2b5e1d4
rename limit.* actions to buffer.*
Thomas Porzelt
2009-03-02 01:16:22 +01:00
d8d8c8ea1b
Disable cqlimit debug, fixed some more bugs with cqlimit.
Stefan Bühler2009-03-02 01:02:21 +01:00
98a36e970a
Change mod_fastcgi to not wait for complete packets (enables limits < 64kbyte); fix some limit handling.
Stefan Bühler2009-03-02 00:49:02 +01:00
d29565a211
Split chunkiter_read into simple read() and mmap() with fallback read(); _mmap() may result in SIGBUS (e.g. truncated file) later.
Stefan Bühler2009-01-28 15:40:57 +01:00
bc92b6fdcc
add vhost.map action to mod_vhost
Thomas Porzelt
2009-01-25 02:40:28 +01:00
7766bd8c34
save errno of stat() in request.physical struct to prevent repeated stat()s if failed
Thomas Porzelt
2009-01-08 00:26:30 +01:00
688c2b6204
add %t format specifier to mod_accesslog (no %{format}t support yet)
Thomas Porzelt
2009-01-07 23:37:15 +01:00
549f097ea1
fix worker_current_timestamp() caching
Thomas Porzelt
2009-01-07 23:36:17 +01:00
fe90de88be
implement %b (bytes response), %B (bytes response clf) and %X (connection status) in mod_accesslog
Thomas Porzelt
2009-01-07 21:50:07 +01:00
6f69d58fec
forgot g_array_set_size() after g_array_sized_new()... duh!
Thomas Porzelt
2009-01-07 21:26:55 +01:00
52bcd62d74
fix small leaks
Thomas Porzelt
2009-01-07 21:11:06 +01:00
93bd5e2a6a
add additional paramter format_ndx to worker_current_timestamp()
Thomas Porzelt
2009-01-07 20:59:51 +01:00
c6d422e5c1
add log.write function action to core plugin
Thomas Porzelt
2009-01-07 00:01:20 +01:00
eb794b1dbc
fix %v placeholder in mod_accesslog
Thomas Porzelt
2009-01-06 23:44:39 +01:00
4c49705c16
add missing http version to %r placeholder in mod_accesslog
Thomas Porzelt
2009-01-06 23:25:15 +01:00
2fb007bd3d
add http_version_string() to utils
Thomas Porzelt
2009-01-06 23:25:07 +01:00
3d058707b1
add mod_accesslog
Thomas Porzelt
2009-01-06 22:31:20 +01:00
d2cadb3b1e
add option server.name
Thomas Porzelt
2009-01-06 22:30:38 +01:00
85a3a4d091
added "if" to condition syntax (if req.path == "/foo" {}) added boolean conditions without operator or rvalue (if phys.is_dir {}, rvalue is always true) added negated boolean conditions (if !phys.is_dir {}, rvalue is always false) added physical.is_dir and .is_file conditionals
Thomas Porzelt
2009-01-06 01:33:20 +01:00
01068d7f1d
make docroot a function action instead of setting, add stat member to vr.physical and enable physical.size conditional
Thomas Porzelt
2009-01-05 22:24:54 +01:00
2489fbfbfe
fix small typo in config_parser.rl that prevented usaged of physical.* conditionals
Thomas Porzelt
2009-01-05 22:14:47 +01:00
825b809b06
fix compile flags for modules in wscript
Thomas Porzelt
2009-01-02 22:07:52 +01:00
bf549bbe0d
add check for sizeof(off_t) to MODULE_VERSION_CHECK()
Thomas Porzelt
2009-01-02 22:04:36 +01:00
55dd7e3060
add environment.c, mod_fastcgi and --extra-warnings to wscript
Thomas Porzelt
2009-01-01 17:47:23 +01:00
c458377d4a
Added mod_fastcgi, some api functions for it, and some new optional compiler warnings (which led to many small changes)
Stefan Bühler2009-01-01 16:44:42 +01:00
c56ade056f
Add vrequest "environment" (a GString -> GString hashtable)
Stefan Bühler2008-12-31 16:23:00 +01:00
d30e1b018a
Added some backend/balancer helper, fixed backend-error handling.
Stefan Bühler2008-12-31 14:36:24 +01:00
0d56b1b7b4
add mod_balancer to wscript
Thomas Porzelt
2008-12-31 03:25:54 +01:00
6636919623
Completed core balancer support, added a simple test balancer.
Stefan Bühler2008-12-31 02:57:27 +01:00
fa25947b7e
allow anonymous blocks in config parser prefixed by $ (for now)
Thomas Porzelt
2008-12-31 02:54:42 +01:00
66f7e669dd
add log level "backend"
Thomas Porzelt
2008-12-31 02:50:32 +01:00
025f0b5f84
Removed HANDLER_FINISHED, implemented real job queue and added some basic balancer structs
Stefan Bühler2008-12-30 21:55:00 +01:00
3ffa1c40bb
fix mod_status handling of error case
Thomas Porzelt
2008-12-10 21:14:50 +01:00
fa52e5361b
move vrequest_reset() up in connection_reset() so options and addr are still valid when invoking action context cleanup callbacks
Thomas Porzelt
2008-12-10 21:13:08 +01:00
52c3c2e042
update mod_fortune and mod_status for new action context
Thomas Porzelt
2008-12-10 17:33:36 +01:00
20e0a9e4e8
add http_method_string() to utils
Thomas Porzelt
2008-12-10 16:36:38 +01:00