- Aug 21, 2001
-
-
Lars Eilebrecht authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@90447 13f79535-47bb-0310-9956-ffa450edef68
-
- Aug 20, 2001
-
-
Doug MacEachern authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@90446 13f79535-47bb-0310-9956-ffa450edef68
-
Doug MacEachern authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@90445 13f79535-47bb-0310-9956-ffa450edef68
-
Doug MacEachern authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@90444 13f79535-47bb-0310-9956-ffa450edef68
-
Doug MacEachern authored
enable child init hook PR: Obtained from: Submitted by: Reviewed by: git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@90443 13f79535-47bb-0310-9956-ffa450edef68
-
Justin Erenkrantz authored
correctly found for mod_auth_dbm. This is similar to the mod_auth_db check. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@90442 13f79535-47bb-0310-9956-ffa450edef68
-
Roy T. Fielding authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@90440 13f79535-47bb-0310-9956-ffa450edef68
-
Roy T. Fielding authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@90439 13f79535-47bb-0310-9956-ffa450edef68
-
Lars Eilebrecht authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@90438 13f79535-47bb-0310-9956-ffa450edef68
-
Roy T. Fielding authored
relevance to the error and contradicts the HTTP standard. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@90437 13f79535-47bb-0310-9956-ffa450edef68
-
Joshua Slive authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@90436 13f79535-47bb-0310-9956-ffa450edef68
-
Ryan Bloom authored
This allows us to remove the openssl from the #include lines in the mod_ssl files. This makes it easier to use a different SSL library, with fewer changes to the mod_ssl files. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@90435 13f79535-47bb-0310-9956-ffa450edef68
-
William A. Rowe Jr authored
Going back a bit too far, fix the cwd git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@90433 13f79535-47bb-0310-9956-ffa450edef68
-
Joshua Slive authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@90432 13f79535-47bb-0310-9956-ffa450edef68
-
Joshua Slive authored
understand (and a little quicker). git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@90431 13f79535-47bb-0310-9956-ffa450edef68
-
William A. Rowe Jr authored
Modify Makefile.win to install the ssl-enabled abs.exe binary as 'bin/ab.exe' if srclib/openssl exists. Adds abs to the Apache.dsw IDE workspace. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@90430 13f79535-47bb-0310-9956-ffa450edef68
-
William A. Rowe Jr authored
Create the abs.dsp win32 project to support building ab with /USE_SSL, and modify Makefile.win to install the ssl-enabled abs.exe binary as 'bin/ab.exe' if srclib/openssl exists. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@90429 13f79535-47bb-0310-9956-ffa450edef68
-
Joshua Slive authored
CVS: If this change addresses a PR in the problem report tracking git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@90428 13f79535-47bb-0310-9956-ffa450edef68
-
William A. Rowe Jr authored
Just chasing nits git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@90425 13f79535-47bb-0310-9956-ffa450edef68
-
William A. Rowe Jr authored
We might want to disable this, by default, when we get ready for GA. ITMT, this provides a fantastic stress-test for interoperability of the ap_die handling, the includes filter, the negotiated typemap behavior and the new typemap-body functions. Keep adding to the list of errors as they are converted from the httpd-2.0/docs/docroot/error individual files into docs/error. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@90423 13f79535-47bb-0310-9956-ffa450edef68
-
Paul J. Reder authored
The prefork and OS/2 MPMs are overwriting the pid file when a second copy of httpd is started and shuts down due to socket conflict. Moving the call to ap_log_pid solves the problem. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@90418 13f79535-47bb-0310-9956-ffa450edef68
-
William A. Rowe Jr authored
*) Changed the late-1.3 log_config substitution %c to %X (logs the status of the closed connection) as it conflicts with the far more common, historical ssl logging directive %...{var}c. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@90417 13f79535-47bb-0310-9956-ffa450edef68
-
William A. Rowe Jr authored
Evil missing close text block. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@90416 13f79535-47bb-0310-9956-ffa450edef68
-
William A. Rowe Jr authored
Now to wait and see if I broke anyone (apologies in advance!) git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@90413 13f79535-47bb-0310-9956-ffa450edef68
-
William A. Rowe Jr authored
If my grep and brain are working, that's all there is to adding error/ to the *nix build. If I'm wrong, don't shoot. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@90412 13f79535-47bb-0310-9956-ffa450edef68
-
William A. Rowe Jr authored
catch up with errordir. Modeled simply after iconsdir, hope that does it. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@90411 13f79535-47bb-0310-9956-ffa450edef68
-
William A. Rowe Jr authored
Copy the error/ tree git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@90410 13f79535-47bb-0310-9956-ffa450edef68
-
William A. Rowe Jr authored
Replaced by HTTP_UNAUTHORIZED.html.var git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@90409 13f79535-47bb-0310-9956-ffa450edef68
-
William A. Rowe Jr authored
My bad. We need to use the constants defined in httpd.h. The essential reason is that these errors will grow to include 'other' things, like custom error responses, DAV error responses, and so on. They may also start including 'sub errors' - local langauge explanations of specific failures. Let's use the httpd.h constants rather than numbers, they are easier to read. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@90408 13f79535-47bb-0310-9956-ffa450edef68
-
William A. Rowe Jr authored
This is a combined typemap/error response file for multiple langauges, as originally contributed by Lars. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@90407 13f79535-47bb-0310-9956-ffa450edef68
-
William A. Rowe Jr authored
moved to httpd-2.0/docroot/images/... git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@90406 13f79535-47bb-0310-9956-ffa450edef68
-
William A. Rowe Jr authored
This is the Body:tag\n<Content>*tag\n patch for type map files. If the content can be served, it sends a file bucket of the type map file itself, forward spaced to the <Content>, set to the length of <Content>. <Content> may contain any binary data. The end tag must exist, anything between the tag and \n is ignored. This version (v.s. the patch sent to the list) includes error reporting if the end tag cannot be located. We need to change the etag code to accept an additional argument, so we can set the cache controls properly. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@90405 13f79535-47bb-0310-9956-ffa450edef68
-
Ian Holsman authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@90403 13f79535-47bb-0310-9956-ffa450edef68
-
Ian Holsman authored
Submitted by: dougm@apache.org Reviewed by: ianh@apache.org git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@90402 13f79535-47bb-0310-9956-ffa450edef68
-
Joshua Slive authored
Submitted by: Chris Pepper git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@90401 13f79535-47bb-0310-9956-ffa450edef68
-
Brian Havard authored
connections in the process. When this occurs, a graceful shutdown of the child is initiated so any leaked resources & hosed memory is disposed of ASAP. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@90400 13f79535-47bb-0310-9956-ffa450edef68
-
William A. Rowe Jr authored
Per Martin, Mark's and my discussion, index.html will _still_ override the typemap, and enabling multiviews will undo the optimization. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@90398 13f79535-47bb-0310-9956-ffa450edef68
-
Martin Kraemer authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@90397 13f79535-47bb-0310-9956-ffa450edef68
-
Brian Havard authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@90396 13f79535-47bb-0310-9956-ffa450edef68
-
Brian Havard authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@90395 13f79535-47bb-0310-9956-ffa450edef68
-