]> granicus.if.org Git - apache/log
apache
24 years agoRemove a bunch of functions that are being replaced by functions in APR.
Ryan Bloom [Tue, 21 Dec 1999 21:41:53 +0000 (21:41 +0000)]
Remove a bunch of functions that are being replaced by functions in APR.
Also finished porting Apache to use APR in most cases.

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

24 years agoDocumentation update for latest TPF changes
Manoj Kasichainula [Tue, 21 Dec 1999 20:43:49 +0000 (20:43 +0000)]
Documentation update for latest TPF changes

Submitted by: David McCreedy <McCreedy@us.ibm.com>

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

24 years agoChange ap_gm_timestr_822 to ap_timestr. Now, one function can be used to get
Ryan Bloom [Tue, 21 Dec 1999 16:21:44 +0000 (16:21 +0000)]
Change ap_gm_timestr_822 to ap_timestr.  Now, one function can be used to get
a timestr for GMT and Localtimes.

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

24 years agoFix compile break introduced to Apache 2.0 by the mass vhosting security fix.
Bill Stoddard [Tue, 21 Dec 1999 14:45:53 +0000 (14:45 +0000)]
Fix compile break introduced to Apache 2.0 by the mass vhosting security fix.

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

24 years agoFix the mass vhosting security problem spotted by Lars, as in 1.3
Tony Finch [Tue, 21 Dec 1999 11:33:23 +0000 (11:33 +0000)]
Fix the mass vhosting security problem spotted by Lars, as in 1.3
Submitted by: Ben Hyde
Reviewed by: Tony Finch

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

24 years ago[insert weather comment here]
Manoj Kasichainula [Tue, 21 Dec 1999 08:26:49 +0000 (08:26 +0000)]
[insert weather comment here]

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

24 years agoAdd back support for UseCanonicalName in <Directory> containers. Found
Manoj Kasichainula [Tue, 21 Dec 1999 07:54:08 +0000 (07:54 +0000)]
Add back support for UseCanonicalName in <Directory> containers. Found
by Dave Colasurdo <davecola@us.ibm.com>

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

24 years agoAdd back support for UseCanonicalName in <Directory> containers.
Manoj Kasichainula [Tue, 21 Dec 1999 07:52:51 +0000 (07:52 +0000)]
Add back support for UseCanonicalName in <Directory> containers.
Mistake was found by Dave Colasurdo <davecola@us.ibm.com>

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

24 years agoWe don't need the capability to build an acconfig.h anymore; AC_DEFINE
Manoj Kasichainula [Tue, 21 Dec 1999 07:21:37 +0000 (07:21 +0000)]
We don't need the capability to build an acconfig.h anymore; AC_DEFINE
provides everything we need for equivalent functionality. This change
deletes the intrastructure that built acconfig.h.in before.

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

24 years agoWindows: Can now install/uninstall Apache as a service and start/stop apache via
Bill Stoddard [Mon, 20 Dec 1999 19:52:51 +0000 (19:52 +0000)]
Windows: Can now install/uninstall Apache as a service and start/stop apache via
net start and net stop commands. Not extensively tested, so there may be bugs
in this still.

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

24 years agoGet rid of the C++ style comment.
Bill Stoddard [Mon, 20 Dec 1999 19:16:34 +0000 (19:16 +0000)]
Get rid of the C++ style comment.

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

24 years agoHandle -k restart|shutdown command line option from http_main.c
Bill Stoddard [Mon, 20 Dec 1999 19:07:33 +0000 (19:07 +0000)]
Handle -k restart|shutdown command line option from http_main.c

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

24 years agoFirst step in getting Apache to use APR's time libraries. This gets a good
Ryan Bloom [Mon, 20 Dec 1999 16:38:39 +0000 (16:38 +0000)]
First step in getting Apache to use APR's time libraries.  This gets a good
number of them, but I think there are more time values still in the Apache
code.  This works under Linux, but has not been tested anywhere else.

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

24 years agoSpeed up building, by making --disable-shared the default until we put
Manoj Kasichainula [Mon, 20 Dec 1999 05:03:01 +0000 (05:03 +0000)]
Speed up building, by making --disable-shared the default until we put
proper DSO support into the autoconf configuration scripts.

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

24 years agoDon't actually run ./configure in buildconf, it wastes lots of time if
Manoj Kasichainula [Mon, 20 Dec 1999 04:38:26 +0000 (04:38 +0000)]
Don't actually run ./configure in buildconf, it wastes lots of time if
we want to use ./configure's flags, among other things.

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

24 years agoWe actually don't have to remove config.cache, because
Manoj Kasichainula [Mon, 20 Dec 1999 04:34:45 +0000 (04:34 +0000)]
We actually don't have to remove config.cache, because
AC_CONFIG_SUBDIRS redirects APR's config.cache to point to Apache's.

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

24 years agoMake building a little easier by not requiring a separate make of APR.
Manoj Kasichainula [Mon, 20 Dec 1999 04:15:08 +0000 (04:15 +0000)]
Make building a little easier by not requiring a separate make of APR.

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

24 years agoEliminate the .h.stub files; AC_DEFINE can generate the necessary
Manoj Kasichainula [Mon, 20 Dec 1999 03:09:50 +0000 (03:09 +0000)]
Eliminate the .h.stub files; AC_DEFINE can generate the necessary
#defines in the config header for us.

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

24 years agoPut back the removing of config.cache. Also add a -f flag to the rm to
Manoj Kasichainula [Mon, 20 Dec 1999 02:36:13 +0000 (02:36 +0000)]
Put back the removing of config.cache. Also add a -f flag to the rm to
eliminate a warning.

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

24 years agommap_static isn't in the standard directory yet; this directory
Manoj Kasichainula [Mon, 20 Dec 1999 02:01:31 +0000 (02:01 +0000)]
mmap_static isn't in the standard directory yet; this directory
shouldn't try to configure it.

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

24 years agoMake Apache's configure script run APR's.
Manoj Kasichainula [Mon, 20 Dec 1999 01:54:39 +0000 (01:54 +0000)]
Make Apache's configure script run APR's.

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

24 years agoWe need to run autoheader to compile APR.
Manoj Kasichainula [Mon, 20 Dec 1999 01:44:59 +0000 (01:44 +0000)]
We need to run autoheader to compile APR.

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

24 years agoUhm... forgot require directive...
Lars Eilebrecht [Sun, 19 Dec 1999 18:46:59 +0000 (18:46 +0000)]
Uhm... forgot require directive...

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

24 years agoAdd some links.
Lars Eilebrecht [Sun, 19 Dec 1999 17:33:14 +0000 (17:33 +0000)]
Add some links.

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

24 years agoDeal with newline at the end of the module list.
Ben Laurie [Sun, 19 Dec 1999 16:36:49 +0000 (16:36 +0000)]
Deal with newline at the end of the module list.

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

24 years agoBuild APR, too.
Ben Laurie [Sun, 19 Dec 1999 16:36:19 +0000 (16:36 +0000)]
Build APR, too.

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

24 years agominor fixes
Lars Eilebrecht [Sun, 19 Dec 1999 16:34:32 +0000 (16:34 +0000)]
minor fixes

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

24 years agoRemove some nuisance warnings by changing int to ap_ssize_t.
David Reid [Sun, 19 Dec 1999 10:05:15 +0000 (10:05 +0000)]
Remove some nuisance warnings by changing int to ap_ssize_t.
Also add a default MPM_METHOD for BeOS.

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

24 years agoUpdate Apache version in windows registry.c file
Bill Stoddard [Fri, 17 Dec 1999 15:39:56 +0000 (15:39 +0000)]
Update Apache version in windows registry.c file

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

24 years agoAfter a few hours of thorough testing, this patch makes CGI's through SSI's
Ryan Bloom [Thu, 16 Dec 1999 19:58:00 +0000 (19:58 +0000)]
After a few hours of thorough testing, this patch makes CGI's through SSI's
work properly on Linux.  We will be testing this change on Win32 momentarily,
but because we are relying on APR for the dirty work, I have no fears.  :-)

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

24 years agoInclude mod_include and mod_so in the Windows build.
Ryan Bloom [Thu, 16 Dec 1999 15:46:17 +0000 (15:46 +0000)]
Include mod_include and mod_so in the Windows build.
Submitted by:   Allan Edwards
Reviewed by: Ryan Bloom

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

24 years agoFix mod_include so it works. Both people came up with very similar patches at
Ryan Bloom [Thu, 16 Dec 1999 15:41:28 +0000 (15:41 +0000)]
Fix mod_include so it works.  Both people came up with very similar patches at
about the same time.  Since the work was duplicated, I am putting both names
on the patch.
Submitted by:   Allan Edwards and Paul Reder
Reviewed by: Ryan Bloom

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

24 years agoPeter Watkins writes:
Martin Kraemer [Wed, 15 Dec 1999 23:04:19 +0000 (23:04 +0000)]
Peter Watkins writes:
In September, there was discussion of mod_log_config and some need to
break the client request "%r" into its separate components. A patch was
committed to the 1.3 dev tree that exposed the method and protocol
request members as "%m" and "%H". It was noted that "%m %U %H" was not
the same as "%r" because %U does not include query string information.
The attached patches add support for logging query string in such a way
that "%m %U%q %H" is the same as "%r". I would like to see this committed
to take care of the unfinished business begun with "%m" and "%H".
Thanks,
 -Peter

PR: 5174
Submitted by: Peter Watkins <peterw@usa.net>
Reviewed by: Martin Kraemer

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

24 years agoGetting rid of more warnings in the prefork mpm.
Ryan Bloom [Wed, 15 Dec 1999 21:39:09 +0000 (21:39 +0000)]
Getting rid of more warnings in the prefork mpm.

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

24 years agoRemove the readdir files from os/win32. These are taken care of by APR now,
Ryan Bloom [Wed, 15 Dec 1999 19:32:23 +0000 (19:32 +0000)]
Remove the readdir files from os/win32.  These are taken care of by APR now,
and they have been bothering me.  This is my first attempt at generating a
Makefile for Windows, but it seems to have worked for me.

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

24 years agoA small change to allow Apache to run on the most recent versions
David Reid [Wed, 15 Dec 1999 11:54:35 +0000 (11:54 +0000)]
A small change to allow Apache to run on the most recent versions
of BeOS.

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

24 years agoCleanup the Windows build a bit by getting rid of more platform dependant
Ryan Bloom [Wed, 15 Dec 1999 00:59:56 +0000 (00:59 +0000)]
Cleanup the Windows build a bit by getting rid of more platform dependant
code.  Still won't compile cleanly, but we are closer.  I am hoping for a
clean Windows compile by Friday.

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

24 years agoMake CGI's work correctly in Apache 2.0. APR wants the first element in the
Ryan Bloom [Tue, 14 Dec 1999 20:37:58 +0000 (20:37 +0000)]
Make CGI's work correctly in Apache 2.0.  APR wants the first element in the
argument list to be the program name.  This is exactly what POSIX requires,
and what Windows wants, but Apache 1.3 would create the arg list, and then
have another function squeeze the program name in later.  This patch fixes
that by having mod_cgi put the program name the correct place.

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

24 years agoMake prefork compile.
Ryan Bloom [Tue, 14 Dec 1999 20:02:50 +0000 (20:02 +0000)]
Make prefork compile.

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

24 years agoFix some warnings when configured with --enable-maintainer-mode.
Ryan Bloom [Mon, 13 Dec 1999 22:53:25 +0000 (22:53 +0000)]
Fix some warnings when configured with --enable-maintainer-mode.
ap_start_(shutdown|restart) are no longer static in dexter, because we
explicitly state we are creating them to be called from places other than
the parent.  This is the first in a series of patches to get the 2.0 code
to compile cleanly again.

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

24 years agoGet rid of more platform dependant code.
Ryan Bloom [Mon, 13 Dec 1999 20:52:28 +0000 (20:52 +0000)]
Get rid of more platform dependant code.

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

24 years agoUpdate STATUS
Bill Stoddard [Mon, 13 Dec 1999 15:46:45 +0000 (15:46 +0000)]
Update STATUS

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

24 years agoGet rid of a couple more ap_os_file_t's along with their platform
Ryan Bloom [Mon, 13 Dec 1999 14:01:35 +0000 (14:01 +0000)]
Get rid of a couple more ap_os_file_t's along with their platform
dependant code.

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

24 years agoUse ap_open_stderr in http_config.c. This cleans up some non-portable
Ryan Bloom [Sat, 11 Dec 1999 20:29:17 +0000 (20:29 +0000)]
Use ap_open_stderr in http_config.c.  This cleans up some non-portable
code that has been bothering me.

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

24 years agoGet rid of an instance of ap_file_os_t from the Apache source. I will
Ryan Bloom [Sat, 11 Dec 1999 00:13:19 +0000 (00:13 +0000)]
Get rid of an instance of ap_file_os_t from the Apache source.  I will
be finishing the cleansing of these interim variables over the next few
days.

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

24 years agoWe now make the decision to USE_MMAP_FILES based on whether or not APR
Ryan Bloom [Fri, 10 Dec 1999 20:22:07 +0000 (20:22 +0000)]
We now make the decision to USE_MMAP_FILES based on whether or not APR
has MMAP.  If APR_HAS_MMAP is true then USE_MMAP_FILES is true.  We also
no longer check for MMAP in autoconf within Apache.  Apache relies on APR
to give us MMAP functionality, and therefore doesn't need to check for
itself.

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

24 years agoAIX DSO tweaks. Enable use of native DSO for AIX 4.3 and beyond. Apache DSO
Bill Stoddard [Fri, 10 Dec 1999 16:10:42 +0000 (16:10 +0000)]
AIX DSO tweaks. Enable use of native DSO for AIX 4.3 and beyond. Apache DSO
emulation breaks with 64-bit compiles of Apache and AIX DSO support is broken
in releases prior to 4.3.

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

24 years ago Add a note about DNS being required on Windows.
Ken Coar [Fri, 10 Dec 1999 14:56:26 +0000 (14:56 +0000)]
Add a note about DNS being required on Windows.

PR: 5451
Submitted by: Hank Laskey <CAMResearch@aol.com>
Reviewed by: Ken Coar

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

24 years agoRemoved these a bit too soon. Adding them back.
Bill Stoddard [Thu, 9 Dec 1999 21:50:16 +0000 (21:50 +0000)]
Removed these a bit too soon. Adding them back.

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

24 years agoFix Windows build break
Bill Stoddard [Thu, 9 Dec 1999 21:47:45 +0000 (21:47 +0000)]
Fix Windows build break

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

24 years ago Add the AddCharset functionality to mod_mime.
Ken Coar [Thu, 9 Dec 1999 18:10:39 +0000 (18:10 +0000)]
Add the AddCharset functionality to mod_mime.

Submitted by: Youichirou Koga <y-koga@isoternet.org>
Reviewed by: Ken Coar, Martin Kraemer

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

24 years agoOS specific patches for IBM's OS/390.
Martin Kraemer [Thu, 9 Dec 1999 17:19:42 +0000 (17:19 +0000)]
OS specific patches for IBM's OS/390.

Submitted by:   Ovies Brabson <oviesb@us.ibm.com>
Reviewed by:    Martin Kraemer, Paul Gilmartin

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

24 years agoAn indented "#include" can cause problems on some compilers. Make sure
Manoj Kasichainula [Thu, 9 Dec 1999 01:13:08 +0000 (01:13 +0000)]
An indented "#include" can cause problems on some compilers. Make sure
it isn't indented.

Submitted by: Ralf Engelschall

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

24 years agoAdd license statement to util_win32.c
Bill Stoddard [Wed, 8 Dec 1999 23:56:33 +0000 (23:56 +0000)]
Add license statement to util_win32.c

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

24 years agoWin32: First cut at getting apache -k restart|shutdown and running apache as a servic...
Bill Stoddard [Wed, 8 Dec 1999 22:34:02 +0000 (22:34 +0000)]
Win32: First cut at getting apache -k restart|shutdown and running apache as a service working

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

24 years ago Add ability to handle arbitrary methods to Script directive.
Ken Coar [Wed, 8 Dec 1999 19:02:19 +0000 (19:02 +0000)]
Add ability to handle arbitrary methods to Script directive.

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

24 years agoFix even more "-i" -> " ap_context_t " changes.
Manoj Kasichainula [Wed, 8 Dec 1999 00:14:03 +0000 (00:14 +0000)]
Fix even more "-i" -> " ap_context_t " changes.

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

24 years agoIf we can't open httpd.conf, print a warning, but don't die.
Wilfredo Sanchez [Tue, 7 Dec 1999 00:09:01 +0000 (00:09 +0000)]
If we can't open httpd.conf, print a warning, but don't die.
Otherwise, you can't install a module into a package root.

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

24 years agoPerform check for "$CFG_SBINDIR/$CFG_TARGET" _after_ the command line
Wilfredo Sanchez [Tue, 7 Dec 1999 00:06:41 +0000 (00:06 +0000)]
Perform check for "$CFG_SBINDIR/$CFG_TARGET" _after_ the command line
overrides for CFG_SBINDIR and CFG_TARGET have been evaluated.

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

24 years agoAdd strucutre to autoconf-config system to allow modules to specify
Manoj Kasichainula [Mon, 6 Dec 1999 05:01:32 +0000 (05:01 +0000)]
Add strucutre to autoconf-config system to allow modules to specify
config tests to run if they are enabled.

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

24 years agoMake most other modules selectable by autoconf's ./configure.
Manoj Kasichainula [Mon, 6 Dec 1999 04:44:07 +0000 (04:44 +0000)]
Make most other modules selectable by autoconf's ./configure.

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

24 years agoOops, changed the default status of mod_env for testing and committed
Manoj Kasichainula [Mon, 6 Dec 1999 03:39:36 +0000 (03:39 +0000)]
Oops, changed the default status of mod_env for testing and committed
it.

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

24 years agoMove the default status of module inclusion/exclusion into the
Manoj Kasichainula [Mon, 6 Dec 1999 03:34:35 +0000 (03:34 +0000)]
Move the default status of module inclusion/exclusion into the
STANDARD_MODULE macro, to make it a little more maintainable.

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

24 years agoMake the call to configure a module a little simpler if the module
Manoj Kasichainula [Mon, 6 Dec 1999 02:36:02 +0000 (02:36 +0000)]
Make the call to configure a module a little simpler if the module
struct's name is the same as the module's.

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

24 years agoI shouldn't have to explicitly provide an MPM. I am setting the default
Ryan Bloom [Sun, 5 Dec 1999 19:36:42 +0000 (19:36 +0000)]
I shouldn't have to explicitly provide an MPM.  I am setting the default
as mpmt_pthread.  I would much rather it was prefork, but the autoconf
work hasn't progressed to the point that prefork will work yet.  When it
does work, I expect the default to change.

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

24 years agoautoconf: Start adding support for selecting modules on the
Manoj Kasichainula [Sun, 5 Dec 1999 10:33:41 +0000 (10:33 +0000)]
autoconf: Start adding support for selecting modules on the
./configure line. This commit only supports mod_env and mod_log_config.

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

24 years agoThe possibility of a libenv module and a libenv system library (for
Manoj Kasichainula [Sun, 5 Dec 1999 09:09:16 +0000 (09:09 +0000)]
The possibility of a libenv module and a libenv system library (for
example) irks me. Take a page from PHP and make the module's library
names unique.

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

24 years agoautoconf: Generate modules.c based on configuration. This is the first
Manoj Kasichainula [Sun, 5 Dec 1999 08:54:39 +0000 (08:54 +0000)]
autoconf: Generate modules.c based on configuration. This is the first
step to supporting selection of modules, and it seems to make --with-mpm
actually work now.

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

24 years agoDisable the DYLD_CANT_UNLOAD workaround for Mac OS X Server, since the
Wilfredo Sanchez [Sat, 4 Dec 1999 02:56:18 +0000 (02:56 +0000)]
Disable the DYLD_CANT_UNLOAD workaround for Mac OS X Server, since the
current version (and the patched older version) doesn't need this any
more.  We don't want to delete the code from unix/os.c, however,
because OpenStep's dyld needs it.

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

24 years agoThe Unix MPMs were depending on APR for signal.h, and broke. Add an
Manoj Kasichainula [Fri, 3 Dec 1999 22:11:31 +0000 (22:11 +0000)]
The Unix MPMs were depending on APR for signal.h, and broke. Add an
explicit #include for it back in.

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

24 years agoWe may not always want to make the pipes between processes non-blocking.
Ryan Bloom [Thu, 2 Dec 1999 18:36:39 +0000 (18:36 +0000)]
We may not always want to make the pipes between processes non-blocking.
This patch allows us to set if both sides of the pipes are nonblocking,
both sides are blocking, just the parent side blocks, or just the child
side blocks for all three of the pipes created during create_process.  I
have also modified Apache to take advantage of this change.

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

24 years agoBring mod_mime_magic to Apache 2.0.
Ryan Bloom [Thu, 2 Dec 1999 16:00:41 +0000 (16:00 +0000)]
Bring mod_mime_magic to Apache 2.0.
Submitted by:  Paul Reder
Reviewed by: Ryan Bloom

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

24 years agoA thread (of messages) in comp.programming.threads reminded me of this.
Manoj Kasichainula [Thu, 2 Dec 1999 06:33:05 +0000 (06:33 +0000)]
A thread (of messages) in comp.programming.threads reminded me of this.
Blaaaah

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

24 years ago Add the long-awaited IndexOptions DescriptionWidth keyword.
Ken Coar [Wed, 1 Dec 1999 22:10:32 +0000 (22:10 +0000)]
Add the long-awaited IndexOptions DescriptionWidth keyword.
It was waiting for a way to avoid breaking HTML tags, but
that's already been done as much as possible -- we can't
do anything about breaking HTML elements without putting
a full parser in.

PR: 2324

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

24 years ago Add a FoldersFirst keyword to the IndexOptions directive, which
Ken Coar [Wed, 1 Dec 1999 20:33:48 +0000 (20:33 +0000)]
Add a FoldersFirst keyword to the IndexOptions directive, which
causes subdirectories to always appear first in FancyIndexed
listings.

Reviewed by: Ryan Bloom, Martin Kraemer, Jim Jagielski

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

24 years agoFix a couple of comments
Manoj Kasichainula [Wed, 1 Dec 1999 04:57:07 +0000 (04:57 +0000)]
Fix a couple of comments

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

24 years agoPlace ap_config_auto.h in src/include. It didn't seem to work earlier,
Manoj Kasichainula [Wed, 1 Dec 1999 04:25:01 +0000 (04:25 +0000)]
Place ap_config_auto.h in src/include. It didn't seem to work earlier,
but it does now. *shrug*

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

24 years agoFix what I think is a bug where rlim_t won't be #defined on systems
Manoj Kasichainula [Wed, 1 Dec 1999 01:21:38 +0000 (01:21 +0000)]
Fix what I think is a bug where rlim_t won't be #defined on systems
that need it if the autoconf check for it was cached.

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

24 years agoEliminate ap_config.h's checks when using autoconf. Now, ap_ac_config.h
Manoj Kasichainula [Wed, 1 Dec 1999 01:16:23 +0000 (01:16 +0000)]
Eliminate ap_config.h's checks when using autoconf. Now, ap_ac_config.h
is used instead, and autoconf's configure script will check for
everything else.

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

24 years agoGet rid of ap_check_signals() in all but the prefork MPM, and #define it
Manoj Kasichainula [Wed, 1 Dec 1999 00:45:02 +0000 (00:45 +0000)]
Get rid of ap_check_signals() in all but the prefork MPM, and #define it
away there. It's a TPF-specific piece that will likely go into a TPF
MPM.

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

24 years agoRemove a vestige of the old timeout system. ident lookups need timeouts,
Manoj Kasichainula [Wed, 1 Dec 1999 00:25:18 +0000 (00:25 +0000)]
Remove a vestige of the old timeout system. ident lookups need timeouts,
though.

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

24 years agoSome compile fixes for the piped log code. It doesn't completely
Manoj Kasichainula [Tue, 30 Nov 1999 23:27:29 +0000 (23:27 +0000)]
Some compile fixes for the piped log code. It doesn't completely
completely compile, but it looks a little better.

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

24 years agoAdd apr_thread_proc.h so it can find ap_proc_t.
Manoj Kasichainula [Tue, 30 Nov 1999 21:57:37 +0000 (21:57 +0000)]
Add apr_thread_proc.h so it can find ap_proc_t.

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

24 years agoDelete remnants of ap_spawnvp that got missed earlier.
Manoj Kasichainula [Tue, 30 Nov 1999 05:56:17 +0000 (05:56 +0000)]
Delete remnants of ap_spawnvp that got missed earlier.

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

24 years agoDeal with times() properly in autoconf. This also changes NO_TIMES to
Manoj Kasichainula [Tue, 30 Nov 1999 03:52:57 +0000 (03:52 +0000)]
Deal with times() properly in autoconf. This also changes NO_TIMES to
!HAVE_TIMES.

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

24 years agoThe extra (n < 1) check is redundant, leftover from pre-APR code.
Manoj Kasichainula [Tue, 30 Nov 1999 03:36:33 +0000 (03:36 +0000)]
The extra (n < 1) check is redundant, leftover from pre-APR code.

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

24 years agoSome extra autoconf macros that might help us compile on "a POSIXized
Manoj Kasichainula [Tue, 30 Nov 1999 03:07:32 +0000 (03:07 +0000)]
Some extra autoconf macros that might help us compile on "a POSIXized
ISC UNIX" or MINIX if someone ever tries to do it.

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

24 years agoFix a thinko. Apache's configure.in shouldn't attempt to create APR's
Manoj Kasichainula [Tue, 30 Nov 1999 02:40:56 +0000 (02:40 +0000)]
Fix a thinko. Apache's configure.in shouldn't attempt to create APR's
Makefile.

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

24 years agomore accurate reflection of reality
dgaudet [Tue, 30 Nov 1999 00:52:30 +0000 (00:52 +0000)]
more accurate reflection of reality

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

24 years agoAutoconf can heal your family strife. And it's also a floor wax!
Manoj Kasichainula [Tue, 30 Nov 1999 00:10:23 +0000 (00:10 +0000)]
Autoconf can heal your family strife. And it's also a floor wax!

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

24 years agoThe second part of the big autoconf patch, which actually adds autoconf
Manoj Kasichainula [Mon, 29 Nov 1999 23:47:33 +0000 (23:47 +0000)]
The second part of the big autoconf patch, which actually adds autoconf
building to the tree.

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

24 years agoThe first part of the big autoconf patch. This replaces a bunch of
Manoj Kasichainula [Mon, 29 Nov 1999 23:33:24 +0000 (23:33 +0000)]
The first part of the big autoconf patch. This replaces a bunch of
NEED_* macros with HAVE_* macros to be more consistent with autoconf.

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

24 years agoFirst cut at getting graceful restart working with the AcceptEx completion port
Bill Stoddard [Mon, 29 Nov 1999 21:14:06 +0000 (21:14 +0000)]
First cut at getting graceful restart working with the AcceptEx completion port

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

24 years agoAdded missing links to htdocs/manual/mod/directives.html
Ralf S. Engelschall [Sun, 28 Nov 1999 12:14:21 +0000 (12:14 +0000)]
Added missing links to htdocs/manual/mod/directives.html
for AllowCONNECT and ProxyDomain.

Submitted by: Patrik Grip-Jansson <patrikj@gnulix.org>, Ralf S. Engelschall
Reviewed by: Ralf S. Engelschall
PR: 5319

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

24 years agoFixed typo in htdocs/manual/install.html.
Ralf S. Engelschall [Sun, 28 Nov 1999 11:38:58 +0000 (11:38 +0000)]
Fixed typo in htdocs/manual/install.html.

Submitted by: Chris Pepper <pepper@tgg.com>
PR: 5360

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

24 years agoClean up some code that BeOS doesn't use.
David Reid [Wed, 24 Nov 1999 16:46:03 +0000 (16:46 +0000)]
Clean up some code that BeOS doesn't use.

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

24 years agoUpdate some dependancies. Move the final two files out of apr/inc and into
Ryan Bloom [Tue, 23 Nov 1999 13:47:01 +0000 (13:47 +0000)]
Update some dependancies.  Move the final two files out of apr/inc and into
apr/include.  Basically just finish some cleanup from some changes I've
been making over the last two days.

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

24 years agoHmmm, turns out that the nice event library for network events on PalmOS
Manoj Kasichainula [Tue, 23 Nov 1999 08:30:21 +0000 (08:30 +0000)]
Hmmm, turns out that the nice event library for network events on PalmOS
only applies to the wireless transceiver. Oh well, I guess select() will
have to do...

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

24 years agoFix a spelling mistake and we probably shouldn't put Internet Exploder in
rasmus [Mon, 22 Nov 1999 20:56:53 +0000 (20:56 +0000)]
Fix a spelling mistake and we probably shouldn't put Internet Exploder in
any official Apache documentation.

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

24 years agoClean up the getopt stuff a bit. Basically, I am removing the #define's,
Ryan Bloom [Mon, 22 Nov 1999 14:52:17 +0000 (14:52 +0000)]
Clean up the getopt stuff a bit.  Basically, I am removing the #define's,
and changing the names in the getopt.c file so that we are sure there is
no namespace collision between regular getopt's, and APR's getopt.

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