- May 05, 1998
-
-
brian authored
Never can make the development environment too comfortable for our Win32 folks. [smile] git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@81130 13f79535-47bb-0310-9956-ffa450edef68
-
brian authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@81129 13f79535-47bb-0310-9956-ffa450edef68
-
brian authored
Hi, the patch makes mod_rewrite, mod_log_config, mod_status and the ServerSignature feature compatible with 'UseCanonicalName off' by changing r->server->server_hostname to ap_get_server_name(). And I changed some functions which use r->server->port to use ap_get_server_port() instead, because if there's no Port directive in the config r->server->port is 0. ciao... -- Lars Eilebrecht - Reality has always been to small sfx@unix-ag.org - for human imagination. http://www.home.unix-ag.org/sfx/ git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@81128 13f79535-47bb-0310-9956-ffa450edef68
-
brian authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@81127 13f79535-47bb-0310-9956-ffa450edef68
-
brian authored
Submitted by: Dean Gaudet get/set_module_config are trivial enough to be better off inline. Worth 1.5% performance boost. Updated for renaming. Dean git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@81126 13f79535-47bb-0310-9956-ffa450edef68
-
Jim Jagielski authored
PR: Obtained from: Submitted by: Jim Jagielski Reviewed by: Brian Behlendorf Fix off-by-one error in ap_proxy_date_canon() when we check to see if 'x' is at least 30-chars wide. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@81125 13f79535-47bb-0310-9956-ffa450edef68
-
Jim Jagielski authored
allow for another day after the weekend for feedback, since Mondays could be busy (as people look over the weekend performance) git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@81124 13f79535-47bb-0310-9956-ffa450edef68
-
Jim Jagielski authored
fixes if I understand correctly git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@81123 13f79535-47bb-0310-9956-ffa450edef68
-
- May 04, 1998
-
-
Martin Kraemer authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@81122 13f79535-47bb-0310-9956-ffa450edef68
-
Martin Kraemer authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@81120 13f79535-47bb-0310-9956-ffa450edef68
-
Martin Kraemer authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@81119 13f79535-47bb-0310-9956-ffa450edef68
-
Martin Kraemer authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@81118 13f79535-47bb-0310-9956-ffa450edef68
-
Martin Kraemer authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@81117 13f79535-47bb-0310-9956-ffa450edef68
-
Martin Kraemer authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@81115 13f79535-47bb-0310-9956-ffa450edef68
-
Martin Kraemer authored
BS2000 needs an extra authentication phase (beside setuid()) for changing the permissions to the un-privileged user account git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@81114 13f79535-47bb-0310-9956-ffa450edef68
-
Ralf S. Engelschall authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@81113 13f79535-47bb-0310-9956-ffa450edef68
-
Ralf S. Engelschall authored
to avoid problems in some brain-dead Bourne-shell variants when something like "$conf-dist" is used which now is written more safe as "${conf}-dist". git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@81112 13f79535-47bb-0310-9956-ffa450edef68
-
Ralf S. Engelschall authored
- give hint where compiler and optimization flags have to specified (under CC and OPTIM) - give hint that using -O3 (or -O6 which is used often for pgcc) is risky - remove example from out-commented entry because this is inconsistent with the other entries and only leads to less thinking by the user Feel free to fix me here. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@81111 13f79535-47bb-0310-9956-ffa450edef68
-
Ralf S. Engelschall authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@81110 13f79535-47bb-0310-9956-ffa450edef68
-
Ralf S. Engelschall authored
said he removed it in the top-level, but it's still there. So remove it now! git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@81109 13f79535-47bb-0310-9956-ffa450edef68
-
brian authored
Moved HTTP_Features to a more appropriate directory, now we don't need to remove it when we build the release. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@81108 13f79535-47bb-0310-9956-ffa450edef68
-
brian authored
shifted an open issue from the list to status. Since this is a protocol issue it merits attention. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@81106 13f79535-47bb-0310-9956-ffa450edef68
-
brian authored
Yay! Ben handled this one too. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@81105 13f79535-47bb-0310-9956-ffa450edef68
-
brian authored
Submitted by: Ronald.Tschalaer@psi.ch Reviewed by: Dean Gaudet, Brian Behlendorf Preserve the 'x-' if the client used it in its Accept-Encoding headers. I had to make a small cosmetic change to mod_negotiation.c so that this report would be attached to the change, since the actual one had a blank log message. Oops. For more details about this whole mess, check out <Pine.LNX.3.96dg4.980418001055.4893D-100000@twinlark.arctic.org> From the April 1998 archives, and the whole thread around it. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@81104 13f79535-47bb-0310-9956-ffa450edef68
-
brian authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@81103 13f79535-47bb-0310-9956-ffa450edef68
-
brian authored
Add something Dean caught git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@81102 13f79535-47bb-0310-9956-ffa450edef68
-
brian authored
Ben handled these, or they were from bug reports that haven't been updated with feedback from users. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@81101 13f79535-47bb-0310-9956-ffa450edef68
-
brian authored
Final bit of reprioritizations for now. Note that showstoppers are at the top! People should either fix them, or decide that the showstoppers aren't necessary. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@81100 13f79535-47bb-0310-9956-ffa450edef68
-
brian authored
The guidelines have been approved - the devsite docs have been changed to reflect this. Is there anywhere else we can/should note this? git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@81099 13f79535-47bb-0310-9956-ffa450edef68
-
brian authored
Started the process of prioritization. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@81098 13f79535-47bb-0310-9956-ffa450edef68
-
brian authored
Submitted by: Dean Gaudet Reviewed by: Ben Laurie, Jim Jagielski Fix to mod_alias: translate_alias_redir is dealing with a URI, not a filename, so the check for drive letters for win32 and emx is not necessary. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@81097 13f79535-47bb-0310-9956-ffa450edef68
-
brian authored
Major STATUS work & cleaning up for a 1.3b7 release planned for tonight. First order of business - get STATUS as manageable and neat as possible. Since all committed code changes are in the CHANGES file, this section of the STATUS is completely redundant. I went through and made sure every entry removed had an equivalent in CHANGES. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@81096 13f79535-47bb-0310-9956-ffa450edef68
-
- May 03, 1998
-
-
Ben Laurie authored
PR: Obtained from: Submitted by: Reviewed by: git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@81094 13f79535-47bb-0310-9956-ffa450edef68
-
Ben Laurie authored
PR: 2146 Obtained from: Submitted by: Kari Likovuori <Kari.Likovuori@mol.fi> Reviewed by: git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@81093 13f79535-47bb-0310-9956-ffa450edef68
-
Ralf S. Engelschall authored
Submitted by: Jens-Uwe Mager Reviewed by: Ralf S. Engelschall git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@81092 13f79535-47bb-0310-9956-ffa450edef68
-
Jim Jagielski authored
PR: Obtained from: Submitted by: Michael Anderson's <mka@redes.int.com.mx> Reviewed by: Jim Jagielski, Dean Gaudet, Ben Laurie Apache header files, and some variable name/types, are more C++ friendly git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@81091 13f79535-47bb-0310-9956-ffa450edef68
-
Jim Jagielski authored
PR: Obtained from: Submitted by: Jim Jagielski Reviewed by: Dean Gaudet, Ralf Engelschall If a child exits with a status of APEXIT_CHILDFATAL, the main httpd process will see this as a "things are totally hosed" and do a server abort, shutting down completely. This is to prevent situations where child errors prevent the server from running correctly and filling the logs up with messages. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@81090 13f79535-47bb-0310-9956-ffa450edef68
-
Jim Jagielski authored
PR: 2112 Obtained from: Submitted by: Jim Jagielski Reviewed by: Dean Gaudet, Ralf Engelschall git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@81089 13f79535-47bb-0310-9956-ffa450edef68
-
Ralf S. Engelschall authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@81088 13f79535-47bb-0310-9956-ffa450edef68
-
Jim Jagielski authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@81087 13f79535-47bb-0310-9956-ffa450edef68
-