]> granicus.if.org Git - apache/log
apache
24 years agoThe Unix MPM's now use the other_child logic from APR.
Ryan Bloom [Tue, 4 Apr 2000 22:37:00 +0000 (22:37 +0000)]
The Unix MPM's now use the other_child logic from APR.

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

24 years agoRefine a todo...
Bill Stoddard [Tue, 4 Apr 2000 22:28:49 +0000 (22:28 +0000)]
Refine a todo...

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

24 years agoAllan Edwards fixed this problem.
Bill Stoddard [Tue, 4 Apr 2000 21:39:34 +0000 (21:39 +0000)]
Allan Edwards fixed this problem.

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

24 years agoFAQ changes related to tidying up historical documents on the web site.
Tony Finch [Tue, 4 Apr 2000 17:06:14 +0000 (17:06 +0000)]
FAQ changes related to tidying up historical documents on the web site.
Submitted by: Joshua Slive <slive@finance.commerce.ubc.ca>
Reviewed by: Tony Finch

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

24 years agoRussian Translation, contributed by Pavel Polischouk <pavelp@iil.intel.com>
Martin Kraemer [Tue, 4 Apr 2000 15:41:28 +0000 (15:41 +0000)]
Russian Translation, contributed by Pavel Polischouk <pavelp@iil.intel.com>
Dirk, do you think the AddCharSet's are OK like this?

Submitted by:   Stas Bekman <sbekman@stason.org>

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

24 years agoUnder OS/2 (well actually EMX gcc) libraries don't have a 'lib' prefix. In
Brian Havard [Tue, 4 Apr 2000 13:31:13 +0000 (13:31 +0000)]
Under OS/2 (well actually EMX gcc) libraries don't have a 'lib' prefix. In
main code libtool handles it. This deals with APR.

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

24 years agoClarify the DOCUMENT_ROOT environment variable oddity.
Tony Finch [Tue, 4 Apr 2000 13:27:02 +0000 (13:27 +0000)]
Clarify the DOCUMENT_ROOT environment variable oddity.
Suggested by: Scott Goodman <scott@searchbc.com>

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

24 years agoap_os_kill isn't being used now as it's in APR, so remove it!
David Reid [Tue, 4 Apr 2000 08:57:18 +0000 (08:57 +0000)]
ap_os_kill isn't being used now as it's in APR, so remove it!

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

24 years agoStart cleaning up the beos directory. DSO stuff is now in APR.
David Reid [Tue, 4 Apr 2000 08:46:58 +0000 (08:46 +0000)]
Start cleaning up the beos directory. DSO stuff is now in APR.

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

24 years agoTidy up the beos mpm files.
David Reid [Mon, 3 Apr 2000 21:36:28 +0000 (21:36 +0000)]
Tidy up the beos mpm files.

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

24 years agoEliminate a warning related to the struct socket_t vs ap_socket_t change.
Bill Stoddard [Mon, 3 Apr 2000 21:11:55 +0000 (21:11 +0000)]
Eliminate a warning related to the struct socket_t vs ap_socket_t change.

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

24 years agoGet APR DSO code working under Windows
Bill Stoddard [Mon, 3 Apr 2000 20:41:14 +0000 (20:41 +0000)]
Get APR DSO code working under Windows

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

24 years agoRemove file_io/win32/readdir.c and .h
Bill Stoddard [Mon, 3 Apr 2000 19:39:44 +0000 (19:39 +0000)]
Remove file_io/win32/readdir.c and .h

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

24 years agoEliminate apr_win.h and apr_winconfig.h (and the ugly #ifdefs they cause).
Bill Stoddard [Mon, 3 Apr 2000 18:40:44 +0000 (18:40 +0000)]
Eliminate apr_win.h and apr_winconfig.h (and the ugly #ifdefs they cause).
Now, apr.h and apr_config.h are generated from apr.hw and apr_config.hw
at build time. At this point, the server will not compile on Windows because
of the recent DSO commits. Fixing those next.

Submitted by: Bill Rowe & Bill Stoddard

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

24 years agoFirst pass at mod_so with the new APR dso calls. It builds OK, but as
David Reid [Sun, 2 Apr 2000 18:15:00 +0000 (18:15 +0000)]
First pass at mod_so with the new APR dso calls.  It builds OK, but as
I can't build any dynamic modules to properly test it with I'll let
others do that!  It'll need some work, but I wanted to get code in so
people can start hacking it around :)

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

24 years agoUpdated media types.
Tony Finch [Sat, 1 Apr 2000 01:47:53 +0000 (01:47 +0000)]
Updated media types.
Obtained from: http://www.isi.edu/in-notes/iana/assignments/media-types/

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

24 years agofix minor typo
Tony Finch [Sat, 1 Apr 2000 01:25:13 +0000 (01:25 +0000)]
fix minor typo

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

24 years agoAnd then there was 2.0a3-dev, and Ryan said "Doh!"
Roy T. Fielding [Sat, 1 Apr 2000 01:14:23 +0000 (01:14 +0000)]
And then there was 2.0a3-dev, and Ryan said "Doh!"

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

24 years agoUpdate the version name in the tree for 2.0a2
Ryan Bloom [Fri, 31 Mar 2000 19:52:18 +0000 (19:52 +0000)]
Update the version name in the tree for 2.0a2

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

24 years agoUpdate the announcement text for the 2nd alpha.
Ryan Bloom [Fri, 31 Mar 2000 19:48:23 +0000 (19:48 +0000)]
Update the announcement text for the 2nd alpha.

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

24 years agoUpdate to Apache Software License version 1.1
Roy T. Fielding [Fri, 31 Mar 2000 09:42:55 +0000 (09:42 +0000)]
Update to Apache Software License version 1.1

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

24 years agoUpdate to Apache Software License version 1.1
Roy T. Fielding [Fri, 31 Mar 2000 09:17:18 +0000 (09:17 +0000)]
Update to Apache Software License version 1.1

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

24 years agoUpdate to Apache Software License version 1.1
Roy T. Fielding [Fri, 31 Mar 2000 09:05:25 +0000 (09:05 +0000)]
Update to Apache Software License version 1.1

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

24 years agoUpdate to Apache Software License version 1.1
Roy T. Fielding [Fri, 31 Mar 2000 08:44:21 +0000 (08:44 +0000)]
Update to Apache Software License version 1.1

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

24 years agoUpdate to Apache Software License version 1.1
Roy T. Fielding [Fri, 31 Mar 2000 07:19:05 +0000 (07:19 +0000)]
Update to Apache Software License version 1.1

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

24 years agoUpdate to Apache Software License version 1.1
Roy T. Fielding [Fri, 31 Mar 2000 07:02:32 +0000 (07:02 +0000)]
Update to Apache Software License version 1.1

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

24 years agoUpdate to Apache Software License version 1.1
Roy T. Fielding [Fri, 31 Mar 2000 06:42:48 +0000 (06:42 +0000)]
Update to Apache Software License version 1.1

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

24 years agocomment-out nonexistant directives
Roy T. Fielding [Fri, 31 Mar 2000 06:34:46 +0000 (06:34 +0000)]
comment-out nonexistant directives

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

24 years agoMerge forward changes in Apache 1.3 printenv
Roy T. Fielding [Fri, 31 Mar 2000 06:32:10 +0000 (06:32 +0000)]
Merge forward changes in Apache 1.3 printenv

Submitted by: Ralf S. Engelshall

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

24 years agoEliminate src/apaci, and replace with a header file containing paths:
Manoj Kasichainula [Fri, 31 Mar 2000 02:38:33 +0000 (02:38 +0000)]
Eliminate src/apaci, and replace with a header file containing paths:
include/ap_config_path.h.

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

24 years agoRemove a trailing slash from library.mk. This slash was causing problems
Ryan Bloom [Thu, 30 Mar 2000 23:39:58 +0000 (23:39 +0000)]
Remove a trailing slash from library.mk.  This slash was causing problems
on non-GNU make systems
PR:  20
Submitted by: Mike Abbott <mja@sgi.com>
Reviewed by: Ryan Bloom

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

24 years agoAn initial implementation for the mpmt_pthread mod_status API. Again,
Ryan Bloom [Thu, 30 Mar 2000 22:16:37 +0000 (22:16 +0000)]
An initial implementation for the mpmt_pthread mod_status API.  Again,
this is a working implementation, but it is almost definately not a
complete implementation.

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

24 years agoFix the generation of the apaci script, so it has valid permissions after
Ryan Bloom [Thu, 30 Mar 2000 21:50:20 +0000 (21:50 +0000)]
Fix the generation of the apaci script, so it has valid permissions after
running config.status
Submitted by: Brian Martin <bmartin@penguincomputing.com>
Reviewed by: Ryan Bloom

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

24 years agoA very first shot at implementing the status API for the prefork mpm.
Ryan Bloom [Thu, 30 Mar 2000 20:51:23 +0000 (20:51 +0000)]
A very first shot at implementing the status API for the prefork mpm.
This is without a doubt a bad implementation, but it works, and the
server compiles with mod_status enabled.

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

24 years agoFix the warnings associated with the pre_config patch.
Ryan Bloom [Thu, 30 Mar 2000 18:39:46 +0000 (18:39 +0000)]
Fix the warnings associated with the pre_config patch.

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

24 years agoap_hook_pre_config is gone
Jeff Trawick [Thu, 30 Mar 2000 18:25:46 +0000 (18:25 +0000)]
ap_hook_pre_config is gone
Submitted by: William Rowe
Reviewed by: Jeff Trawick

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

24 years agoPut the pre_config hook back into the table. This solves the problem of
Ryan Bloom [Thu, 30 Mar 2000 15:30:36 +0000 (15:30 +0000)]
Put the pre_config hook back into the table.  This solves the problem of
the pre-config hook only being valid for MPM's.  This patch also
distinguishes between STANDARD modules and MPM's.

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

24 years agowhen logging a failure of ap_mmap_create(), pass the returned
Jeff Trawick [Wed, 29 Mar 2000 02:52:31 +0000 (02:52 +0000)]
when logging a failure of ap_mmap_create(), pass the returned
status to ap_log_rerror() instead of the current errno value

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

24 years agoTweaked APR initialization and termination so that the lifetime
Jeff Trawick [Tue, 28 Mar 2000 22:59:05 +0000 (22:59 +0000)]
Tweaked APR initialization and termination so that the lifetime
of memory management mutexes is longer than the lifetime of
managed memory.  APR apps must now call ap_terminate().

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

24 years agoRemove the last piece of the layered I/O code. I don't know why this didn't
Ryan Bloom [Tue, 28 Mar 2000 18:36:34 +0000 (18:36 +0000)]
Remove the last piece of the layered I/O code.  I don't know why this didn't
get removed with the rest of it.

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

24 years agoApache Software License, version 1.1
Roy T. Fielding [Tue, 28 Mar 2000 08:30:20 +0000 (08:30 +0000)]
Apache Software License, version 1.1

Please review this master copy before it is pasted into every file.

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

24 years agoChange the name from apache back to httpd.
Ryan Bloom [Mon, 27 Mar 2000 23:21:22 +0000 (23:21 +0000)]
Change the name from apache back to httpd.

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

24 years agoBackout layered I/O changes.
Ryan Bloom [Mon, 27 Mar 2000 16:22:30 +0000 (16:22 +0000)]
Backout layered I/O changes.

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

24 years agoFix typos.
Tony Finch [Sun, 26 Mar 2000 19:03:49 +0000 (19:03 +0000)]
Fix typos.

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

24 years agoRemove a broken link back to the user documentation.
Tony Finch [Sun, 26 Mar 2000 18:58:14 +0000 (18:58 +0000)]
Remove a broken link back to the user documentation.

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

24 years agoFix a couple of typo's and add a link to the list of MPM's from the
David Reid [Sun, 26 Mar 2000 09:39:36 +0000 (09:39 +0000)]
Fix a couple of typo's and add a link to the list of MPM's from the
changes document.

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

24 years agoAdd docs for layered I/O
Ryan Bloom [Sat, 25 Mar 2000 15:45:01 +0000 (15:45 +0000)]
Add docs for layered I/O

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

24 years agoEnabled layered I/O. Docs are forthcoming.
Ryan Bloom [Sat, 25 Mar 2000 15:00:10 +0000 (15:00 +0000)]
Enabled layered I/O.  Docs are forthcoming.

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

24 years agoFirst part of getting BeOS to survive restarts correctly.
David Reid [Fri, 24 Mar 2000 10:54:24 +0000 (10:54 +0000)]
First part of getting BeOS to survive restarts correctly.

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

24 years agoDo a bit of Win32 specific garbage collecting. Most of os.h (of not all
Bill Stoddard [Fri, 24 Mar 2000 05:03:22 +0000 (05:03 +0000)]
Do a bit of Win32 specific garbage collecting. Most of os.h (of not all
of it) should go away eventually, merged into APR. Seems useful to delete
the obvious garbage first.

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

24 years agoEliminate os.c and ApacheOS.dsp, ApacheOS.mak, et. al. Update the winnt
Bill Stoddard [Fri, 24 Mar 2000 04:45:27 +0000 (04:45 +0000)]
Eliminate os.c and ApacheOS.dsp, ApacheOS.mak, et. al. Update the winnt
MPM to use native thread control calls rather than the deprecated stuff
in os.c. Even though I don't use APR in the MPM yet, this is forward
progress.

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

24 years agoGet mod_rewrite working with APR locks
Bill Stoddard [Thu, 23 Mar 2000 16:30:10 +0000 (16:30 +0000)]
Get mod_rewrite working with APR locks

This has been tested on Linux and works (with the caveats:
must use --disable-hsregex, must define NO_DBM_REWRITEMAP,
must remove Dirks March 14 patch from util.c and httpd_config.c).

Submitted by: Paul Reder
Reviewed by: Bill Stoddard

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

24 years agoClear hook registrations between reads of the config file.
Allan K. Edwards [Thu, 23 Mar 2000 14:48:45 +0000 (14:48 +0000)]
Clear hook registrations between reads of the config file.
When DSOs are unloaded and re-loaded the old hook pointers may
no longer be valid. This fix eliminates potential segfaults.

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

24 years agoAdd htpasswd back into the compile
Bill Stoddard [Wed, 22 Mar 2000 21:48:42 +0000 (21:48 +0000)]
Add htpasswd back into the compile

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

24 years agoGet htpasswd compiling under Windows
Bill Stoddard [Wed, 22 Mar 2000 15:21:57 +0000 (15:21 +0000)]
Get htpasswd compiling under Windows

Submitted by: William Rowe
Reviewed by: Bill Stoddard

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

24 years agoaxe some deprecated MULTITHREAD code
Jeff Trawick [Wed, 22 Mar 2000 11:36:52 +0000 (11:36 +0000)]
axe some deprecated MULTITHREAD code

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

24 years agoimprove error message for missing mime types file
Jeff Trawick [Wed, 22 Mar 2000 11:21:58 +0000 (11:21 +0000)]
improve error message for missing mime types file

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

24 years agochange the error message logged for a bind() failure so that
Jeff Trawick [Wed, 22 Mar 2000 10:37:28 +0000 (10:37 +0000)]
change the error message logged for a bind() failure so that
it shows the interface and port number; it is now very similar
to the error message used in 1.3

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

24 years agoaxe code to print "-D MULTITHREAD" for apache -V; MULTITHREAD
Jeff Trawick [Wed, 22 Mar 2000 10:26:44 +0000 (10:26 +0000)]
axe code to print "-D MULTITHREAD" for apache -V; MULTITHREAD
is a 1.3 hangover;
exit with a log message if ap_create_context() fails when
creating the initial context; otherwise, we SIGSEGV later

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

24 years agoget rid of unused local variable w in set_error_document()
Jeff Trawick [Wed, 22 Mar 2000 09:46:38 +0000 (09:46 +0000)]
get rid of unused local variable w in set_error_document()
Submitted by: Jeff Trawick

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

24 years agoWin32: Continue removing precompiled header support from the dsp and
Bill Stoddard [Tue, 21 Mar 2000 23:26:50 +0000 (23:26 +0000)]
Win32: Continue removing precompiled header support from the dsp and
mak files.
Submitted by: William Rowe
Reviewed by: Bill Stoddard

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

24 years agoTime for a few beers, I think.
Tony Finch [Tue, 21 Mar 2000 19:28:56 +0000 (19:28 +0000)]
Time for a few beers, I think.

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

24 years agoSome TODOCs have been DOCced.
Tony Finch [Tue, 21 Mar 2000 19:10:09 +0000 (19:10 +0000)]
Some TODOCs have been DOCced.

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

24 years agoDocument that a whole pile of directives have moved to the MPMs
Tony Finch [Tue, 21 Mar 2000 19:08:35 +0000 (19:08 +0000)]
Document that a whole pile of directives have moved to the MPMs
or disappeared entirely.

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

24 years agoExplain the changed syntax of CacheNegotiatedDocs
Tony Finch [Tue, 21 Mar 2000 18:41:30 +0000 (18:41 +0000)]
Explain the changed syntax of CacheNegotiatedDocs

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

24 years agoExplain the changed ErrorDocument syntax.
Tony Finch [Tue, 21 Mar 2000 18:28:27 +0000 (18:28 +0000)]
Explain the changed ErrorDocument syntax.

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

24 years agoHelps if you have the include files correct!
David Reid [Tue, 21 Mar 2000 14:13:16 +0000 (14:13 +0000)]
Helps if you have the include files correct!

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

24 years agoUpdate the BeOS mpm to use ap_lock_t's. First of a few changes to come.
David Reid [Tue, 21 Mar 2000 10:52:45 +0000 (10:52 +0000)]
Update the BeOS mpm to use ap_lock_t's.  First of a few changes to come.

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

24 years agoIs this the right place to be updating Apache 2.0 code?
Bill Stoddard [Tue, 21 Mar 2000 02:40:51 +0000 (02:40 +0000)]
Is this the right place to be updating Apache 2.0 code?

Update instructions on how to compile Apache for Windows. Throw in a few other
updates while I am at it. Still much to be done...

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

24 years agoIt works on Windows 2000 with VC++ 5.0
Bill Stoddard [Tue, 21 Mar 2000 02:06:33 +0000 (02:06 +0000)]
It works on Windows 2000 with VC++ 5.0

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

24 years agoCreate one makefile for all win32 distributions.
Bill Stoddard [Tue, 21 Mar 2000 02:00:41 +0000 (02:00 +0000)]
Create one makefile for all win32 distributions.
Submitted by: Jeff Trawick
Reviewed by: Bill Stoddard

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

24 years agoTurn off precompiled header support for Apache.mak/dsp and ApacheCore.mak/dsp.
Bill Stoddard [Tue, 21 Mar 2000 01:32:40 +0000 (01:32 +0000)]
Turn off precompiled header support for Apache.mak/dsp and ApacheCore.mak/dsp.
Submitted by: William Rowe
Reviewed by: Bill Stoddard

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

24 years agoBring forward my recent 1.3 patches.
Brian Havard [Mon, 20 Mar 2000 02:42:20 +0000 (02:42 +0000)]
Bring forward my recent 1.3 patches.

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

24 years agoRemove a debug line left in accidentally.
Brian Havard [Mon, 20 Mar 2000 02:18:39 +0000 (02:18 +0000)]
Remove a debug line left in accidentally.

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

24 years agoBring ap_os_case_canonical_filename() & ap_os_systemcase_canonical_filename()
Brian Havard [Mon, 20 Mar 2000 01:44:55 +0000 (01:44 +0000)]
Bring ap_os_case_canonical_filename() & ap_os_systemcase_canonical_filename()
implementations for OS/2 forward from 1.3.

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

24 years agoLess verbose solution.
Ben Laurie [Sun, 19 Mar 2000 17:12:35 +0000 (17:12 +0000)]
Less verbose solution.

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

24 years agoIgnore more generated files.
Brian Havard [Sun, 19 Mar 2000 13:54:05 +0000 (13:54 +0000)]
Ignore more generated files.

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

24 years agoIgnore generated files.
Brian Havard [Sun, 19 Mar 2000 13:52:16 +0000 (13:52 +0000)]
Ignore generated files.

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

24 years agoTest for AP_USE_HSREGEX, not USE_HSREGEX, as that's what actually gets
Brian Havard [Sun, 19 Mar 2000 13:28:42 +0000 (13:28 +0000)]
Test for AP_USE_HSREGEX, not USE_HSREGEX, as that's what actually gets
defined (in ap_config_auto.h) when using the bundled hsregex.

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

24 years agoMake dependency generation work on OS/2. The preprocessor outputs \\'s as
Brian Havard [Sun, 19 Mar 2000 13:25:33 +0000 (13:25 +0000)]
Make dependency generation work on OS/2. The preprocessor outputs \\'s as
path separators so switch them to /'s

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

24 years agoTru64 make uses the wrong directory for includes.
Ben Laurie [Sat, 18 Mar 2000 14:06:33 +0000 (14:06 +0000)]
Tru64 make uses the wrong directory for includes.

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

24 years agoTru64 make gets confused by null argument!
Ben Laurie [Sat, 18 Mar 2000 13:07:40 +0000 (13:07 +0000)]
Tru64 make gets confused by null argument!

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

24 years agoStrict prototypes are no use until someone rewrites the config API.
Ben Laurie [Sat, 18 Mar 2000 11:09:52 +0000 (11:09 +0000)]
Strict prototypes are no use until someone rewrites the config API.

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

24 years agoAdd missing pool parameter.
Ben Laurie [Sat, 18 Mar 2000 10:38:45 +0000 (10:38 +0000)]
Add missing pool parameter.

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

24 years agoUpdate the prefork mpm with the new ap_shm_init prototype.
Ryan Bloom [Fri, 17 Mar 2000 21:58:30 +0000 (21:58 +0000)]
Update the prefork mpm with the new ap_shm_init prototype.

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

24 years agoUpdate the licence in the documentation. Should this be done for 1.3
David Reid [Fri, 17 Mar 2000 15:16:40 +0000 (15:16 +0000)]
Update the licence in the documentation.  Should this be done for 1.3
as well?

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

24 years agosp
David Reid [Fri, 17 Mar 2000 10:40:19 +0000 (10:40 +0000)]
sp

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

24 years agoAfter adding the AddCharset's back in; here is some
Dirk-Willem van Gulik [Fri, 17 Mar 2000 01:14:11 +0000 (01:14 +0000)]
After adding the AddCharset's back in; here is some
minor stuff to make that work and some examples.

PR:
Obtained from:
Submitted by:
Reviewed by:

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

24 years agoAdded AddCharset back in again. Need that badly for
Dirk-Willem van Gulik [Fri, 17 Mar 2000 01:10:41 +0000 (01:10 +0000)]
Added AddCharset back in again. Need that badly for
my production hosts. Still checking and this also
exposes the lack of EBCDIC and the NOT_PROXY change
which is done since 1.3.9

PR:
Obtained from:
Submitted by:
Reviewed by:

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

24 years agoPR:
Dirk-Willem van Gulik [Fri, 17 Mar 2000 01:09:10 +0000 (01:09 +0000)]
PR:
Obtained from:
Submitted by:
Reviewed by:

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

24 years agoRemove tabs from blank lines
Ryan Bloom [Thu, 16 Mar 2000 23:05:07 +0000 (23:05 +0000)]
Remove tabs from blank lines
PR: 17
Submitted by: mja@sgi.com

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

24 years agoAdded NO and KR intro pages donated by Lee Kuk Hyun and Lorant Czaran
Dirk-Willem van Gulik [Thu, 16 Mar 2000 22:05:56 +0000 (22:05 +0000)]
Added NO and KR intro pages donated by Lee Kuk Hyun and Lorant Czaran
and copied some lang's across into the conf file.
PR:
Obtained from: Lee Kuk Hyun and Lorant Czaran
Submitted by:
Reviewed by:

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

24 years agos/1.3/2.0/g and add a link to the developers' documentation
Tony Finch [Thu, 16 Mar 2000 20:08:41 +0000 (20:08 +0000)]
s/1.3/2.0/g and add a link to the developers' documentation

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

24 years agoReplace the interim manual index with the file from 1.3.
Tony Finch [Thu, 16 Mar 2000 20:02:08 +0000 (20:02 +0000)]
Replace the interim manual index with the file from 1.3.
The rest of the documentation has been imported with a repository copy
in order to preserve the history.

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

24 years agoDitch the interim index file and replace it with the standard "It worked!"
Tony Finch [Thu, 16 Mar 2000 19:26:48 +0000 (19:26 +0000)]
Ditch the interim index file and replace it with the standard "It worked!"
pages, copied from the current 1.3 documentation tree.

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

24 years agofix some inconsistencies and add a paragraph explainint how to include a
Tony Finch [Thu, 16 Mar 2000 18:02:47 +0000 (18:02 +0000)]
fix some inconsistencies and add a paragraph explainint how to include a
"." in the expansion string immediately after a % directive.

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

24 years agoFix a comment
Bill Stoddard [Thu, 16 Mar 2000 15:45:43 +0000 (15:45 +0000)]
Fix a comment

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

24 years agoAllow arguments to buildconf. Makes cvsclean, etc. a bit easier.
Manoj Kasichainula [Wed, 15 Mar 2000 23:31:14 +0000 (23:31 +0000)]
Allow arguments to buildconf. Makes cvsclean, etc. a bit easier.

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

24 years agoEliminate implicit usage of access.conf and srm.conf.
Manoj Kasichainula [Wed, 15 Mar 2000 23:18:32 +0000 (23:18 +0000)]
Eliminate implicit usage of access.conf and srm.conf.

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

24 years agoMinor nit: use top_srcdir instead of topsrcdir, to be more consistent
Manoj Kasichainula [Wed, 15 Mar 2000 22:46:33 +0000 (22:46 +0000)]
Minor nit: use top_srcdir instead of topsrcdir, to be more consistent
with autoconf.

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