]>
granicus.if.org Git - apache/log
Joshua Slive [Mon, 27 May 2002 00:44:06 +0000 (00:44 +0000)]
Small fixes to mod_include and mod_so docs.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@95297
13f79535 -47bb-0310-9956-
ffa450edef68
Joshua Slive [Sun, 26 May 2002 23:10:15 +0000 (23:10 +0000)]
A little refactoring of the mod_setenvif docs. In particular, consolidate the
details in the SetEnvIf directive and let the others simply reference that one.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@95296
13f79535 -47bb-0310-9956-
ffa450edef68
Cliff Woolley [Sun, 26 May 2002 23:00:19 +0000 (23:00 +0000)]
style police take 2
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@95295
13f79535 -47bb-0310-9956-
ffa450edef68
Cliff Woolley [Sun, 26 May 2002 22:56:45 +0000 (22:56 +0000)]
style police
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@95294
13f79535 -47bb-0310-9956-
ffa450edef68
Brian Pane [Sun, 26 May 2002 22:28:06 +0000 (22:28 +0000)]
Updated the release showstoppers section to reflect the
completion of the critical suexec fixes
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@95293
13f79535 -47bb-0310-9956-
ffa450edef68
Brian Pane [Sun, 26 May 2002 22:10:55 +0000 (22:10 +0000)]
Fix for suexec invocation of CGIs under user dirs when using cgid
PR: 7810
Submitted by: Colm MacCarthaigh <colmmacc@redbrick.dcu.ie>
Reviewed by: Brian Pane
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@95292
13f79535 -47bb-0310-9956-
ffa450edef68
Joshua Slive [Sun, 26 May 2002 22:08:58 +0000 (22:08 +0000)]
Small mod doc updates.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@95291
13f79535 -47bb-0310-9956-
ffa450edef68
Brian Pane [Sun, 26 May 2002 08:27:10 +0000 (08:27 +0000)]
Fix for suexec execution of CGI scripts from mod_include
(including security patch to ensure that <!--#include file="name.cgi"-->
is run as the suexec user rather than the httpd user)
PR: 7791, 8291
Submitted by: Colm MacCarthaigh <colmmacc@redbrick.dcu.ie>
Reviewed by: Brian Pane
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@95290
13f79535 -47bb-0310-9956-
ffa450edef68
Cliff Woolley [Sun, 26 May 2002 05:45:07 +0000 (05:45 +0000)]
I *think* I tracked down all the issues that have come up on list in the
last week or so and remain unresolved or needing consensus. If I missed
something, PLEASE BE SURE TO ADD IT HERE.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@95289
13f79535 -47bb-0310-9956-
ffa450edef68
Justin Erenkrantz [Sat, 25 May 2002 22:32:40 +0000 (22:32 +0000)]
Add support for ${AUTOHEADER} and ${AUTOCONF} in buildconf
(apr and apr-util already support this convention.)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@95288
13f79535 -47bb-0310-9956-
ffa450edef68
Cliff Woolley [Sat, 25 May 2002 20:10:55 +0000 (20:10 +0000)]
Fix the rest of the apr_pool_userdata_setn() bogosity w.r.t. DSO modules.
It's totally unsafe to use apr_pool_userdata_setn() in the post_config
phase of a module, since on some platforms when the DSO gets reloaded
between phases, the data segment will be at a different address on the
second phase and the userdata_get() call will fail.
PR: 9413
Submitted by: Tsuyoshi Sasamoto <nazonazo@super.win.ne.jp>
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@95287
13f79535 -47bb-0310-9956-
ffa450edef68
William A. Rowe Jr [Sat, 25 May 2002 20:09:24 +0000 (20:09 +0000)]
Simple fix for possibly unterminated REG_SZ data
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@95286
13f79535 -47bb-0310-9956-
ffa450edef68
William A. Rowe Jr [Sat, 25 May 2002 20:06:32 +0000 (20:06 +0000)]
Small chance we have an unterminated or single null terminated list.
Simple workaround to protect our sizing functions from walking past
the end of allocation.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@95285
13f79535 -47bb-0310-9956-
ffa450edef68
William A. Rowe Jr [Sat, 25 May 2002 20:02:16 +0000 (20:02 +0000)]
nelts returned from a registry key may be zero... make it so.
[We previously would return an array of one empty element.]
PR: 9410
Submitted by: Vasiliy Gagin <vasiliy@gazooc.com>
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@95284
13f79535 -47bb-0310-9956-
ffa450edef68
Joshua Slive [Sat, 25 May 2002 16:59:34 +0000 (16:59 +0000)]
Update transformations.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@95283
13f79535 -47bb-0310-9956-
ffa450edef68
Joshua Slive [Sat, 25 May 2002 16:57:17 +0000 (16:57 +0000)]
Correct the tag name for "This module provides no directives."
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@95282
13f79535 -47bb-0310-9956-
ffa450edef68
Joshua Slive [Sat, 25 May 2002 16:47:20 +0000 (16:47 +0000)]
Get rid of the mod/index-bytype.html file. Now that we have better
cross-referencing and unifying documentation it isn't necessary.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@95281
13f79535 -47bb-0310-9956-
ffa450edef68
William A. Rowe Jr [Sat, 25 May 2002 15:31:27 +0000 (15:31 +0000)]
Bug one of two, INIT_FLAG better pair with set_flag_slot.
Submitted by: Sebastian Hantsch <Sebastian.Hantsch@t-online.de>
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@95280
13f79535 -47bb-0310-9956-
ffa450edef68
Brian Pane [Sat, 25 May 2002 06:58:39 +0000 (06:58 +0000)]
Added EnableMMAP to performance tuning guide
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@95279
13f79535 -47bb-0310-9956-
ffa450edef68
Brian Pane [Sat, 25 May 2002 04:14:51 +0000 (04:14 +0000)]
Removed extraneous "{} \;" from some xargs calls
Submitted by: Joe Orton <jorton@redhat.com>
Reviewed by: Brian Pane
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@95278
13f79535 -47bb-0310-9956-
ffa450edef68
Brian Pane [Sat, 25 May 2002 04:06:35 +0000 (04:06 +0000)]
Fix for mod_include's parsing of "/regexp/" expressions in
<!--#if directives
Submitted by: Julius Gawlas <julius_gawlas@hp.com>
Reviewed by: Brian Pane
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@95277
13f79535 -47bb-0310-9956-
ffa450edef68
Greg Ames [Fri, 24 May 2002 20:15:07 +0000 (20:15 +0000)]
tweak "requests currently being processed". It is confusing to not have
old generation requests included after a graceful restart. But we
shouldn't count workers who are starting up.
OTOH, the "ready" counter needs to pay attention to the generation, so it
stays in sync with how p_i_s_m counts idle workers.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@95272
13f79535 -47bb-0310-9956-
ffa450edef68
Brian Pane [Fri, 24 May 2002 20:03:50 +0000 (20:03 +0000)]
71 degrees F and sunny, with scattered clouds and an increased
chance of a 2.0.37 release
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@95271
13f79535 -47bb-0310-9956-
ffa450edef68
Brian Pane [Fri, 24 May 2002 19:50:58 +0000 (19:50 +0000)]
Fix for the worker deadlock problem
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@95270
13f79535 -47bb-0310-9956-
ffa450edef68
Jeff Trawick [Fri, 24 May 2002 18:48:10 +0000 (18:48 +0000)]
the "-k startssl" parameter is reverted by popular demand
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@95269
13f79535 -47bb-0310-9956-
ffa450edef68
Bill Stoddard [Fri, 24 May 2002 16:58:23 +0000 (16:58 +0000)]
Win32: Shutdown the listeners before telling the accept threads to quit.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@95268
13f79535 -47bb-0310-9956-
ffa450edef68
Bill Stoddard [Fri, 24 May 2002 16:56:39 +0000 (16:56 +0000)]
Win32: Use atomic increment/decrement on counters touched by multiple threads.
I intentionally did not use atomic operators on the Win9* code paths.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@95267
13f79535 -47bb-0310-9956-
ffa450edef68
Bradley Nicholes [Fri, 24 May 2002 15:34:53 +0000 (15:34 +0000)]
Exporting a missing API for NetWare
Submitted by: Jean-Jacques Clar [JJCLAR@Novell.com]
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@95266
13f79535 -47bb-0310-9956-
ffa450edef68
William A. Rowe Jr [Fri, 24 May 2002 15:16:53 +0000 (15:16 +0000)]
We appear to never have had any complaints about copy srcname dstname
not overwriting dstname ... this flavor is certain not to emit a file
exists error [with the obvious caviat - if it's write protected, your
problem.] Much simpler than /y, <.y or set copycmd fooness.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@95265
13f79535 -47bb-0310-9956-
ffa450edef68
Bill Stoddard [Fri, 24 May 2002 14:41:08 +0000 (14:41 +0000)]
Expose a new cache_hash function to free the hash table.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@95264
13f79535 -47bb-0310-9956-
ffa450edef68
Cliff Woolley [Thu, 23 May 2002 21:35:08 +0000 (21:35 +0000)]
Veto rescinded: <
20020523141308 .A22513@lyra.org>
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@95263
13f79535 -47bb-0310-9956-
ffa450edef68
Joshua Slive [Thu, 23 May 2002 20:00:28 +0000 (20:00 +0000)]
I think the recent flury of garbage flying out of docs/manual/style
and docs/manual/mod warrants a CHANGES entry.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@95258
13f79535 -47bb-0310-9956-
ffa450edef68
Cliff Woolley [Thu, 23 May 2002 19:46:09 +0000 (19:46 +0000)]
Sunny in c-ville...
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@95257
13f79535 -47bb-0310-9956-
ffa450edef68
Jeff Trawick [Thu, 23 May 2002 18:52:26 +0000 (18:52 +0000)]
issue the usage message if there are extraneous arguments on
the command line
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@95254
13f79535 -47bb-0310-9956-
ffa450edef68
Jeff Trawick [Thu, 23 May 2002 18:31:02 +0000 (18:31 +0000)]
fix data initialization problem in new Unix -k option processing
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@95251
13f79535 -47bb-0310-9956-
ffa450edef68
Joshua Slive [Thu, 23 May 2002 15:10:43 +0000 (15:10 +0000)]
Update transformation after fixing stylesheet.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@95248
13f79535 -47bb-0310-9956-
ffa450edef68
Joshua Slive [Thu, 23 May 2002 15:06:42 +0000 (15:06 +0000)]
A test block snuck in sometime.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@95247
13f79535 -47bb-0310-9956-
ffa450edef68
Jeff Trawick [Thu, 23 May 2002 14:56:11 +0000 (14:56 +0000)]
Fix a file permissions problem which prevented mod_disk_cache
from working on Unix.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@95246
13f79535 -47bb-0310-9956-
ffa450edef68
Joshua Slive [Thu, 23 May 2002 14:51:03 +0000 (14:51 +0000)]
Update the stylesheet reference.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@95245
13f79535 -47bb-0310-9956-
ffa450edef68
Joshua Slive [Thu, 23 May 2002 14:50:12 +0000 (14:50 +0000)]
Update the stylesheet reference to the new language-specific version.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@95244
13f79535 -47bb-0310-9956-
ffa450edef68
Joshua Slive [Thu, 23 May 2002 14:44:25 +0000 (14:44 +0000)]
Fix the ja.jis file. I hadn't cvs uped the manual.ja.xsl before transforming this.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@95243
13f79535 -47bb-0310-9956-
ffa450edef68
Joshua Slive [Thu, 23 May 2002 14:38:48 +0000 (14:38 +0000)]
A little too fast on the fingers. I didn't mean to remove these.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@95242
13f79535 -47bb-0310-9956-
ffa450edef68
Joshua Slive [Thu, 23 May 2002 14:28:50 +0000 (14:28 +0000)]
First proper (I hope!) japanese transformation.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@95241
13f79535 -47bb-0310-9956-
ffa450edef68
Joshua Slive [Thu, 23 May 2002 14:23:51 +0000 (14:23 +0000)]
No change here except the filename extensions. Sorry for the massic commit.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@95240
13f79535 -47bb-0310-9956-
ffa450edef68
Joshua Slive [Thu, 23 May 2002 14:22:17 +0000 (14:22 +0000)]
Build file updated to work with modified ant to get us the proper extension
substitution.
Submitted by: Yoshiki Hayashi, Joshua Slive
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@95239
13f79535 -47bb-0310-9956-
ffa450edef68
Joshua Slive [Thu, 23 May 2002 14:21:19 +0000 (14:21 +0000)]
Thanks to Yoshiki, we seem to have an (at least temporary) solution to our
doc transformation problem.
As the first step, I'm removing all the .html files. They will be replaced
by language-specific files.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@95238
13f79535 -47bb-0310-9956-
ffa450edef68
Jeff Trawick [Thu, 23 May 2002 12:58:37 +0000 (12:58 +0000)]
Add "-k start|startssl|restart|graceful|stop" support to httpd
for the Unix MPMs. These have semantics very similar to the
old apachectl commands of the same name.
The use of stderr/stdout and exit status for error conditions
needs to be revisited. For now it matches apachectl behavior.
Justin Erenkrantz got the ball rolling with this feature. Some
of his support code was used unchanged. Other code was shuffled
around and modified or rewritten.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@95237
13f79535 -47bb-0310-9956-
ffa450edef68
Jeff Trawick [Thu, 23 May 2002 12:20:56 +0000 (12:20 +0000)]
fix a spelling error in a comment
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@95236
13f79535 -47bb-0310-9956-
ffa450edef68
Jeff Trawick [Thu, 23 May 2002 12:19:09 +0000 (12:19 +0000)]
add ap_log_pid() for reading an Apache pid file
Submitted by: Justin Erenkrantz
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@95235
13f79535 -47bb-0310-9956-
ffa450edef68
Yoshiki Hayashi [Thu, 23 May 2002 12:14:26 +0000 (12:14 +0000)]
Update.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@95234
13f79535 -47bb-0310-9956-
ffa450edef68
Yoshiki Hayashi [Thu, 23 May 2002 12:13:20 +0000 (12:13 +0000)]
Update translation.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@95233
13f79535 -47bb-0310-9956-
ffa450edef68
Yoshiki Hayashi [Thu, 23 May 2002 07:55:32 +0000 (07:55 +0000)]
New 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@95232
13f79535 -47bb-0310-9956-
ffa450edef68
Yoshiki Hayashi [Thu, 23 May 2002 07:52:47 +0000 (07:52 +0000)]
Add comment to note corresponding revision in English document for
easier change tracking in the future.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@95231
13f79535 -47bb-0310-9956-
ffa450edef68
Yoshiki Hayashi [Thu, 23 May 2002 07:51:38 +0000 (07:51 +0000)]
Rename mod_suexex.ja.xml to mod_suexec.xml.ja.
This is a simple add and remove operation because there was no change to
old file and preserving history is not important.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@95230
13f79535 -47bb-0310-9956-
ffa450edef68
Yoshiki Hayashi [Thu, 23 May 2002 07:47:36 +0000 (07:47 +0000)]
Fix typo.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@95229
13f79535 -47bb-0310-9956-
ffa450edef68
Yoshiki Hayashi [Thu, 23 May 2002 07:10:37 +0000 (07:10 +0000)]
Oops. I overlooked this typo yesterday.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@95228
13f79535 -47bb-0310-9956-
ffa450edef68
Brian Havard [Wed, 22 May 2002 14:49:58 +0000 (14:49 +0000)]
Fix linking of OS/2 core after recent changes that took apr/apr-util out
of EXTRA_LIBS. Use AP_LIBS to get all required libraries.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@95218
13f79535 -47bb-0310-9956-
ffa450edef68
Brian Havard [Wed, 22 May 2002 14:38:55 +0000 (14:38 +0000)]
OS/2: export inet_addr from the core for mod_proxy & anything else that uses
apr_inet_addr which is just a #define.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@95217
13f79535 -47bb-0310-9956-
ffa450edef68
Yoshiki Hayashi [Wed, 22 May 2002 10:22:40 +0000 (10:22 +0000)]
New Japanese translation. Forward port from 1.3.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@95214
13f79535 -47bb-0310-9956-
ffa450edef68
Yoshiki Hayashi [Wed, 22 May 2002 10:19:35 +0000 (10:19 +0000)]
New 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@95213
13f79535 -47bb-0310-9956-
ffa450edef68
Yoshiki Hayashi [Wed, 22 May 2002 10:06:33 +0000 (10:06 +0000)]
Lowercase ISO-2022-JP.
Suggested by: Hiroaki KAWAI <hawk@bcl.t.u-tokyo.ac.jp>
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@95212
13f79535 -47bb-0310-9956-
ffa450edef68
Brian Pane [Wed, 22 May 2002 05:56:43 +0000 (05:56 +0000)]
Add a note about worker problems
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@95211
13f79535 -47bb-0310-9956-
ffa450edef68
Brian Pane [Wed, 22 May 2002 05:49:34 +0000 (05:49 +0000)]
Complete the shutdown and restart fixes
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@95210
13f79535 -47bb-0310-9956-
ffa450edef68
Brian Pane [Wed, 22 May 2002 01:04:59 +0000 (01:04 +0000)]
Switch to prefork-style POD handling
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@95209
13f79535 -47bb-0310-9956-
ffa450edef68
Brian Pane [Wed, 22 May 2002 00:47:31 +0000 (00:47 +0000)]
Shutdown fixes
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@95208
13f79535 -47bb-0310-9956-
ffa450edef68
Bradley Nicholes [Tue, 21 May 2002 22:00:44 +0000 (22:00 +0000)]
Fixing a memory leak with the threads bucket_allocator. We were allocating
too much and not freeing up enough. On a thread exit the bucket and the
transaction pool need to be cleaned up. When the MPM exits, the main pool
needs to be cleaned up.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@95207
13f79535 -47bb-0310-9956-
ffa450edef68
Aaron Bannert [Tue, 21 May 2002 15:40:51 +0000 (15:40 +0000)]
Omit the second linefeed after "Syntax OK"
Submitted by: Joe Orton <jorton@redhat.com>
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@95206
13f79535 -47bb-0310-9956-
ffa450edef68
Martin Kraemer [Tue, 21 May 2002 12:46:01 +0000 (12:46 +0000)]
John Von Essen <john at essenz.com> contributes the diskimg.gif icon:
> Hopefully this is the right place to send this comment. I have alot of
> disk images (.img) on my server. By default, there is no icon for a disk
> image.
>
> So I made one...
>
> AddIcon /icons/diskimg.gif .img
>
> The diskimg.gif can be found at:
>
> http://www.essenz.com/icons/diskimg.gif
>
> Could this be added into future releases? Disk images are fairly popular.
> Especially when making boot floppies or driver disks for linux.
Submitted by: john at essenz.com
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@95203
13f79535 -47bb-0310-9956-
ffa450edef68
Jeff Trawick [Tue, 21 May 2002 11:42:34 +0000 (11:42 +0000)]
Make sure that the runtimedir is created by make install.
PR: 9233
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@95200
13f79535 -47bb-0310-9956-
ffa450edef68
Lars Eilebrecht [Tue, 21 May 2002 06:05:53 +0000 (06:05 +0000)]
update language list
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@95199
13f79535 -47bb-0310-9956-
ffa450edef68
Lars Eilebrecht [Tue, 21 May 2002 05:58:51 +0000 (05:58 +0000)]
- remove index.html.tw.big5
- rename index.html.tw to index.html.zh
- remove index.html.ltz.utf8
- rename index.html.lu.utf8 to index.html.lb.utf8
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@95198
13f79535 -47bb-0310-9956-
ffa450edef68
Cliff Woolley [Mon, 20 May 2002 21:32:41 +0000 (21:32 +0000)]
just to be thorough
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@95196
13f79535 -47bb-0310-9956-
ffa450edef68
Joshua Slive [Mon, 20 May 2002 21:31:08 +0000 (21:31 +0000)]
I've been told that this is a professional translation. I'll have to take their
word for it.
PR: 9065
Submitted By: Sergi <chavalpk@yahoo.com>
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@95195
13f79535 -47bb-0310-9956-
ffa450edef68
Cliff Woolley [Mon, 20 May 2002 21:24:04 +0000 (21:24 +0000)]
./configure --enable-http --enable-mods-shared=most would cause mod_http
to get built as a DSO, which it can't be. This forces it to be static
only.
PR: 9244
Submitted by: Cliff Woolley, and simultaneously by
Robin Johnson <robbat2@orbis-terrarum.net>
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@95194
13f79535 -47bb-0310-9956-
ffa450edef68
Cliff Woolley [Mon, 20 May 2002 21:00:27 +0000 (21:00 +0000)]
what's a static DSO? :)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@95193
13f79535 -47bb-0310-9956-
ffa450edef68
Joshua Slive [Mon, 20 May 2002 21:00:26 +0000 (21:00 +0000)]
1. Bring us back down into 80 character lines again.
2. Change the incredibly misleading comment for .htaccess.
3. Shorten the comment for IndexOptions.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@95192
13f79535 -47bb-0310-9956-
ffa450edef68
Joshua Slive [Mon, 20 May 2002 20:44:05 +0000 (20:44 +0000)]
Shorten the comment for EnableMMap, and limit it just to the NFS issue.
The most we could say about preformance is "it's usually better to leave this
on, but sometimes it's better to turn it off", which is not really helpful
to anyone.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@95191
13f79535 -47bb-0310-9956-
ffa450edef68
Ian Holsman [Mon, 20 May 2002 20:00:49 +0000 (20:00 +0000)]
put some more #defines in
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@95190
13f79535 -47bb-0310-9956-
ffa450edef68
Cliff Woolley [Mon, 20 May 2002 18:33:41 +0000 (18:33 +0000)]
propagate gregames' change to the other callers of that function
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@95189
13f79535 -47bb-0310-9956-
ffa450edef68
Greg Ames [Mon, 20 May 2002 18:13:14 +0000 (18:13 +0000)]
don't try to set permissions on the rewrite_log_lock unless it is a SysV
sem
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@95188
13f79535 -47bb-0310-9956-
ffa450edef68
William A. Rowe Jr [Mon, 20 May 2002 16:51:31 +0000 (16:51 +0000)]
Clean up isapi_load, removing the request_rec arg [which we never need],
and using the given server and request rather than deref'ing r->server
[which segfaulted ISAPILoadModule in the 1.73 rev.]
Reported by: Sebastian Hantsch
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@95187
13f79535 -47bb-0310-9956-
ffa450edef68
William A. Rowe Jr [Mon, 20 May 2002 15:05:43 +0000 (15:05 +0000)]
A few noops (at the moment.) Prepare for stuffing the directive into
the conf tree, without reinvoking the directive, even when EXEC_ON_READ.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@95186
13f79535 -47bb-0310-9956-
ffa450edef68
Bill Stoddard [Mon, 20 May 2002 13:43:56 +0000 (13:43 +0000)]
Win32: Call GetOverlappedResults to get the results of an async
TransmitFile() else we may return APR_SUCCESS to a call that really
failed.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@95185
13f79535 -47bb-0310-9956-
ffa450edef68
Cliff Woolley [Mon, 20 May 2002 02:38:10 +0000 (02:38 +0000)]
This was never resolved. I still think it's a valid optimization, but the
veto was not rescinded.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@95183
13f79535 -47bb-0310-9956-
ffa450edef68
Ian Holsman [Mon, 20 May 2002 00:11:56 +0000 (00:11 +0000)]
fix for mod_deflat
PR: 9222
Obtained from: kaz@asada.sytes.net (ASADA Kazuhisa)
Submitted by:
Reviewed by: Ian Holsman
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@95182
13f79535 -47bb-0310-9956-
ffa450edef68
Ian Holsman [Mon, 20 May 2002 00:07:33 +0000 (00:07 +0000)]
content with "Content-Encoding" header, content is encoded.
But mod_deflate does not check it. It cause to encode content twice.
This problem is reproducable by getting encoded content via mod_proxy.
Patch Contributed by kaz@asada.sytes.net (ASADA Kazuhisa)
Bug #9222
Thanks Kazuhisa
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@95181
13f79535 -47bb-0310-9956-
ffa450edef68
William A. Rowe Jr [Sat, 18 May 2002 21:43:24 +0000 (21:43 +0000)]
As the prior commit message indicated, pass the accept thread a listen
rec as opposed to simply the listen socket.
However, the prior commit (which I crossed up with this patch) really
closed a segfault where we attempted to log messages to ap_server_conf,
after the server conf was destroyed, and prior to setting the new
value in the next go-around of post_config.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@95173
13f79535 -47bb-0310-9956-
ffa450edef68
William A. Rowe Jr [Sat, 18 May 2002 21:41:36 +0000 (21:41 +0000)]
Begin passing about apr types instead of odd local conventions.
It seems there may be other uses for tracking information within
an ap_listen_rec, outside of the socket. One of my hassles (that
FirstBill found another way around) was tracking the current
accept socket when the only common data was the listen socket.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@95172
13f79535 -47bb-0310-9956-
ffa450edef68
William A. Rowe Jr [Sat, 18 May 2002 17:22:23 +0000 (17:22 +0000)]
Resolve the EXEC_ON_READ bit for ServerRoot and other modules that test
the directive context. Should eliminate the segfault.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@95171
13f79535 -47bb-0310-9956-
ffa450edef68
William A. Rowe Jr [Sat, 18 May 2002 16:35:57 +0000 (16:35 +0000)]
Although it appears reasonable to immediately gather the Error log and
level from the config; these are per-vhost entities that can't be
processed as we preload the config tree. There is more work to do,
as Cliff Woolley guesses, before we can make this change.
In the meantime, -e and -E should provide the admin sufficient options
to work around problematic configs. So I'm reverting those changes,
for now.
ServerRoot is global only, and it MUST be read immediately, so that
part of the last patch stays.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@95170
13f79535 -47bb-0310-9956-
ffa450edef68
Cliff Woolley [Sat, 18 May 2002 06:29:52 +0000 (06:29 +0000)]
Make it so this thing doesn't segfault when apr_shm_init returns
an error.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@95169
13f79535 -47bb-0310-9956-
ffa450edef68
Cliff Woolley [Sat, 18 May 2002 06:27:06 +0000 (06:27 +0000)]
There's really no reason for a -dev here.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@95168
13f79535 -47bb-0310-9956-
ffa450edef68
Cliff Woolley [Sat, 18 May 2002 05:49:38 +0000 (05:49 +0000)]
Stop using the deprecated APR_XtOffsetOf
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@95167
13f79535 -47bb-0310-9956-
ffa450edef68
Cliff Woolley [Sat, 18 May 2002 05:47:34 +0000 (05:47 +0000)]
apr_shm_baseaddr_get() takes an apr_shm_t*, not an apr_shm_t**.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@95166
13f79535 -47bb-0310-9956-
ffa450edef68
Cliff Woolley [Sat, 18 May 2002 05:11:10 +0000 (05:11 +0000)]
Fail in a more sensible way when APR-util is missing its LDAP support
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@95165
13f79535 -47bb-0310-9956-
ffa450edef68
Cliff Woolley [Sat, 18 May 2002 04:13:13 +0000 (04:13 +0000)]
Renames:
APR_XtOffset -> APR_OFFSET
APR_XtOffsetOf -> APR_OFFSETOF
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@95164
13f79535 -47bb-0310-9956-
ffa450edef68
Aaron Bannert [Sat, 18 May 2002 00:45:05 +0000 (00:45 +0000)]
Just another huge style diff. Space-indentation is comming back in
a big way. No more misaligned if's without {} blocks.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@95162
13f79535 -47bb-0310-9956-
ffa450edef68
William A. Rowe Jr [Fri, 17 May 2002 21:08:54 +0000 (21:08 +0000)]
Ahhh, this really aught to include windows first, then the custom
defined symbols. Better yet - throw in the copyright.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@95161
13f79535 -47bb-0310-9956-
ffa450edef68
William A. Rowe Jr [Fri, 17 May 2002 19:34:52 +0000 (19:34 +0000)]
We need to grab ServerRoot, LogLevel, and ErrorLog right off the bat
as we are reading the config.
This closes a bug where ServerRoot /foo + LoadModule relative/mod_foo.so
won't load mod_foo.so.
Reported by: Ron Leung <rleung@covalent.net>
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@95160
13f79535 -47bb-0310-9956-
ffa450edef68
Cliff Woolley [Fri, 17 May 2002 18:24:07 +0000 (18:24 +0000)]
Fix the links for the PidFile directive in stopping.html and
add mpm_common and mod_cache to index-bytype.html (which, by the way,
is clearly the abused stepsister of index.xml/index.html... we should
find some automated way to generate the index-bytype as we have with the
regular index).
PR: 9187
Reported by: Max Dittrich <amax@cs.tu-berlin.de>
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@95159
13f79535 -47bb-0310-9956-
ffa450edef68