- Aug 24, 2007
-
-
William A. Rowe Jr authored
access_compat was duplicated. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@569221 13f79535-47bb-0310-9956-ffa450edef68
-
William A. Rowe Jr authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@569220 13f79535-47bb-0310-9956-ffa450edef68
-
William A. Rowe Jr authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@569219 13f79535-47bb-0310-9956-ffa450edef68
-
William A. Rowe Jr authored
build target, BuildAll (including modules with no application) git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@569215 13f79535-47bb-0310-9956-ffa450edef68
-
William A. Rowe Jr authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@569214 13f79535-47bb-0310-9956-ffa450edef68
-
William A. Rowe Jr authored
Other than identifiers and text, there are no code changes in this commit. Reflow the result (and existing quirks) to 80 columns. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@569209 13f79535-47bb-0310-9956-ffa450edef68
-
William A. Rowe Jr authored
but more mod-rewrite like (and using the rewrite pcre parser). Secondly, 'FILTER' in the filter name is redundant. Simplify, by renaming this 'REWRITE' filter. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@569204 13f79535-47bb-0310-9956-ffa450edef68
-
Tony Stevenson authored
nobomb set in Cream/WinVim git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@569202 13f79535-47bb-0310-9956-ffa450edef68
-
William A. Rowe Jr authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@569193 13f79535-47bb-0310-9956-ffa450edef68
-
William A. Rowe Jr authored
They are specific to one loadable module. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@569192 13f79535-47bb-0310-9956-ffa450edef68
-
- Aug 23, 2007
-
-
William A. Rowe Jr authored
from inflicting new fatal errors on the startup error reporting. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@569137 13f79535-47bb-0310-9956-ffa450edef68
-
Chris Darroch authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@569105 13f79535-47bb-0310-9956-ffa450edef68
-
Joshua Slive authored
are policy restrictions, not security restrictions. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@569000 13f79535-47bb-0310-9956-ffa450edef68
-
Jim Jagielski authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@568947 13f79535-47bb-0310-9956-ffa450edef68
-
William A. Rowe Jr authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@568879 13f79535-47bb-0310-9956-ffa450edef68
-
William A. Rowe Jr authored
Supress the warning. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@568877 13f79535-47bb-0310-9956-ffa450edef68
-
William A. Rowe Jr authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@568838 13f79535-47bb-0310-9956-ffa450edef68
-
William A. Rowe Jr authored
cannot be data symbols when mod_ssl is built as a loadable module; using an external string constant in a loadable module is not portable. Also reorganize file and sem to follow their explicit mechanisms, and ensured that the explicit mechansims are listed in order of preference. This raises a question, would [fcntl|file] be a clearer way of indiciating what the file/sem methods devolve to? git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@568833 13f79535-47bb-0310-9956-ffa450edef68
-
William A. Rowe Jr authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@568829 13f79535-47bb-0310-9956-ffa450edef68
-
William A. Rowe Jr authored
we generally only support 'default', the proven event model for windows. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@568796 13f79535-47bb-0310-9956-ffa450edef68
-
William A. Rowe Jr authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@568794 13f79535-47bb-0310-9956-ffa450edef68
-
William A. Rowe Jr authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@568789 13f79535-47bb-0310-9956-ffa450edef68
-
William A. Rowe Jr authored
or apr_pool_create() (when apr-based error reporting is not ready). This moves apr_app_initialize() into init_process (and indirects the argv/argc parameters for this function) since the same error logging is appropriate to either failure. Note the change of the internal name create_process to init_process, since create_process means something very different in apr-land. (Replaces the misapplied commit r568762, already backed out). git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@568779 13f79535-47bb-0310-9956-ffa450edef68
-
William A. Rowe Jr authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@568778 13f79535-47bb-0310-9956-ffa450edef68
-
- Aug 22, 2007
-
-
William A. Rowe Jr authored
failures of apr_app_initialize() nor the very first apr_create_pool. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@568762 13f79535-47bb-0310-9956-ffa450edef68
-
Vincent Bray authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@568740 13f79535-47bb-0310-9956-ffa450edef68
-
Vincent Bray authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@568739 13f79535-47bb-0310-9956-ffa450edef68
-
William A. Rowe Jr authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@568460 13f79535-47bb-0310-9956-ffa450edef68
-
William A. Rowe Jr authored
opening a stdout handle of a service. (Services have no std handles by default). git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@568446 13f79535-47bb-0310-9956-ffa450edef68
-
- Aug 21, 2007
-
-
William A. Rowe Jr authored
the server if it's horribly broken. The alternative of returing 'rc' in this case would be to open /dev/null as the error stream for this generation of the server; and even more useless result. Also the parent-file was never necessary; we can pass only the child handle using apr_procattr_child_err_set() and have no extra file to clean up afterwards. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@568326 13f79535-47bb-0310-9956-ffa450edef68
-
Chris Darroch authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@568324 13f79535-47bb-0310-9956-ffa450edef68
-
Chris Darroch authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@568323 13f79535-47bb-0310-9956-ffa450edef68
-
William A. Rowe Jr authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@568322 13f79535-47bb-0310-9956-ffa450edef68
-
Chris Darroch authored
listed in appropriate locations. Deprecate "add" in favour of "set" throughout. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@568283 13f79535-47bb-0310-9956-ffa450edef68
-
Chris Darroch authored
reported by Phil Endecott git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@568224 13f79535-47bb-0310-9956-ffa450edef68
-
Paul Querna authored
Only cleanup new_bb, if it isn't NULL, fixing a crash in the event MPM when write compeltion is active and a client disconnects. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@568202 13f79535-47bb-0310-9956-ffa450edef68
-
Richard Bowen authored
with a reference to the httxt2dbm utility. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@567899 13f79535-47bb-0310-9956-ffa450edef68
-
- Aug 20, 2007
-
-
Paul Querna authored
Rework locking on timeout_mutex. We now drop (and reaquire) the lock inside the while loops. This is the least line of code changes to stop a dead lock between the queue in push2worker (a blocking function) and the timeout_mutex. These two timeout list iterations should be rewritten with better locking rules, but for now this should fix the bug, without rewriting the entire function. PR: 41712 git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@567852 13f79535-47bb-0310-9956-ffa450edef68
-
Paul Querna authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@567839 13f79535-47bb-0310-9956-ffa450edef68
-
Vincent Bray authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@567581 13f79535-47bb-0310-9956-ffa450edef68
-