| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix a bug in how we select the IP for the POD to connect to for dummy | Aaron Bannert | 2001-12-13 | 1 | -0/+8 |
* | get worker MPM to respect the LockFile setting | Jeff Trawick | 2001-12-10 | 1 | -0/+3 |
* | Fix segfault when restarting worker MPM. We can not examine the POD as | Justin Erenkrantz | 2001-12-08 | 1 | -0/+3 |
* | make sure mod_foo.so is installed by apxs -i | Jeff Trawick | 2001-12-07 | 1 | -4/+4 |
* | Fix bug that could potentially prevent perchild from working with | Aaron Bannert | 2001-12-07 | 1 | -0/+3 |
* | Do special install processing for Apache DSO modules on HP-UX, Tru64, | Jeff Trawick | 2001-12-07 | 1 | -0/+6 |
* | separate logic specific to building Apache DSOs from logic needed | Jeff Trawick | 2001-12-05 | 1 | -0/+7 |
* | Allow apxs to be used to build DSOs on AIX without requiring the | Jeff Trawick | 2001-12-05 | 1 | -0/+4 |
* | Resolved segfault in mod_isapi when configuring with ISAPICacheFile. | William A. Rowe Jr | 2001-12-03 | 1 | -0/+3 |
* | get binbuild working when apr, apr-util, and expat are built shared in | Greg Ames | 2001-12-03 | 1 | -0/+3 |
* | Get shared builds of libapr and libaprutil, as well as Apache DSOs, | Jeff Trawick | 2001-12-01 | 1 | -0/+4 |
* | Fix the handling of SSI directives in which the ">" of the | Brian Pane | 2001-12-01 | 1 | -0/+3 |
* | Add back in the "suEXEC mechanism enabled (wrapper: /path/to/suexec)" | Aaron Bannert | 2001-11-30 | 1 | -0/+4 |
* | Prevent Apache from continuing to start when it's encountered a parsing | William A. Rowe Jr | 2001-11-29 | 1 | -0/+3 |
* | make the proxy code spit out an error to the error log. | Ian Holsman | 2001-11-28 | 1 | -0/+3 |
* | welcome to .30 | Ian Holsman | 2001-11-27 | 1 | -0/+2 |
* | About to tag 29 | Ian Holsman | 2001-11-27 | 1 | -1/+1 |
* | Added an entry for the core_output_filter buffering improvements | Brian Pane | 2001-11-27 | 1 | -0/+4 |
* | Fix the installation target to make sure that the manual is | Ryan Bloom | 2001-11-24 | 1 | -0/+5 |
* | Fix the cmd command for mod_include. When we are processing | Ryan Bloom | 2001-11-24 | 1 | -0/+7 |
* | change open_logs hook to return a value, allowing you to flag a error | Ian Holsman | 2001-11-24 | 1 | -0/+3 |
* | Modify post_config hook so that it can return a error, | Ian Holsman | 2001-11-23 | 1 | -0/+5 |
* | Mention the new --with-suexec-bin parameter. | Aaron Bannert | 2001-11-22 | 1 | -0/+4 |
* | fix segv in worker MPM following check_pipe_of_death() call | Brian Pane | 2001-11-22 | 1 | -0/+3 |
* | Add mod_deflate (formerly known as mod_gz) to experimental. mod_deflate | Justin Erenkrantz | 2001-11-21 | 1 | -0/+3 |
* | Bail out at configure time if an invalid MPM was specified. | Jeff Trawick | 2001-11-21 | 1 | -0/+4 |
* | Prevent segv in ap_note_basic_auth_failure() when no AuthName is configured | Doug MacEachern | 2001-11-21 | 1 | -0/+2 |
* | apxs should be using sbindir not bindir for the path to the httpd binary. | Justin Erenkrantz | 2001-11-20 | 1 | -0/+2 |
* | Get IPv6 vhosts working (again ?). | Jeff Trawick | 2001-11-20 | 1 | -0/+2 |
* | optimized away some pointer arithmetic in the inner loop of the BNDM string-s... | Brian Pane | 2001-11-20 | 1 | -0/+3 |
* | Fixed the behavior of the XBitHack directive. | Cliff Woolley | 2001-11-19 | 1 | -0/+3 |
* | Get rid of threaded MPM. This commit has the actual code changes. | Jeff Trawick | 2001-11-19 | 1 | -0/+3 |
* | APR-ize the resolver logic in mod_unique_id. This fixes a bug | Jeff Trawick | 2001-11-19 | 1 | -0/+3 |
* | Don't know why these were missing... just an oversight, I'm guessing? | Cliff Woolley | 2001-11-18 | 1 | -0/+3 |
* | Get mod_cgid killed when a MPM exits due to a fatal error. | Jeff Trawick | 2001-11-17 | 1 | -0/+3 |
* | Fix a file descriptor leak in mod_include. When we include a | Ryan Bloom | 2001-11-15 | 1 | -0/+6 |
* | Allow modules that add sockets to the ap_listeners list to | Ryan Bloom | 2001-11-13 | 1 | -0/+8 |
* | Fix a bug which would cause the response headers to be omitted | Cliff Woolley | 2001-11-13 | 1 | -0/+5 |
* | I was originally just going to s/commans/commas/, and then I got | Cliff Woolley | 2001-11-13 | 1 | -5/+6 |
* | Remove commas from the end of the macros that define | Ryan Bloom | 2001-11-13 | 1 | -0/+7 |
* | Document the new 'redirect-carefully' option. | Justin Erenkrantz | 2001-11-13 | 1 | -0/+5 |
* | Begin to abstract out the underlying transport layer. | Ryan Bloom | 2001-11-13 | 1 | -0/+8 |
* | threaded: Fix the resetting of MaxClients when it isn't a multiple | Jeff Trawick | 2001-11-12 | 1 | -4/+4 |
* | Really reset the MaxClients value in worker when the | Jeff Trawick | 2001-11-12 | 1 | -0/+5 |
* | restore post-2_0_28 changes following tag bump | Greg Ames | 2001-11-12 | 1 | -0/+13 |
* | account for the mod_cgid fix being bumped into 2_0_28. The other changes | Greg Ames | 2001-11-12 | 1 | -14/+1 |
* | apr_file_gets returns an apr_status_t not a char* and it returns | Justin Erenkrantz | 2001-11-11 | 1 | -0/+3 |
* | Add Debian Layout | Justin Erenkrantz | 2001-11-11 | 1 | -0/+2 |
* | If shared modules are requested and mod_so is not available, produce a | Justin Erenkrantz | 2001-11-11 | 1 | -0/+3 |
* | Improve http2env's performance by cutting the work it has to | Ryan Bloom | 2001-11-10 | 1 | -0/+3 |