| | 27 | * reset conditional cache (#1164) |
| | 28 | * create directories in mod_compress (was broken with alias/userdir) (#1027) |
| | 29 | * fixed out of range access in fd array (#1562, #372) |
| | 30 | * mod_compress should check if the request is already handled, e.g. by fastcgi (#1565) |
| | 31 | * remove broken workaround for buggy Opera version with ssl/chunked encoding (#285) |
| | 32 | * generate etag/last-modified header for on-the-fly-compressed files (#1171) |
| | 33 | * req-method OPTIONS: do not insert default response if request was denied, do not deny OPTIONS by default (#1324) |
| | 34 | * fixed memory leak on windows (#1347) |
| | 35 | * fixed building outside of the src dir (#1349) |
| | 36 | * fixed including of stdint.h/inttypes.h in etag.c (#1413) |
| | 37 | * do not add Accept-Ranges header if range-request is disabled (#1449) |
| | 38 | * log the ip of failed auth tries in error.log (enhancement #1544) |
| | 39 | * fixed RoundRobin in mod_proxy (#516) |
| | 40 | * check for symlinks after successful pathinfo matching (#1574) |
| | 41 | * fixed mod-proxy.t to run with a builddir outside of the src dir |