]>
granicus.if.org Git - apache/log
Yoshiki Hayashi [Tue, 15 Oct 2002 11:21:28 +0000 (11:21 +0000)]
Update transformations.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@97226
13f79535 -47bb-0310-9956-
ffa450edef68
Yoshiki Hayashi [Tue, 15 Oct 2002 11:19:56 +0000 (11:19 +0000)]
Update Japanese translation.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@97225
13f79535 -47bb-0310-9956-
ffa450edef68
Yoshiki Hayashi [Tue, 15 Oct 2002 11:18:53 +0000 (11:18 +0000)]
New XML.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@97224
13f79535 -47bb-0310-9956-
ffa450edef68
Yoshiki Hayashi [Tue, 15 Oct 2002 11:17:47 +0000 (11:17 +0000)]
Update Japanese translation.
Submitted by: Hiroaki KAWAI <hawk@bcl.t.u-tokyo.ac.jp>
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@97223
13f79535 -47bb-0310-9956-
ffa450edef68
William A. Rowe Jr [Tue, 15 Oct 2002 04:12:15 +0000 (04:12 +0000)]
For the new EnableSendfile directive...
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@97222
13f79535 -47bb-0310-9956-
ffa450edef68
André Malo [Tue, 15 Oct 2002 03:30:17 +0000 (03:30 +0000)]
A happy outcome is worth waiting for...
add docs for AddOutputFilterByType
sorry for the long delay.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@97221
13f79535 -47bb-0310-9956-
ffa450edef68
William A. Rowe Jr [Tue, 15 Oct 2002 03:29:55 +0000 (03:29 +0000)]
Been busy
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@97220
13f79535 -47bb-0310-9956-
ffa450edef68
William A. Rowe Jr [Tue, 15 Oct 2002 03:29:28 +0000 (03:29 +0000)]
Notes to close PR 10190
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@97219
13f79535 -47bb-0310-9956-
ffa450edef68
André Malo [Tue, 15 Oct 2002 02:51:41 +0000 (02:51 +0000)]
discovered some useful stuff in the code,
see: server/core.c:core_override_type
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@97218
13f79535 -47bb-0310-9956-
ffa450edef68
Joshua Slive [Tue, 15 Oct 2002 01:49:24 +0000 (01:49 +0000)]
Add a note to the developer docs about Kevin O'Donnell's tutorial.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@97217
13f79535 -47bb-0310-9956-
ffa450edef68
William A. Rowe Jr [Mon, 14 Oct 2002 23:30:01 +0000 (23:30 +0000)]
Fix -k restart feature on win32.
PR: 12011
Submitted by: Juan Rivera <Juan.Rivera@citrix.com>
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@97216
13f79535 -47bb-0310-9956-
ffa450edef68
William A. Rowe Jr [Mon, 14 Oct 2002 20:08:15 +0000 (20:08 +0000)]
Use a better name for the APR_SENDFILE_ENABLE flag.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@97211
13f79535 -47bb-0310-9956-
ffa450edef68
David Shane Holden [Mon, 14 Oct 2002 19:16:27 +0000 (19:16 +0000)]
Update transformations.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@97210
13f79535 -47bb-0310-9956-
ffa450edef68
Bradley Nicholes [Mon, 14 Oct 2002 18:42:01 +0000 (18:42 +0000)]
import the proxy_module system for the NetWare project build
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@97209
13f79535 -47bb-0310-9956-
ffa450edef68
William A. Rowe Jr [Mon, 14 Oct 2002 18:25:07 +0000 (18:25 +0000)]
Document EnableSendfile. I'm presuming that directives.html* and
quick_reference.html* are now autogenerated. Could someone run the
xml builder and commit the compiled results?
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@97208
13f79535 -47bb-0310-9956-
ffa450edef68
Bradley Nicholes [Mon, 14 Oct 2002 18:07:15 +0000 (18:07 +0000)]
Switched to the APR_STATUS_IS_XXX macros
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@97207
13f79535 -47bb-0310-9956-
ffa450edef68
Bradley Nicholes [Mon, 14 Oct 2002 18:06:04 +0000 (18:06 +0000)]
Need to import the proxy_module symbol
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@97206
13f79535 -47bb-0310-9956-
ffa450edef68
William A. Rowe Jr [Mon, 14 Oct 2002 17:42:45 +0000 (17:42 +0000)]
Introduce an EnableSendfile directive (defaulted to ON) to allow users
to disable sendfile mechanics for NFS volume mounts and other kernel
objects that don't support sendfile. And EnableSendfile off can be used
to help narrow bugs down to the sendfile mechanics or eliminate the
possiblity that sendfile is a factor on any given platform.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@97205
13f79535 -47bb-0310-9956-
ffa450edef68
Erik Abele [Mon, 14 Oct 2002 17:00:38 +0000 (17:00 +0000)]
Fixed incorrect link.
BUG#: 13594
Submitted by: <sam@hennebert.be>
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@97204
13f79535 -47bb-0310-9956-
ffa450edef68
William A. Rowe Jr [Mon, 14 Oct 2002 14:54:45 +0000 (14:54 +0000)]
Fix for Sebastian's observation of my fat fingers.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@97203
13f79535 -47bb-0310-9956-
ffa450edef68
Jim Jagielski [Mon, 14 Oct 2002 14:11:24 +0000 (14:11 +0000)]
Haven't heard any vetoes regarding this, so might as well fold it
in. Not too happy about cluttering up the list of directives either.
But, at least, it allows 2.0 to proxy stupid IIS as much as 1.3.
Docs to come soon.
PR:
Obtained from:
Submitted by:
Reviewed by:
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@97202
13f79535 -47bb-0310-9956-
ffa450edef68
Ryan Bloom [Mon, 14 Oct 2002 04:15:58 +0000 (04:15 +0000)]
This stuff shouldn't have been committed. This is the SSL upgrade stuff,
and it was included in a commit that shouldn't have touched these files.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@97201
13f79535 -47bb-0310-9956-
ffa450edef68
William A. Rowe Jr [Mon, 14 Oct 2002 03:13:20 +0000 (03:13 +0000)]
Handle WSA_IO_PENDING as well.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@97200
13f79535 -47bb-0310-9956-
ffa450edef68
William A. Rowe Jr [Mon, 14 Oct 2002 00:12:02 +0000 (00:12 +0000)]
A couple of observations
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@97199
13f79535 -47bb-0310-9956-
ffa450edef68
Astrid Malo [Sun, 13 Oct 2002 21:56:52 +0000 (21:56 +0000)]
markup improvement and updating translation
Submitted by: Tim Gerundt <tim@gerundt.de>
some linguistic changes, discussed with and reviewed by nd
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@97198
13f79535 -47bb-0310-9956-
ffa450edef68
William A. Rowe Jr [Sun, 13 Oct 2002 20:06:59 +0000 (20:06 +0000)]
Bigger hack alert. Expand the range of unrecycled sockets to include
WSAENOTSOCK for dealing with the AcceptEx failed bug reports. Experimental
build to go out shortly.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@97197
13f79535 -47bb-0310-9956-
ffa450edef68
Astrid Malo [Sun, 13 Oct 2002 19:50:33 +0000 (19:50 +0000)]
updated transformation
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@97196
13f79535 -47bb-0310-9956-
ffa450edef68
William A. Rowe Jr [Sun, 13 Oct 2002 19:35:04 +0000 (19:35 +0000)]
Temporary fix for the len type discrepancy, with documentation to be fixed.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@97195
13f79535 -47bb-0310-9956-
ffa450edef68
William A. Rowe Jr [Sun, 13 Oct 2002 19:14:54 +0000 (19:14 +0000)]
auth_basic and auth_digest are now exclusive of one another on Win32,
with the provider hooks moved into the core
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@97194
13f79535 -47bb-0310-9956-
ffa450edef68
Astrid Malo [Sun, 13 Oct 2002 18:35:25 +0000 (18:35 +0000)]
imporve markup
Submitted by: Tim Gerundt <tim@gerundt.de>
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@97193
13f79535 -47bb-0310-9956-
ffa450edef68
William A. Rowe Jr [Sun, 13 Oct 2002 18:22:55 +0000 (18:22 +0000)]
What once were macros no longer need line continuation
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@97192
13f79535 -47bb-0310-9956-
ffa450edef68
William A. Rowe Jr [Sun, 13 Oct 2002 03:25:04 +0000 (03:25 +0000)]
Some errors are impossible to fathom, without the user knowing certain
base numbers. This patch introduces "(EAP ##): Eap message" for the EAP
errors, "(OS ##): Message" for modestly numbered os errors (under 100000)
and hex "(OS 0x########): Message" for huge errors, which generally have
bit-flag meanings and are usually represented in hex.
This should make recognizing user bugreports a little less difficult.
Would have done the same for other ranges, but they don't have (as) obvious
numeric meanings on their own.
Finally, we free up a buffer copy and give apr_strerror our string buffer
to directly populate the message text.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@97191
13f79535 -47bb-0310-9956-
ffa450edef68
William A. Rowe Jr [Sat, 12 Oct 2002 16:12:14 +0000 (16:12 +0000)]
Some good casts - mem_cache cannot overflow with LARGEFILE sized objects.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@97189
13f79535 -47bb-0310-9956-
ffa450edef68
André Malo [Sat, 12 Oct 2002 14:59:20 +0000 (14:59 +0000)]
update transformation due to perchild.xml changes
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@97188
13f79535 -47bb-0310-9956-
ffa450edef68
Brian Pane [Sat, 12 Oct 2002 07:51:09 +0000 (07:51 +0000)]
rewrite of ap_cache_liststr
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@97187
13f79535 -47bb-0310-9956-
ffa450edef68
Brian Pane [Sat, 12 Oct 2002 06:43:32 +0000 (06:43 +0000)]
Fix a mismatch of data types: apr_time_t vs intervals measured
in seconds. Also use 64-bit atoi conversions to avoid loss of
precision (thanks to Paul Reder for the atoi fix)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@97186
13f79535 -47bb-0310-9956-
ffa450edef68
William A. Rowe Jr [Sat, 12 Oct 2002 04:39:51 +0000 (04:39 +0000)]
I believe these should be the defaults under the new auth schema.
Feel free to correct me if I'm wrong.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@97183
13f79535 -47bb-0310-9956-
ffa450edef68
Bradley Nicholes [Fri, 11 Oct 2002 21:35:06 +0000 (21:35 +0000)]
NetWare makefile changes to facilitate building the auth_ldap modules
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@97182
13f79535 -47bb-0310-9956-
ffa450edef68
Bradley Nicholes [Fri, 11 Oct 2002 17:31:09 +0000 (17:31 +0000)]
Fixed a problem with the NetWare command line builder for building the CGI
command line. It did not handle building the command line when given a
script rather than an executible.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@97181
13f79535 -47bb-0310-9956-
ffa450edef68
Ryan Bloom [Fri, 11 Oct 2002 15:41:52 +0000 (15:41 +0000)]
If the server is configured with an accept mutex type that isn't comaptible
with perchild, then force it to be FCNTL.
PR: 13311
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@97180
13f79535 -47bb-0310-9956-
ffa450edef68
Ryan Bloom [Fri, 11 Oct 2002 15:29:22 +0000 (15:29 +0000)]
Fix a compile of compiler warnings. I don't know how these slipped past.
Also, uncomment a line of code that the last commit should have uncommented.
Randall found this line and the fix, but I forgot to uncomment this line
along with the fix.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@97179
13f79535 -47bb-0310-9956-
ffa450edef68
Ryan Bloom [Fri, 11 Oct 2002 15:26:10 +0000 (15:26 +0000)]
Fix receive_request, it was using the same location in the iovec for both
headers and body.
Submitted by: Randall Stewart <randall@stewart.chicago.il.us>
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@97178
13f79535 -47bb-0310-9956-
ffa450edef68
Ryan Bloom [Fri, 11 Oct 2002 15:20:30 +0000 (15:20 +0000)]
Fix the docs for ChildPerUserId.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@97177
13f79535 -47bb-0310-9956-
ffa450edef68
Yoshiki Hayashi [Thu, 10 Oct 2002 14:30:08 +0000 (14:30 +0000)]
Regenerate Japanese HTML files.
Sorry for SPAM. I forgot to update ja.xml first so the previous
transformation ended up in empty context lines. Thank Hiroaki KAWAI
<hawk@bcl.t.u-tokyo.ac.jp> for pointing this out.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@97171
13f79535 -47bb-0310-9956-
ffa450edef68
Yoshiki Hayashi [Thu, 10 Oct 2002 14:23:16 +0000 (14:23 +0000)]
Update Japanese translation.
Submitted by: Hiroaki KAWAI <hawk@bcl.t.u-tokyo.ac.jp>
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@97170
13f79535 -47bb-0310-9956-
ffa450edef68
Yoshiki Hayashi [Thu, 10 Oct 2002 13:08:41 +0000 (13:08 +0000)]
Update transformations.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@97169
13f79535 -47bb-0310-9956-
ffa450edef68
Yoshiki Hayashi [Thu, 10 Oct 2002 13:06:41 +0000 (13:06 +0000)]
Convert context element back into English.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@97168
13f79535 -47bb-0310-9956-
ffa450edef68
Yoshiki Hayashi [Thu, 10 Oct 2002 13:03:44 +0000 (13:03 +0000)]
Update Japanese translations.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@97167
13f79535 -47bb-0310-9956-
ffa450edef68
Yoshiki Hayashi [Thu, 10 Oct 2002 13:00:12 +0000 (13:00 +0000)]
Convert context element back into English.
Submitted by: Hiroaki KAWAI <hawk@bcl.t.u-tokyo.ac.jp>
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@97166
13f79535 -47bb-0310-9956-
ffa450edef68
Yoshiki Hayashi [Thu, 10 Oct 2002 12:56:30 +0000 (12:56 +0000)]
Update Japanese translations.
Submitted by: Hiroaki KAWAI <hawk@bcl.t.u-tokyo.ac.jp>
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@97165
13f79535 -47bb-0310-9956-
ffa450edef68
Yoshiki Hayashi [Thu, 10 Oct 2002 12:50:58 +0000 (12:50 +0000)]
Update Japanese translations.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@97164
13f79535 -47bb-0310-9956-
ffa450edef68
Yoshiki Hayashi [Thu, 10 Oct 2002 12:48:22 +0000 (12:48 +0000)]
New Japanese translations.
Submitted by: Hiroaki KAWAI <hawk@bcl.t.u-tokyo.ac.jp>
Reviewed by: Yoshiki Hayashi
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@97163
13f79535 -47bb-0310-9956-
ffa450edef68
Jeff Trawick [Thu, 10 Oct 2002 12:35:01 +0000 (12:35 +0000)]
fix a problem generating the docs via scandoc
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@97162
13f79535 -47bb-0310-9956-
ffa450edef68
Roy T. Fielding [Wed, 9 Oct 2002 19:57:53 +0000 (19:57 +0000)]
Remove an unwise encoding="none" when dealing with the REDIRECT_REQUEST_METHOD
because of what it might contain if the server is configured to handle
unknown methods.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@97161
13f79535 -47bb-0310-9956-
ffa450edef68
Yoshiki Hayashi [Wed, 9 Oct 2002 10:15:36 +0000 (10:15 +0000)]
Typo.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@97159
13f79535 -47bb-0310-9956-
ffa450edef68
Sander Striker [Wed, 9 Oct 2002 09:50:09 +0000 (09:50 +0000)]
One line fix to get HTMLTable to validate.
PR: 13351
Submitted by: Thom May <thommay@apache.org>
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@97158
13f79535 -47bb-0310-9956-
ffa450edef68
Graham Leggett [Wed, 9 Oct 2002 08:02:58 +0000 (08:02 +0000)]
Update README.ldap file for Windows build instructions.
PR:
Obtained from:
Submitted by: Andre Schild <A.Schild@aarboard.ch>
Reviewed by:
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@97157
13f79535 -47bb-0310-9956-
ffa450edef68
Graham Leggett [Wed, 9 Oct 2002 06:48:08 +0000 (06:48 +0000)]
Change the LDAP modules to export their symbols correctly
during a Windows build. Add dsp files for Windows.
PR:
Obtained from:
Submitted by: Andre Schild <A.Schild@aarboard.ch>
Reviewed by:
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@97156
13f79535 -47bb-0310-9956-
ffa450edef68
André Malo [Wed, 9 Oct 2002 01:40:44 +0000 (01:40 +0000)]
fix bogus anchors
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@97155
13f79535 -47bb-0310-9956-
ffa450edef68
André Malo [Wed, 9 Oct 2002 01:27:48 +0000 (01:27 +0000)]
update transformation
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@97154
13f79535 -47bb-0310-9956-
ffa450edef68
André Malo [Wed, 9 Oct 2002 01:16:06 +0000 (01:16 +0000)]
fix many links in respect to the aaa changes.
Probably overlooked one or two ;-)
Some files are left unmodified, since the parts there
aren't clear or have to be (re-)written:
ebcdic.xml
new_features_2_0.xml
upgrading.xml
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@97153
13f79535 -47bb-0310-9956-
ffa450edef68
Erik Abele [Tue, 8 Oct 2002 19:21:39 +0000 (19:21 +0000)]
Updated translators info.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@97148
13f79535 -47bb-0310-9956-
ffa450edef68
Erik Abele [Tue, 8 Oct 2002 19:20:01 +0000 (19:20 +0000)]
Added portuguese-brazilian error-messages.
Translated by: Ricardo Leite <ricleite@asbyte.com.br>
Submitted/reviewed by: Luiz Rocha <lsdr@lsdr.net>
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@97147
13f79535 -47bb-0310-9956-
ffa450edef68
André Malo [Tue, 8 Oct 2002 18:40:36 +0000 (18:40 +0000)]
core.xml: revert turns to <pre>formatted examples and use
<indent> elements
update transformations of core.html.en and
quickreference.html.en (due to the mod_rewrite.xml fix)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@97146
13f79535 -47bb-0310-9956-
ffa450edef68
Erik Abele [Tue, 8 Oct 2002 17:44:48 +0000 (17:44 +0000)]
Typo.
Submitted by: Steve Reppucci <sgr@logsoft.com>
Bug#: 13383
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@97145
13f79535 -47bb-0310-9956-
ffa450edef68
Justin Erenkrantz [Tue, 8 Oct 2002 15:12:43 +0000 (15:12 +0000)]
Fix recent exports.c breakage by referencing exports.c as being in
top_builddir rather than top_srcdir.
For VPATH builds, we must treat exports.c as being in the build tree rather
than in the source tree. Otherwise, it won't be regenerated properly.
(FreeBSD's make does not require the explicit path, so I'm not sure why this
change was made at all.)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@97144
13f79535 -47bb-0310-9956-
ffa450edef68
André Malo [Tue, 8 Oct 2002 14:20:09 +0000 (14:20 +0000)]
increase the font-size of example/warning/note title a little bit.
It should look much better now ;-)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@97143
13f79535 -47bb-0310-9956-
ffa450edef68
Jeff Trawick [Tue, 8 Oct 2002 11:21:25 +0000 (11:21 +0000)]
template parameter passed to apr_file_mktemp() must be modifiable
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@97142
13f79535 -47bb-0310-9956-
ffa450edef68
André Malo [Tue, 8 Oct 2002 02:48:22 +0000 (02:48 +0000)]
fix context abbreviation code
it didn't work properly if there's a newline inside of a context
(instead of a single space), so some <context>virtual
host</context> were lost.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@97141
13f79535 -47bb-0310-9956-
ffa450edef68
André Malo [Tue, 8 Oct 2002 02:22:26 +0000 (02:22 +0000)]
update transformation
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@97140
13f79535 -47bb-0310-9956-
ffa450edef68
André Malo [Tue, 8 Oct 2002 02:20:33 +0000 (02:20 +0000)]
context list information are now taken from
$lang.xml file. the module file holds the
*untranslated* "server config", "virtual host" etc.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@97139
13f79535 -47bb-0310-9956-
ffa450edef68
André Malo [Tue, 8 Oct 2002 02:13:25 +0000 (02:13 +0000)]
remove surplus CSS files
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@97138
13f79535 -47bb-0310-9956-
ffa450edef68
André Malo [Tue, 8 Oct 2002 01:46:47 +0000 (01:46 +0000)]
<context>directory</context> includes location
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@97137
13f79535 -47bb-0310-9956-
ffa450edef68
Ryan Bloom [Tue, 8 Oct 2002 01:15:46 +0000 (01:15 +0000)]
We can't just create the temporary file in the current directory. If that
directory isn't writable, htpasswd won't work. This adds a function
whose responsibility it is to find a valid directory for temporary files.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@97136
13f79535 -47bb-0310-9956-
ffa450edef68
Brian Pane [Mon, 7 Oct 2002 15:30:43 +0000 (15:30 +0000)]
Fixed the new send_all_header_fields() function to properly
compute the size of the iovec array.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@97135
13f79535 -47bb-0310-9956-
ffa450edef68
André Malo [Mon, 7 Oct 2002 15:23:03 +0000 (15:23 +0000)]
update transformation due to the change of synopsis.xsl
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@97134
13f79535 -47bb-0310-9956-
ffa450edef68
André Malo [Mon, 7 Oct 2002 15:17:25 +0000 (15:17 +0000)]
fix some style issues
- red solid border around warning areas
- <syntax> gets a <code> around
(more shouldn't be used, because it breaks the flow too much)
- headings of warnings, notes & examples are left aligned
Based on a Proposal by: Tim Gerundt <tim@gerundt.de>
Added some linebreaks for better diffs... ;-)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@97133
13f79535 -47bb-0310-9956-
ffa450edef68
André Malo [Mon, 7 Oct 2002 13:56:36 +0000 (13:56 +0000)]
update transformation...
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@97131
13f79535 -47bb-0310-9956-
ffa450edef68
Yoshiki Hayashi [Mon, 7 Oct 2002 11:06:19 +0000 (11:06 +0000)]
New XML.
Submitted by: Hiroaki KAWAI <hawk@bcl.t.u-tokyo.ac.jp>
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@97130
13f79535 -47bb-0310-9956-
ffa450edef68
Yoshiki Hayashi [Mon, 7 Oct 2002 11:02:35 +0000 (11:02 +0000)]
Remove mod_access.html.ja.jis and update transformations.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@97129
13f79535 -47bb-0310-9956-
ffa450edef68
Yoshiki Hayashi [Mon, 7 Oct 2002 10:53:24 +0000 (10:53 +0000)]
Update Japanese translation.
Submitted by: Hiroaki KAWAI <hawk@bcl.t.u-tokyo.ac.jp>, Yoshiki Hayashi
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@97128
13f79535 -47bb-0310-9956-
ffa450edef68
Yoshiki Hayashi [Mon, 7 Oct 2002 10:38:45 +0000 (10:38 +0000)]
Update Japanese translation.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@97127
13f79535 -47bb-0310-9956-
ffa450edef68
Yoshiki Hayashi [Mon, 7 Oct 2002 10:31:37 +0000 (10:31 +0000)]
Restore contents of this file.
Perhaps Justin accidentaly copied wrong one when he renamed
mod_access.xml.ja to mod_authz_host.xml.ja.
(It's no big deal. It's solved by simple merge.)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@97126
13f79535 -47bb-0310-9956-
ffa450edef68
Yoshiki Hayashi [Mon, 7 Oct 2002 10:14:44 +0000 (10:14 +0000)]
Clarify what basename is (from 1.3).
Fix typo.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@97125
13f79535 -47bb-0310-9956-
ffa450edef68
André Malo [Mon, 7 Oct 2002 09:33:24 +0000 (09:33 +0000)]
remove forgotten mod_access.html.en
update transforming of upgrading.xml (due to relative path errors)
(Justin, is your build.xml out of date?)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@97124
13f79535 -47bb-0310-9956-
ffa450edef68
Justin Erenkrantz [Mon, 7 Oct 2002 08:46:31 +0000 (08:46 +0000)]
Update the docs to fully reflect the aaa changes by linking in the new
modules and removing the deleted ones; renaming mod_auth_anon->mod_authn_anon,
and mod_access->mod_authz_host.
All docs to the old modules are now deleted.
Translations were kept with their old modules. (Can't read Japanese.)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@97123
13f79535 -47bb-0310-9956-
ffa450edef68
Brian Pane [Mon, 7 Oct 2002 05:10:54 +0000 (05:10 +0000)]
Simpler, faster code for generating HTTP response headers:
Instead of passing a callback function to apr_table_do() to
generate one field at a time, just build an iovec containing
all the fields and make a single call to apr_brigade_writev().
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@97122
13f79535 -47bb-0310-9956-
ffa450edef68
Aaron Bannert [Mon, 7 Oct 2002 01:41:01 +0000 (01:41 +0000)]
Mention Thom's port of -S to 2.0
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@97121
13f79535 -47bb-0310-9956-
ffa450edef68
Aaron Bannert [Mon, 7 Oct 2002 01:39:20 +0000 (01:39 +0000)]
Add -S as a synonym for -t -DDUMP_VHOSTS
Submitted by: Thom May <thom@planetarytramp.net>
Reviewed by: Aaron Bannert
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@97120
13f79535 -47bb-0310-9956-
ffa450edef68
Erik Abele [Sat, 5 Oct 2002 23:16:49 +0000 (23:16 +0000)]
Removed another <samp>...and now they are validating all ;-)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@97119
13f79535 -47bb-0310-9956-
ffa450edef68
Erik Abele [Sat, 5 Oct 2002 23:12:22 +0000 (23:12 +0000)]
Fixed a XML/HTML issue.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@97118
13f79535 -47bb-0310-9956-
ffa450edef68
Erik Abele [Sat, 5 Oct 2002 23:06:19 +0000 (23:06 +0000)]
Update transformation.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@97117
13f79535 -47bb-0310-9956-
ffa450edef68
Erik Abele [Sat, 5 Oct 2002 23:03:58 +0000 (23:03 +0000)]
zzzzippp...and another one :)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@97116
13f79535 -47bb-0310-9956-
ffa450edef68
Erik Abele [Sat, 5 Oct 2002 22:57:34 +0000 (22:57 +0000)]
New XML plus transformation.
Submitted by: Luiz Rocha <luiz@lsdr.net>
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@97115
13f79535 -47bb-0310-9956-
ffa450edef68
Erik Abele [Sat, 5 Oct 2002 22:54:04 +0000 (22:54 +0000)]
Fixed a xml issue.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@97114
13f79535 -47bb-0310-9956-
ffa450edef68
Rich Bowen [Sat, 5 Oct 2002 20:38:15 +0000 (20:38 +0000)]
These two files have been converted.
PR:
Obtained from:
Submitted by:
Reviewed by:
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@97113
13f79535 -47bb-0310-9956-
ffa450edef68
Astrid Malo [Sat, 5 Oct 2002 16:06:45 +0000 (16:06 +0000)]
put module names into <module></module>
Submitted by: Ilia Soldis <s010148@tversu.ru>
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@97112
13f79535 -47bb-0310-9956-
ffa450edef68
Jeff Trawick [Sat, 5 Oct 2002 12:15:21 +0000 (12:15 +0000)]
add a BrowserMatch directive to enable redirect-carefully for
the Gnome VFS so that WebDAV works correctly with Nautilus
and other code using the Gnome VFS
PR: 12901
Submitted by: Rusty Conover <rconover@infogears.com>
Reviewed by: Jeff Trawick
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@97111
13f79535 -47bb-0310-9956-
ffa450edef68
Jeff Trawick [Fri, 4 Oct 2002 16:57:38 +0000 (16:57 +0000)]
Fix a bug with dbm rewrite maps which caused the wrong value to
be used when the key was not found in the dbm.
apr_dbm_fetch() returns APR_SUCCESS as long as there was no I/O
error. mod_rewrite needed to look further to see if the key
was actually found.
PR 13204
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@97106
13f79535 -47bb-0310-9956-
ffa450edef68
Jeff Trawick [Fri, 4 Oct 2002 16:13:23 +0000 (16:13 +0000)]
Add a comment about the setting of no-gzip.
PR: 13141
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@97105
13f79535 -47bb-0310-9956-
ffa450edef68