412 Commits (78bb13b61c70b35e57ef5375347fe27e49777880)
 

Author SHA1 Message Date
Stefan Bühler 78bb13b61c Fix action_reset (backend_failed) 14 years ago
Stefan Bühler b033f0c194 Extended sockaddr_to_string for use in connect-failed error message in mod_fastcgi 14 years ago
Stefan Bühler 050d0d60d6 Fix cast warning (char* -> unsigned char*) in mod_fastcgi 14 years ago
Stefan Bühler c584da22db Handle environment vars in mod_fastcgi 15 years ago
Stefan Bühler 95fee3059b Add handling for environment vars in backends 15 years ago
Thomas Porzelt 1ebe6dc37d fix small mistake in mod_vhost.c example config comment 15 years ago
Thomas Porzelt cb4741c56d fix little typo in mod_fastcgi.c comment 15 years ago
Thomas Porzelt 9b785c567a add vhost.pattern (1.x evhost like functionality) to mod_vhost 15 years ago
Stefan Bühler 5c797977c6 Add stderr log support in mod_fastcgi (split lines from backend in log.c) 15 years ago
Thomas Porzelt 159a03f19b fix typo in mod_vhost 15 years ago
Thomas Porzelt 79d9c63087 redirect requests for directories without trailing slash to uri with trailing slash 15 years ago
Thomas Porzelt d24e602713 increase default io timeout from 30s to 300s 15 years ago
Stefan Bühler 0eef3d7ee8 Use nonblocking sockets 15 years ago
Stefan Bühler d29565a211 Split chunkiter_read into simple read() and mmap() with fallback read(); _mmap() may result in SIGBUS (e.g. truncated file) later. 15 years ago
Thomas Porzelt bc92b6fdcc add vhost.map action to mod_vhost 15 years ago
Stefan Bühler c7c1c5cb0e [cmake] Add mod_vhost 15 years ago
Stefan Bühler 2708d6deaa Fix handling request content and 100-continue 15 years ago
Stefan Bühler a91d5e96b9 Allow more characters in url 15 years ago
Thomas Porzelt 13f749aa74 along comes mod_vhost 15 years ago
Thomas Porzelt f0c66a793c revert previous commit. it was stupid. 15 years ago
Thomas Porzelt 9186488bbf fix docroot action (don't set physical.path) 15 years ago
Thomas Porzelt 1cb3075ed6 fix bogus action context cleanup in mod_status 15 years ago
Stefan Bühler f983caccde Fix reading of lua tables 15 years ago
Stefan Bühler 3477543277 Fix fastcgi packet reading 15 years ago
Stefan Bühler 428b4b524f Fix unix socket path 15 years ago
Stefan Bühler 1e115c522d Add unix sockets 15 years ago
Stefan Bühler 4a8ce0a63f Redo boolean conditionals (physical.*) as real actions. 15 years ago
Stefan Bühler 587ee27cd0 Added response parser and used it in mod_fastcgi 15 years ago
Stefan Bühler 99f14078ec Add reminder for chunked handling/content-length header. 15 years ago
Stefan Bühler 4a5aa5361e Added/fixed chunked encoded transfer 15 years ago
Thomas Porzelt 70a495de6f fix ev_tstamp vs. time_t problems in worker_current_timestamp() 15 years ago
Stefan Bühler 00869413ee Fix sending endless "FCGI_STDIN" closed events 15 years ago
Stefan Bühler 31acd354a7 [cmake] Add mod_accesslog 15 years ago
Thomas Porzelt 7766bd8c34 save errno of stat() in request.physical struct to prevent repeated stat()s if failed 15 years ago
Thomas Porzelt 688c2b6204 add %t format specifier to mod_accesslog (no %{format}t support yet) 15 years ago
Thomas Porzelt 549f097ea1 fix worker_current_timestamp() caching 15 years ago
Thomas Porzelt fe90de88be implement %b (bytes response), %B (bytes response clf) and %X (connection status) in mod_accesslog 15 years ago
Thomas Porzelt 6f69d58fec forgot g_array_set_size() after g_array_sized_new()... duh! 15 years ago
Thomas Porzelt 52bcd62d74 fix small leaks 15 years ago
Thomas Porzelt 93bd5e2a6a add additional paramter format_ndx to worker_current_timestamp() 15 years ago
Thomas Porzelt c6d422e5c1 add log.write function action to core plugin 15 years ago
Thomas Porzelt eb794b1dbc fix %v placeholder in mod_accesslog 15 years ago
Thomas Porzelt 4c49705c16 add missing http version to %r placeholder in mod_accesslog 15 years ago
Thomas Porzelt 2fb007bd3d add http_version_string() to utils 15 years ago
Thomas Porzelt 3d058707b1 add mod_accesslog 15 years ago
Thomas Porzelt d2cadb3b1e add option server.name 15 years ago
Thomas Porzelt 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
15 years ago
Thomas Porzelt 01068d7f1d make docroot a function action instead of setting, add stat member to vr.physical and enable physical.size conditional 15 years ago
Thomas Porzelt 2489fbfbfe fix small typo in config_parser.rl that prevented usaged of physical.* conditionals 15 years ago
Stefan Bühler d9ddd4fd3d Remove out-of-fd-handling. 15 years ago