- May 05, 1998
-
-
Ralf S. Engelschall authored
Thanks to Ben Hyde for immediately discovering this. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@81138 13f79535-47bb-0310-9956-ffa450edef68
-
Ralf S. Engelschall authored
recognized as a showstopper because: Without it 1.3b7 will have the same side-effects as 1.3b6 when using DSO: The module execution order is incorrect because it is split into two separately sorted lists and the user even has no chance to manually correct it because the AddModule command is broken. This patch fixes both AddModule and makes sure the module list is reconstructed in httpd.conf when DSO's are used. So, especially it changes some stuff in http_config a review and votes would be fine. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@81137 13f79535-47bb-0310-9956-ffa450edef68
-
Jim Jagielski authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@81136 13f79535-47bb-0310-9956-ffa450edef68
-
brian authored
various updates, removal of some items, additions of others. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@81135 13f79535-47bb-0310-9956-ffa450edef68
-
brian authored
Submitted by: "Michael K. Sanders" <msanders@iNetz.COM> Clarification. CNAME to an IP address is incorrect. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@81134 13f79535-47bb-0310-9956-ffa450edef68
-
brian authored
Slightly improve the grammar; however, in my opinion this whole chunk can just be tossed out of the FAQ. I can't believe we're actually asked "how can I make only one file executable?". git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@81132 13f79535-47bb-0310-9956-ffa450edef68
-
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
-