- Aug 20, 2001
-
-
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
-
Brian Havard authored
failures in CGIs on OS/2. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@90394 13f79535-47bb-0310-9956-ffa450edef68
-
Brian Havard authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@90393 13f79535-47bb-0310-9956-ffa450edef68
-
Justin Erenkrantz authored
(the AC_* way of doing what Martin committed) - Fix the configuration check for mod_auth_digest so that: - Everything is on separate lines so that the preprocessor doesn't scream - It adds the path to APR. (APR_SOURCE_DIR looks right, but I'm not sure.) By the time the modules are configured, the CPPFLAGS and such are not setup to point at APR. This should probably be rectified and then this can be taken out - so you could assume that apr.h is in your CPPFLAGS somewhere when configuring the modules. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@90392 13f79535-47bb-0310-9956-ffa450edef68
-
Martin Kraemer authored
rather than in libdb. Also, be more precise in telling what is actually checked for (we are NOT testing for main(), but we are testing for dbopen(), right?). Without the first fix, configuration would fail completely for FreeBSD git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@90391 13f79535-47bb-0310-9956-ffa450edef68
-
Richard Bowen authored
depending on how you look at it. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@90385 13f79535-47bb-0310-9956-ffa450edef68
-
Doug MacEachern authored
allow filter to be configured without 'CaseFilterIn On' PR: Obtained from: Submitted by: Reviewed by: git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@90383 13f79535-47bb-0310-9956-ffa450edef68
-
Richard Bowen authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@90379 13f79535-47bb-0310-9956-ffa450edef68
-
- Aug 19, 2001
-
-
William A. Rowe Jr authored
This is the same patch as httpd-std.conf rev 1.38, just keeping them in-sync git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@90378 13f79535-47bb-0310-9956-ffa450edef68
-
William A. Rowe Jr authored
This patch; enables Multiviews only for htdocs/manual/ enables .var type map files to shortcut Multiviews changes the DirectoryIndex to index.html.var before index.html, again to avoid multiviews if a typemap exists. locates the /manual resource by an alias, so the user may easily change their DocumentRoot and still have access to the documentation. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@90377 13f79535-47bb-0310-9956-ffa450edef68
-
William A. Rowe Jr authored
My bad, sorry. Here is ... This Variant type-map file is the authoritative reference to our "It Worked" page variants. Of course it isn't yet (although it is complete), please review httpd-std.conf as well as this list for inconsistencies (I documented those I discovered). git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@90376 13f79535-47bb-0310-9956-ffa450edef68
-
William A. Rowe Jr authored
This Variant type-map file is the authoritative reference to our "It Worked" page variants. Of course it isn't yet (although it is complete), please review httpd-std.conf as well as this list for inconsistencies (I documented those I discovered). git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@90375 13f79535-47bb-0310-9956-ffa450edef68
-
Ian Holsman authored
int buffer_len = 1; char test_buffer[buffer_len]; git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@90367 13f79535-47bb-0310-9956-ffa450edef68
-
Richard Bowen authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@90366 13f79535-47bb-0310-9956-ffa450edef68
-
William A. Rowe Jr authored
Assure that non-FancyIndexed listings properly shortcut dir entries, and display and href the trailing slash, as well. PR: 8206 git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@90364 13f79535-47bb-0310-9956-ffa450edef68
-
William A. Rowe Jr authored
This doesn't belong in the distro (certainly not installed in a docroot.) This sort of history should be in CVS and CHANGES. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@90362 13f79535-47bb-0310-9956-ffa450edef68
-