]> granicus.if.org Git - apache/log
apache
24 years agoAdd server tokens back to 2.0. Also bring forward the change to allow
Ryan Bloom [Mon, 5 Jun 2000 19:44:02 +0000 (19:44 +0000)]
Add server tokens back to 2.0.  Also bring forward the change to allow
the PRODUCT_ONLY value for ServerTokens.  This is relatively clean,
all of the code lives in http_core, and when a module wants to add a token,
they just call ap_add_version_component from the post_config hook.  Actually
ap_add_version_component can be done anytime after the config has been
parsed, it just makes the most sense to do it in post_config IMHO.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@85426 13f79535-47bb-0310-9956-ffa450edef68

24 years agoon a5 now.
Ask Bjørn Hansen [Mon, 5 Jun 2000 17:30:27 +0000 (17:30 +0000)]
on a5 now.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@85422 13f79535-47bb-0310-9956-ffa450edef68

24 years ago2.0a4
Ask Bjørn Hansen [Mon, 5 Jun 2000 17:15:25 +0000 (17:15 +0000)]
2.0a4

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@85421 13f79535-47bb-0310-9956-ffa450edef68

24 years agoFix mod_so handling. Basically, if --enable-so or
Ryan Bloom [Mon, 5 Jun 2000 16:51:06 +0000 (16:51 +0000)]
Fix mod_so handling.  Basically, if --enable-so or
--enable-some-module=shared is specified on the ./configure line, then
mod_so is included in the build, -ldl is added to LIBS, and --enable-dso is
added to APR's configure line.  Otherwise, mod_so is turned off, -ldl is
not added, and APR is specifically told to build without DSO support.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@85418 13f79535-47bb-0310-9956-ffa450edef68

24 years agoadd self
Ask Bjørn Hansen [Mon, 5 Jun 2000 15:46:05 +0000 (15:46 +0000)]
add self

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@85410 13f79535-47bb-0310-9956-ffa450edef68

24 years agocorrect some typos from the last commit.
Ask Bjørn Hansen [Mon, 5 Jun 2000 15:39:39 +0000 (15:39 +0000)]
correct some typos from the last commit.

add changes list

remove snippet about why the apache project was organized. I would think people
reading the annouement knows now.

try to remove a little more corporatespeak

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@85409 13f79535-47bb-0310-9956-ffa450edef68

24 years agoEBCDIC fixes:
Jeff Trawick [Mon, 5 Jun 2000 02:26:52 +0000 (02:26 +0000)]
EBCDIC fixes:
  getline(): pick up a couple of Martin's changes which were missed when
  the 1.3.x EBCDIC fixes to this funciton were merged into 2.0

  ap_setup_client_block(): fix the logic that, based on the mime type,
  can decide not to translate the request body

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@85406 13f79535-47bb-0310-9956-ffa450edef68

24 years agomod_cgid:
Jeff Trawick [Sun, 4 Jun 2000 19:46:22 +0000 (19:46 +0000)]
mod_cgid:

fix parmlist to ap_open() so that we can open the ScriptLog file o.k.

in log_script(), don't do anything with script_err parm if it is NULL
(for mod_cgid, it is always NULL; rather than simply ripping out such
logic I kept it in case somebody wants to factor out common parts of
mod_cgi.c and mod_cgid.c later)

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@85405 13f79535-47bb-0310-9956-ffa450edef68

24 years agomod_charset_lite:
Jeff Trawick [Sun, 4 Jun 2000 19:27:02 +0000 (19:27 +0000)]
mod_charset_lite:
  functional changes:
    setup input translation for PUT or POST
  other:
    bail out more quickly if our dir config says do nothing,
    tweak the debug trace,

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@85404 13f79535-47bb-0310-9956-ffa450edef68

24 years agoEBCDIC: Rearrange calls to ap_checkconv() so that most handlers
Jeff Trawick [Sat, 3 Jun 2000 22:41:01 +0000 (22:41 +0000)]
EBCDIC: Rearrange calls to ap_checkconv() so that most handlers
won't need to call it.
Submitted by: Greg Ames, Jeff Trawick

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@85397 13f79535-47bb-0310-9956-ffa450edef68

24 years agoa few changes that should be in the next announcement. I still think this is
Ask Bjørn Hansen [Sat, 3 Jun 2000 20:50:56 +0000 (20:50 +0000)]
a few changes that should be in the next announcement. I still think this is
waaaay too corporatespeakish and that we should add more information about
how to get involved  with development.

And is it true that we're still particularly less stable on Win32?

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@85396 13f79535-47bb-0310-9956-ffa450edef68

24 years agoBring mpmt_beos up to date and allow it play nice with mpm_common.
David Reid [Sat, 3 Jun 2000 16:58:08 +0000 (16:58 +0000)]
Bring mpmt_beos up to date and allow it play nice with mpm_common.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@85394 13f79535-47bb-0310-9956-ffa450edef68

24 years agoModify the config order so that we read the config, process all EXEC_ON_READ
Ryan Bloom [Sat, 3 Jun 2000 16:27:03 +0000 (16:27 +0000)]
Modify the config order so that we read the config, process all EXEC_ON_READ
directives at the same time, run pre_config hook for all modules, and
then walk the tree.  This allows all modules to have a pre_config hook and
know that it will be called at a reasonable time.  I also made "Include"
an EXEC_ON_READ directive so that it is included in the tree properly.
This was required after the other changes that were made.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@85393 13f79535-47bb-0310-9956-ffa450edef68

24 years agomod_cgi: Make ScriptLog directive work again by fixing the
Jeff Trawick [Sat, 3 Jun 2000 14:31:34 +0000 (14:31 +0000)]
mod_cgi: Make ScriptLog directive work again by fixing the
flags passed to ap_open().

TODO: Roll recent mod_cgi logging changes into mod_cgid.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@85392 13f79535-47bb-0310-9956-ffa450edef68

24 years agoPR:
William A. Rowe Jr [Sat, 3 Jun 2000 06:59:57 +0000 (06:59 +0000)]
PR:
Obtained from:
Submitted by:
Reviewed by:

  Just a bit of cleanup to the 2.0 language before I crash here.

  This is exactly the reason the mpm service update isn't going into the
  alpha - big chunks of this must be rewritten first.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@85391 13f79535-47bb-0310-9956-ffa450edef68

24 years agoPR:
William A. Rowe Jr [Sat, 3 Jun 2000 01:43:35 +0000 (01:43 +0000)]
PR:
Obtained from:
Submitted by:
Reviewed by:

  More fair warning for Win32 alpha builders.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@85389 13f79535-47bb-0310-9956-ffa450edef68

24 years agoPR:
William A. Rowe Jr [Sat, 3 Jun 2000 00:46:16 +0000 (00:46 +0000)]
PR:
Obtained from:
Submitted by:
Reviewed by:

  Plaster some big fat warnings about alpha releases for win32 users.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@85388 13f79535-47bb-0310-9956-ffa450edef68

24 years agoStart a "Common Problems" section in the mod_charset_lite
Jeff Trawick [Sat, 3 Jun 2000 00:17:19 +0000 (00:17 +0000)]
Start a "Common Problems" section in the mod_charset_lite
documentation.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@85387 13f79535-47bb-0310-9956-ffa450edef68

24 years agoPR:
William A. Rowe Jr [Fri, 2 Jun 2000 19:45:40 +0000 (19:45 +0000)]
PR:
Obtained from:
Submitted by:
Reviewed by:

  Making his list... checking it twice...

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@85385 13f79535-47bb-0310-9956-ffa450edef68

24 years agoArgh, bhalfduplex is implemented, but it doesn't work for this case, so put
Ryan Bloom [Fri, 2 Jun 2000 18:40:44 +0000 (18:40 +0000)]
Argh, bhalfduplex is implemented, but it doesn't work for this case, so put
the TODO back in.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@85383 13f79535-47bb-0310-9956-ffa450edef68

24 years agoRemove a TODO. Actually just putting back a call to ap_bhalfduplex now
Ryan Bloom [Fri, 2 Jun 2000 17:31:47 +0000 (17:31 +0000)]
Remove a TODO.  Actually just putting back a call to ap_bhalfduplex now
that the function exists again.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@85381 13f79535-47bb-0310-9956-ffa450edef68

24 years agoAPACHE_XLATE, when doing translation that isn't single-byte-only
Jeff Trawick [Fri, 2 Jun 2000 15:55:20 +0000 (15:55 +0000)]
APACHE_XLATE, when doing translation that isn't single-byte-only

We must zap the Content-length header (if any).  Otherwise, the
browser will be seriously confused :)  The header is zapped in
ap_set_keepalive() right before we look for Content-length, transfer
encoding, HTTP level, etc. to decide, among other issues, whether or
not to turn on chunked encoding.  For HTTP 1.1, if we don't send
Content-length, we need to use chunked encoding, so we have to zap
the header before that decision.

Interestingly, in Russian Apache the Content-length header is
zapped after ap_set_keepalive() is called, so with HTTP 1.1 they
break the content-length-or-chunked rule.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@85379 13f79535-47bb-0310-9956-ffa450edef68

24 years agoAdd pre_config hooks back in for all modules. This is important for the
Ryan Bloom [Fri, 2 Jun 2000 15:33:20 +0000 (15:33 +0000)]
Add pre_config hooks back in for all modules.  This is important for the
server tokens code that is coming soon.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@85378 13f79535-47bb-0310-9956-ffa450edef68

24 years agofix missed change to comment
Jeff Trawick [Fri, 2 Jun 2000 13:38:04 +0000 (13:38 +0000)]
fix missed change to comment

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@85376 13f79535-47bb-0310-9956-ffa450edef68

24 years agoAdd something to the STATUS file.
Ryan Bloom [Thu, 1 Jun 2000 23:07:17 +0000 (23:07 +0000)]
Add something to the STATUS file.
Submitted by: John Travis <jtravis@covalent.net>

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@85374 13f79535-47bb-0310-9956-ffa450edef68

24 years agoFix a SIGSEGV in ap_md5digest() (bad parms to ap_seek()). This is used
Jeff Trawick [Thu, 1 Jun 2000 22:52:50 +0000 (22:52 +0000)]
Fix a SIGSEGV in ap_md5digest() (bad parms to ap_seek()).  This is used
when you have ContentDigest enabled and we can't/don't mmap the file.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@85373 13f79535-47bb-0310-9956-ffa450edef68

24 years agoAdd support for the BeOS mpm. Also change some things to make it easier
David Reid [Thu, 1 Jun 2000 18:42:04 +0000 (18:42 +0000)]
Add support for the BeOS mpm.  Also change some things to make it easier
for future additions.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@85372 13f79535-47bb-0310-9956-ffa450edef68

24 years agoFix DSO enabling logic. Basically if --enable-dso was specified on the
Ryan Bloom [Thu, 1 Jun 2000 15:45:18 +0000 (15:45 +0000)]
Fix DSO enabling logic.  Basically if --enable-dso was specified on the
command line but the cache had DSO off, we used to turn DSO off.  This has
been fixed with this patch.  Also, if we specify ANY Apache module as
being compiled shared, then we automatically turn on mod_so.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@85366 13f79535-47bb-0310-9956-ffa450edef68

24 years agoPR:
William A. Rowe Jr [Thu, 1 Jun 2000 14:48:41 +0000 (14:48 +0000)]
PR:
Obtained from:
Submitted by:
Reviewed by:

  Ick.  A message to make one's head spin in infinite recursion.  Fixed.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@85365 13f79535-47bb-0310-9956-ffa450edef68

24 years agodon't include apr_shmem.h when APR_HAS_SHARED_MEMORY is false, but instead set up...
Ronald Tschalar [Thu, 1 Jun 2000 06:59:31 +0000 (06:59 +0000)]
don't include apr_shmem.h when APR_HAS_SHARED_MEMORY is false, but instead set up our own dummies

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@85364 13f79535-47bb-0310-9956-ffa450edef68

24 years agoPR:
William A. Rowe Jr [Thu, 1 Jun 2000 03:20:09 +0000 (03:20 +0000)]
PR:
Obtained from:
Submitted by:
Reviewed by:

  Just a few error cleanups for tonight.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@85363 13f79535-47bb-0310-9956-ffa450edef68

24 years agoFix building with DSO support. If any module is configured to be
Ryan Bloom [Thu, 1 Jun 2000 01:01:16 +0000 (01:01 +0000)]
Fix building with DSO support.  If any module is configured to be
compiled for shared support then APR_HAS_DSO is enabled and -ldl is
added to the LIBS variable.  -ldl may need to be modified based on
platform.  If no modules are designated as shared then APR_HAS_DSO is
disabled and nothing is added to LIBS.  In basic testing this compiled
without errors or warnings.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@85362 13f79535-47bb-0310-9956-ffa450edef68

24 years agoRemove a warning when compiled with --use-maintainer-mode. Basically,
Ryan Bloom [Wed, 31 May 2000 22:06:33 +0000 (22:06 +0000)]
Remove a warning when compiled with --use-maintainer-mode.  Basically,
process_rec should just be storing argv the same way that getopt
expects it.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@85361 13f79535-47bb-0310-9956-ffa450edef68

24 years agoPR:
William A. Rowe Jr [Wed, 31 May 2000 16:19:59 +0000 (16:19 +0000)]
PR:
Obtained from:
Submitted by:
Reviewed by:

  Fix my (very) minor nit with the .dsp's... not sure how I missed this
  when I first reworked these.  Echo a success message and suppress the
  cp output.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@85360 13f79535-47bb-0310-9956-ffa450edef68

24 years agoPR:
William A. Rowe Jr [Wed, 31 May 2000 15:28:52 +0000 (15:28 +0000)]
PR:
Obtained from:
Submitted by:
Reviewed by:

  Quick patch to accomodate the mpm's rename to mpm_winnt.c/.h

  At least in the short term.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@85359 13f79535-47bb-0310-9956-ffa450edef68

24 years agoPR:
William A. Rowe Jr [Wed, 31 May 2000 15:15:31 +0000 (15:15 +0000)]
PR:
Obtained from:
Submitted by:
Reviewed by:

  First checkin of Win32 service control structure merged into the mpm.

  Project files to be updated with this 'experimental' implementation once
  peer review is complete and the module maintainer accepts the patch.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@85358 13f79535-47bb-0310-9956-ffa450edef68

24 years agoRework DSO error reporting to be more flexible & informative.
Brian Havard [Wed, 31 May 2000 02:30:30 +0000 (02:30 +0000)]
Rework DSO error reporting to be more flexible & informative.
This patch covers os/2, unix & win32. Other platforms still need some
adjustment (BeOS, AIX).

Reviewed by: rbb, gstein

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@85357 13f79535-47bb-0310-9956-ffa450edef68

24 years agoAPACHE_XLATE: in ap_send_error_response(), move the setting
Jeff Trawick [Wed, 31 May 2000 01:35:46 +0000 (01:35 +0000)]
APACHE_XLATE: in ap_send_error_response(), move the setting
of the translation handle to before we process ErrorDocument
strings.  The previous placement of this logic only handled
the hard-coded response documents.

When ErrorDocument specifies a redirection, we don't get here.
When the error response is headers only, we don't need to set
the handle for content.  Thus, all paths through
ap_send_error_response() should be handled now.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@85356 13f79535-47bb-0310-9956-ffa450edef68

24 years agoPR:
William A. Rowe Jr [Tue, 30 May 2000 22:56:36 +0000 (22:56 +0000)]
PR:
Obtained from:
Submitted by:
Reviewed by:

  Ugh, sorry bout that... reversing out the last dsp6->dsp5 commit.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@85355 13f79535-47bb-0310-9956-ffa450edef68

24 years agoPR:
William A. Rowe Jr [Tue, 30 May 2000 22:54:31 +0000 (22:54 +0000)]
PR:
Obtained from:
Submitted by:
Reviewed by:

  How, precisely, was Apache going to do anything with rewritten args ;-?
  +1 on my personal oh-duh tally for the weekend.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@85354 13f79535-47bb-0310-9956-ffa450edef68

24 years agoForward fit a bug fix in the TAKE13 handling from 1.3 to 2.0
Ryan Bloom [Tue, 30 May 2000 15:56:18 +0000 (15:56 +0000)]
Forward fit a bug fix in the TAKE13 handling from 1.3 to 2.0
Submitted by: Jon Travis <jtravis@covalent.net>

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@85353 13f79535-47bb-0310-9956-ffa450edef68

24 years agoSaferead on Windows should have been fixed with the lastest patches to
Ryan Bloom [Tue, 30 May 2000 15:14:23 +0000 (15:14 +0000)]
Saferead on Windows should have been fixed with the lastest patches to
saferead.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@85352 13f79535-47bb-0310-9956-ffa450edef68

24 years agoAn xlate configuration module shouldn't mess with BO_WXLATE;
Jeff Trawick [Tue, 30 May 2000 14:31:04 +0000 (14:31 +0000)]
An xlate configuration module shouldn't mess with BO_WXLATE;
ap_set_content_xlate() takes care of that detail.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@85351 13f79535-47bb-0310-9956-ffa450edef68

24 years agoEnsure that the proper translation handle (if any) is used when
Jeff Trawick [Tue, 30 May 2000 14:20:46 +0000 (14:20 +0000)]
Ensure that the proper translation handle (if any) is used when
sending the canned response document to the client.  Otherwise, the
client may get garbage depending on the translation in effect.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@85350 13f79535-47bb-0310-9956-ffa450edef68

24 years agoWe now report the correct line number for syntax errors in config
Jeff Trawick [Tue, 30 May 2000 02:43:29 +0000 (02:43 +0000)]
We now report the correct line number for syntax errors in config
files, so remove the associated status item.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@85349 13f79535-47bb-0310-9956-ffa450edef68

24 years agoWe now report the correct line number for syntax errors in config
Jeff Trawick [Tue, 30 May 2000 02:42:32 +0000 (02:42 +0000)]
We now report the correct line number for syntax errors in config
files.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@85348 13f79535-47bb-0310-9956-ffa450edef68

24 years agoMention the line number problem for config file errors and Greg
Jeff Trawick [Mon, 29 May 2000 11:54:11 +0000 (11:54 +0000)]
Mention the line number problem for config file errors and Greg
Ames' mod_mmap_static patch.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@85343 13f79535-47bb-0310-9956-ffa450edef68

24 years agoAdd OS/2 todo items.
Brian Havard [Mon, 29 May 2000 09:41:57 +0000 (09:41 +0000)]
Add OS/2 todo items.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@85342 13f79535-47bb-0310-9956-ffa450edef68

24 years agoBrought mod_auth_digest up to synch with 1.3, fixed ap_time_t-related
Ronald Tschalar [Mon, 29 May 2000 08:57:18 +0000 (08:57 +0000)]
Brought mod_auth_digest up to synch with 1.3, fixed ap_time_t-related
bugs, and changed shmem/locking to use apr API. Shared-mem is currently
disabled, however, because of problems with graceful restarts.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@85341 13f79535-47bb-0310-9956-ffa450edef68

24 years agoPR:
William A. Rowe Jr [Mon, 29 May 2000 04:17:41 +0000 (04:17 +0000)]
PR:
Obtained from:
Submitted by:
Reviewed by:

  One last precursor to the common code base for Win32 rewrite_args from
  it's MPM.  Since we need to walk the arg list... why maintain it in
  several places.  This patch adds the AP_SERVER_BASEARGS definition to
  the header, so any mpm (and mod_info, for example) can know what args
  are legitimate, even when they plan to ignore them.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@85340 13f79535-47bb-0310-9956-ffa450edef68

24 years agoPR:
William A. Rowe Jr [Sun, 28 May 2000 17:52:19 +0000 (17:52 +0000)]
PR:
Obtained from:
Submitted by:
Reviewed by:

  Remove any possiblity of having multiple tags to correct as the version
  changes.  Split httpd.h's version into tokens.  Roll these tokens into
  registry.c

  TODO: Remove registry.c from the list of files to touch when rolling

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@85338 13f79535-47bb-0310-9956-ffa450edef68

24 years agoSwitch to APR's ap_probe_writable_fds() in spmt_os2 MPM.
Brian Havard [Sun, 28 May 2000 12:45:58 +0000 (12:45 +0000)]
Switch to APR's ap_probe_writable_fds() in spmt_os2 MPM.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@85335 13f79535-47bb-0310-9956-ffa450edef68

24 years agoAdd an mpm.h for spmt_os2 MPM so that mpm_common.c will build.
Brian Havard [Sun, 28 May 2000 12:33:04 +0000 (12:33 +0000)]
Add an mpm.h for spmt_os2 MPM so that mpm_common.c will build.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@85334 13f79535-47bb-0310-9956-ffa450edef68

24 years agoOnly compile ap_reclaim_child_processes() if a CHILD_INFO_TABLE is known.
Brian Havard [Sun, 28 May 2000 12:20:04 +0000 (12:20 +0000)]
Only compile ap_reclaim_child_processes() if a CHILD_INFO_TABLE is known.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@85333 13f79535-47bb-0310-9956-ffa450edef68

24 years agoUse http://www.apache.org/httpd instead of http://www.apache.org/ as
Jeff Trawick [Sun, 28 May 2000 12:05:28 +0000 (12:05 +0000)]
Use http://www.apache.org/httpd instead of http://www.apache.org/ as
the link to Apache Web server.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@85332 13f79535-47bb-0310-9956-ffa450edef68

24 years agomod_cgi: Restore logging of stderr from child process when ScriptLog
Jeff Trawick [Sun, 28 May 2000 11:48:24 +0000 (11:48 +0000)]
mod_cgi: Restore logging of stderr from child process when ScriptLog
isn't used (as in 1.3), except that on Unix it is now logged via
ap_log_rerror() instead of by the child having STDERR_FILENO refer
to the error log.
Submitted by: Greg Ames
Reviewed by: Jeff Trawick

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@85331 13f79535-47bb-0310-9956-ffa450edef68

24 years agoPR:
William A. Rowe Jr [Sun, 28 May 2000 04:16:09 +0000 (04:16 +0000)]
PR:
Obtained from:
Submitted by:
Reviewed by:

  Of course the build order changes without ap.dsp... so this should
  finish things off for tonight.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@85330 13f79535-47bb-0310-9956-ffa450edef68

24 years agoPR:
William A. Rowe Jr [Sun, 28 May 2000 04:03:22 +0000 (04:03 +0000)]
PR:
Obtained from:
Submitted by:
Reviewed by:

  Kill the Win32 library project ap.dsp and slide http_main.c from the
  ApacheCore.dsp into Apache.dsp - this is in prepartion of the real
  services update, which will move registry.c and service.c back into
  ApacheCore.dsp, kill both headers and incorporate their symbols into
  the mpm/winnt/winnt.h file.  main_win32.c will die as well, with it's
  few remaining functions moving into the mpm.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@85329 13f79535-47bb-0310-9956-ffa450edef68

24 years agoPR:
William A. Rowe Jr [Sun, 28 May 2000 03:58:12 +0000 (03:58 +0000)]
PR:
Obtained from:
Submitted by:
Reviewed by:

  Simple change to make these consistent with the other Apache module
  build files.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@85328 13f79535-47bb-0310-9956-ffa450edef68

24 years agoPR:
William A. Rowe Jr [Sun, 28 May 2000 03:55:45 +0000 (03:55 +0000)]
PR:
Obtained from:
Submitted by:
Reviewed by:

  Adjust the support binary build files for the change from AP_STATIC as
  a library to API_STATIC for the ApacheCore project.

  If we adopt AP_EXPORT_bleh for the ApacheCore, these will be flipped.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@85327 13f79535-47bb-0310-9956-ffa450edef68

24 years agoPR:
William A. Rowe Jr [Sun, 28 May 2000 03:52:42 +0000 (03:52 +0000)]
PR:
Obtained from:
Submitted by:
Reviewed by:

  Finally a patch that can't (well, shouldn't :-) break any other platform.

  Open up the symbols defined for http_main.c to move main() from the core
  under Win32 (that's the real main(), not that apache_main() thing).

  Win32 Project file changes will follow in a seperate patch.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@85326 13f79535-47bb-0310-9956-ffa450edef68

24 years ago Anchor tags aren't permitted to span elements like this.
Ken Coar [Sun, 28 May 2000 01:47:14 +0000 (01:47 +0000)]
Anchor tags aren't permitted to span elements like this.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@85324 13f79535-47bb-0310-9956-ffa450edef68

24 years agoPR:
William A. Rowe Jr [Sun, 28 May 2000 00:45:15 +0000 (00:45 +0000)]
PR:
Obtained from:
Submitted by:
Reviewed by:

  /D(efine) STATIC to suppress warnings since pcreposix is statically
  linked to pcre.  ApacheCore would have to be touched as well, except
  that we don't override pcre_malloc or pcre_free.  If we do so, the
  STATIC symbol is too broad, and aught to be changed in Apache's
  public src/include/pcre.h headers.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@85322 13f79535-47bb-0310-9956-ffa450edef68

24 years agoPR:
William A. Rowe Jr [Sat, 27 May 2000 23:53:45 +0000 (23:53 +0000)]
PR:
Obtained from:
Submitted by:
Reviewed by:

  Document the lack of exports so http_main.c stays that way,
  as suggested by Greg Stein.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@85321 13f79535-47bb-0310-9956-ffa450edef68

24 years agoPR:
William A. Rowe Jr [Sat, 27 May 2000 23:49:07 +0000 (23:49 +0000)]
PR:
Obtained from:
Submitted by:
Reviewed by:

  One reason ap_config.h can be a problem.  Change VERSION->AB_VERSION to
  avoid ap_config.h #undef.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@85320 13f79535-47bb-0310-9956-ffa450edef68

24 years agoPR:
William A. Rowe Jr [Sat, 27 May 2000 22:53:48 +0000 (22:53 +0000)]
PR:
Obtained from:
Submitted by:
Reviewed by:

  Reverse out additional linkage argument from DECLARE_HOOK
  and IMPLEMENT_HOOK macros.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@85319 13f79535-47bb-0310-9956-ffa450edef68

24 years agoPR:
William A. Rowe Jr [Sat, 27 May 2000 22:40:44 +0000 (22:40 +0000)]
PR:
Obtained from:
Submitted by:
Reviewed by:

  Reverse out all _EXPORT_VAR changes back to their original _VAR_EXPORT
  names for linkage (API_, CORE_, and MODULE_).

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@85318 13f79535-47bb-0310-9956-ffa450edef68

24 years agoAdd a showstopper for Windows.
Ryan Bloom [Sat, 27 May 2000 22:32:44 +0000 (22:32 +0000)]
Add a showstopper for Windows.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@85317 13f79535-47bb-0310-9956-ffa450edef68

24 years agoPR:
William A. Rowe Jr [Sat, 27 May 2000 18:25:11 +0000 (18:25 +0000)]
PR:
Obtained from:
Submitted by:
Reviewed by:

  Cleanup MSVC .dsp build for support/ files.  Give all support/ .dsp's
  the GCD configuration.  The entire Win32 environment now builds, but
  I'm sure that will be fixed soon :-)

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@85316 13f79535-47bb-0310-9956-ffa450edef68

24 years agoPR:
William A. Rowe Jr [Sat, 27 May 2000 17:47:02 +0000 (17:47 +0000)]
PR:
Obtained from:
Submitted by:
Reviewed by:

  Prevent the .dsp project files from being touched if they were
  already cleanly converted.  Note that just loading the 6.0 .dsp
  in the 5.0 MSVC environment doesn't toggle the /ZI->/Zi option.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@85315 13f79535-47bb-0310-9956-ffa450edef68

24 years agoKeep the MSVC++-isms out of the Unix flavor of API_EXPORT().
Jeff Trawick [Sat, 27 May 2000 14:22:13 +0000 (14:22 +0000)]
Keep the MSVC++-isms out of the Unix flavor of API_EXPORT().

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@85314 13f79535-47bb-0310-9956-ffa450edef68

24 years agoFix broken comment in util_ebcdic.c
Jeff Trawick [Sat, 27 May 2000 14:05:13 +0000 (14:05 +0000)]
Fix broken comment in util_ebcdic.c
Submitted by: Greg Ames

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@85313 13f79535-47bb-0310-9956-ffa450edef68

24 years agoPR:
William A. Rowe Jr [Sat, 27 May 2000 07:05:17 +0000 (07:05 +0000)]
PR:
Obtained from:
Submitted by:
Reviewed by:

  Cleaning up.  Note that apache (or https) -D DEFINE is now enabled, the
  shared data is now properly moved to either ap_hooks.c or http_config.c,
  and all should be well with rewrite_args.

  Next stop, no more apache_main entry point.  That's why this file needs
  to be empty of any callbacks or shared data, as it will bind to the core
  but the core won't be looking back into http_main.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@85312 13f79535-47bb-0310-9956-ffa450edef68

24 years ago Pass the process_rec to the MPM to allow rewriting of the args list.
William A. Rowe Jr [Sat, 27 May 2000 06:22:55 +0000 (06:22 +0000)]
  Pass the process_rec to the MPM to allow rewriting of the args list.
  Especially necessary under Win32, or other non-unix front ends where
  oddball arguments might be required, but without causing a mess in
  http_main.c.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@85311 13f79535-47bb-0310-9956-ffa450edef68

24 years ago A really simple change for readability:
William A. Rowe Jr [Sat, 27 May 2000 05:31:34 +0000 (05:31 +0000)]
  A really simple change for readability:

    ap_pool_t *g_pHookPool;           becomes ap_global_hook_pool
    int g_bDebugHooks;                becomes ap_debug_module_hooks
    const char *g_szCurrentHookName;  becomes ap_debug_module_name

  Just as a reminder, these are now declared in ap_hooks.c

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@85310 13f79535-47bb-0310-9956-ffa450edef68

24 years ago This patch corrects the issues from the AP_EXPORT and linkage
William A. Rowe Jr [Sat, 27 May 2000 05:28:02 +0000 (05:28 +0000)]
  This patch corrects the issues from the AP_EXPORT and linkage
  specification arguments to the ap_hooks.h declarations.  As with
  the APR_ and AP_ patches, API_VAR_EXPORT becomes API_EXPORT_VAR,
  and MODULE_VAR_EXPORT becomes MODULE_EXPORT_VAR.

  I will be happy to revert the inclusion of ap_config.h from
  httpd.h if this bothers anyone.  More individual modules need
  to be patched if we do so.

  The API_EXPORTs all moved into central storage in the ap_config.h
  header.  Without WIN32 or API_STATIC compile time declarations,
  these macros remain no-ops.

  This patch also moves the following data from http_main to http_config:

    const char *ap_server_argv0;
    const char *ap_server_root;
    ap_array_header_t *ap_server_pre_read_config;
    ap_array_header_t *ap_server_post_read_config;
    ap_array_header_t *ap_server_config_defines;

  And the following variables had already moved into ap_hooks.c:

    ap_pool_t *g_pHookPool;  (initialized now in http_config)
    int g_bDebugHooks;                   (out of http_config)
    const char *g_szCurrentHookName;     (out of http_config)

  The changes to http_main.c are in preparation for that module to
  move out to a seperate .exe for win32.  Other platforms will be
  unaffected, outside of these changes.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@85309 13f79535-47bb-0310-9956-ffa450edef68

24 years agofixes some compilation errors (macros, function params, etc). also shifts
Greg Stein [Sat, 27 May 2000 00:48:49 +0000 (00:48 +0000)]
fixes some compilation errors (macros, function params, etc). also shifts
    the time when ap_destroy_pool() is called. it used to be called too
    soon, which caused a core dump on the second CGI request.

Submitted by: Paul J. Reder <rederpj@raleigh.ibm.com>
Reviewed by: Greg Stein

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@85308 13f79535-47bb-0310-9956-ffa450edef68

24 years agoPR:
William A. Rowe Jr [Fri, 26 May 2000 18:58:43 +0000 (18:58 +0000)]
PR:
Obtained from:
Submitted by:
Reviewed by:

  Just cleaning up API_EXPORT...

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@85306 13f79535-47bb-0310-9956-ffa450edef68

24 years agos/IMPORT/EXPORT/g; typo i assume.
Doug MacEachern [Fri, 26 May 2000 18:23:47 +0000 (18:23 +0000)]
s/IMPORT/EXPORT/g; typo i assume.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@85305 13f79535-47bb-0310-9956-ffa450edef68

24 years agoAdd mod_charset_lite for configuring character set translation.
Jeff Trawick [Fri, 26 May 2000 17:40:42 +0000 (17:40 +0000)]
Add mod_charset_lite for configuring character set translation.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@85304 13f79535-47bb-0310-9956-ffa450edef68

24 years agoFinish cleaning up after the API_VAR_EXPORT -> APR_VAR_EXPORT renaming.
Ryan Bloom [Fri, 26 May 2000 17:32:51 +0000 (17:32 +0000)]
Finish cleaning up after the API_VAR_EXPORT -> APR_VAR_EXPORT renaming.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@85303 13f79535-47bb-0310-9956-ffa450edef68

24 years agoPR:
William A. Rowe Jr [Fri, 26 May 2000 05:09:17 +0000 (05:09 +0000)]
PR:
Obtained from:
Submitted by:
Reviewed by:

  All waiting to bite us... just go ahead and ignore this commit.  Better
  now that when we are deciphering real changes.  This knocks all the
  projects into what I expect is a clean VC6 format.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@85301 13f79535-47bb-0310-9956-ffa450edef68

24 years agoPR:
William A. Rowe Jr [Fri, 26 May 2000 04:51:07 +0000 (04:51 +0000)]
PR:
Obtained from:
Submitted by:
Reviewed by:

  Whoops... the two converters were to be non-destructive, and should be
  allowed to run multiple times in a row without harm.  This fixes a
  snafu that created multiple #PROP lines when invoked repeatedly.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@85300 13f79535-47bb-0310-9956-ffa450edef68

24 years agoPR:
William A. Rowe Jr [Fri, 26 May 2000 04:22:14 +0000 (04:22 +0000)]
PR:
Obtained from:
Submitted by:
Reviewed by:

  Whoops, though I had already knocked off that nasty chomp() side effect.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@85299 13f79535-47bb-0310-9956-ffa450edef68

24 years agoPR:
William A. Rowe Jr [Fri, 26 May 2000 04:18:27 +0000 (04:18 +0000)]
PR:
Obtained from:
Submitted by:
Reviewed by:

  Take advantage of Bill Stoddard's goof to change this over permanently.

  Conversion is rather one way, for consistency.  We can't really maintain
  a dsp version 5 file from version 6, since version 5 likes to split up
  !MESSAGE lines in odd places.  This should make things more consistent.

  Please execute cvstodsp5.pl from the helpers folder, prior to actually
  using the MSVC 5.0 environment.  When you are ready to diff, update or
  commit changes, use dsp5tocvs.pl from the helpers folder to convert
  them all back.  (Be careful that you have CLOSED the DevStudio workspace
  before you try either command!)

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@85298 13f79535-47bb-0310-9956-ffa450edef68

24 years agoThis item doesn't really work properly, so we are removing it from the
Ryan Bloom [Thu, 25 May 2000 23:29:59 +0000 (23:29 +0000)]
This item doesn't really work properly, so we are removing it from the
STATUS file.  I was going to wait, but Manoj (the person who originally
put it in STATUS) said get rid of it, so away it goes.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@85297 13f79535-47bb-0310-9956-ffa450edef68

24 years agoAPACHE_XLATE, CHARSET_EBCDIC stuff:
Jeff Trawick [Thu, 25 May 2000 20:51:25 +0000 (20:51 +0000)]
APACHE_XLATE, CHARSET_EBCDIC stuff:
Provide new function ap_set_content_xlate() to simplify what needs
to be done to set up translation of content.  Use it where appropriate.

With this change, EBCDIC logic was tweaked so that ap_checkconv() does
not overlay a translation handle previously stored (e.g., by a module)
unless it is turning translation off.  Unless ap_checkconv() determines
that translation is inappropriate, it should leave the translation handle
alone.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@85296 13f79535-47bb-0310-9956-ffa450edef68

24 years ago Add '-n' option to make htpasswd send user:pw result to
Ken Coar [Thu, 25 May 2000 16:45:53 +0000 (16:45 +0000)]
Add '-n' option to make htpasswd send user:pw result to
stdout instead of fiddling with a text file.

Reviewed by: Greg Stein

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@85294 13f79535-47bb-0310-9956-ffa450edef68

24 years agoWin32: Convert ap_proc_t to tranparent type.
Bill Stoddard [Wed, 24 May 2000 23:45:37 +0000 (23:45 +0000)]
Win32: Convert ap_proc_t to tranparent type.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@85292 13f79535-47bb-0310-9956-ffa450edef68

24 years agoClear up some int vs. pid_t issues in prefork to keep compiles clean
Jeff Trawick [Wed, 24 May 2000 20:01:18 +0000 (20:01 +0000)]
Clear up some int vs. pid_t issues in prefork to keep compiles clean
on Solaris.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@85290 13f79535-47bb-0310-9956-ffa450edef68

24 years agoImplement saferead in Apache 2.0. This has had minimal testing, and it
Ryan Bloom [Wed, 24 May 2000 19:19:20 +0000 (19:19 +0000)]
Implement saferead in Apache 2.0.  This has had minimal testing, and it
seems to work, but only really hammering on it will tell for sure.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@85289 13f79535-47bb-0310-9956-ffa450edef68

24 years agoAllow --enable-cgid and --disable-cgid to work. Basically just make
Ryan Bloom [Wed, 24 May 2000 16:17:58 +0000 (16:17 +0000)]
Allow --enable-cgid and --disable-cgid to work.  Basically just make
cgid a standard module.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@85287 13f79535-47bb-0310-9956-ffa450edef68

24 years agoFix a memory leak with ap_wait_or_timeout.
Ryan Bloom [Wed, 24 May 2000 00:42:01 +0000 (00:42 +0000)]
Fix a memory leak with ap_wait_or_timeout.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@85286 13f79535-47bb-0310-9956-ffa450edef68

24 years agoRename stdin, stdout, stderr from new ap_proc_t to in, out, and err because
Ryan Bloom [Wed, 24 May 2000 00:15:09 +0000 (00:15 +0000)]
Rename stdin, stdout, stderr from new ap_proc_t to in, out, and err because
Windows was having problems with the original names.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@85285 13f79535-47bb-0310-9956-ffa450edef68

24 years agouse the correct size for 'ret'
Greg Stein [Tue, 23 May 2000 23:32:35 +0000 (23:32 +0000)]
use the correct size for 'ret'

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@85284 13f79535-47bb-0310-9956-ffa450edef68

24 years agoFix a small bug/warning when compiling with use-maintiner-mode related
Ryan Bloom [Tue, 23 May 2000 23:26:51 +0000 (23:26 +0000)]
Fix a small bug/warning when compiling with use-maintiner-mode related
to the ap_proc_t change.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@85283 13f79535-47bb-0310-9956-ffa450edef68

24 years ago Note a patch for htpasswd. A matching patch for 1.3 is also
Ken Coar [Tue, 23 May 2000 21:50:57 +0000 (21:50 +0000)]
Note a patch for htpasswd.  A matching patch for 1.3 is also
pending.  I'll commit in a couple of days if no-one comments.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@85282 13f79535-47bb-0310-9956-ffa450edef68

24 years agoPort mpmt_pthread and dexter to the new ap_proc_t code. This works
Ryan Bloom [Tue, 23 May 2000 21:27:37 +0000 (21:27 +0000)]
Port mpmt_pthread and dexter to the new ap_proc_t code.  This works
just fine for these MPMs and it was easy to make the changes.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@85280 13f79535-47bb-0310-9956-ffa450edef68

24 years agoConvert ap_proc_t to a complete type. This lets us access the pid directly.
Ryan Bloom [Tue, 23 May 2000 21:04:03 +0000 (21:04 +0000)]
Convert ap_proc_t to a complete type.  This lets us access the pid directly.
Only the prefork MPM has been ported so far, the rest of the Unix MPM's are
coming later today.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@85279 13f79535-47bb-0310-9956-ffa450edef68

24 years agoWin32: Socket reuse is not enabled yet, so always mark used accept sockets
Bill Stoddard [Tue, 23 May 2000 17:28:51 +0000 (17:28 +0000)]
Win32: Socket reuse is not enabled yet, so always mark used accept sockets
as being closed.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@85278 13f79535-47bb-0310-9956-ffa450edef68