]>
granicus.if.org Git - apache/log
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
David Reid [Wed, 15 Mar 2000 12:00:51 +0000 (12:00 +0000)]
Jeff's couple of small corrections.
Submitted by: Jeff Trawick <trawick@ibm.net>
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@84769
13f79535 -47bb-0310-9956-
ffa450edef68
David Reid [Tue, 14 Mar 2000 22:06:47 +0000 (22:06 +0000)]
This gets the server working again after Ryan's order change for
ap_getopt.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@84768
13f79535 -47bb-0310-9956-
ffa450edef68
dgaudet [Tue, 14 Mar 2000 19:29:40 +0000 (19:29 +0000)]
go dirk go, RAW_ARGS is evil. added a TODOC.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@84767
13f79535 -47bb-0310-9956-
ffa450edef68
dgaudet [Tue, 14 Mar 2000 19:26:43 +0000 (19:26 +0000)]
+1000 on dirk's change... and add a TODOC: which is the token i used when
doing the initial mpm stuff to indicate required documentation changes.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@84766
13f79535 -47bb-0310-9956-
ffa450edef68
Dirk-Willem van Gulik [Tue, 14 Mar 2000 14:09:52 +0000 (14:09 +0000)]
Another one in the department of fairly useless patches which
are best described as feature creep. Allows ${ENV} constructs
in the config file. This avoids the need for mod_perl or
m4 cleverness whilst mainting some of the usefullness. It
does not do (of course) multiline things or anything that clever.
Feel free to flame me.
PR:
Obtained from:
Submitted by:
Reviewed by:
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@84765
13f79535 -47bb-0310-9956-
ffa450edef68
Dirk-Willem van Gulik [Tue, 14 Mar 2000 13:32:08 +0000 (13:32 +0000)]
Nasty backwards compatibility breaking 'fix' to get rid of
ErrorDocument 201 "Some string without a closing quote
case which is just pure ugly. I am _NOT_ going to be offended
if anyone rolls back this patch OR if anyone suggests to have
an ErrorDocument2 which the proper syntax/semantics.
But I thought lets take my chance whilst everyone is still
recovering from the apachecon.
Dw.
PR:
Obtained from:
Submitted by:
Reviewed by:
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@84764
13f79535 -47bb-0310-9956-
ffa450edef68
Dirk-Willem van Gulik [Tue, 14 Mar 2000 12:18:28 +0000 (12:18 +0000)]
Take my chance and try to sneak in a very nasty change which
will break some backward compatibility but get rid of half a
dozen nasty if-then special cases in any config file parser
or gui. I am _NOT_ going to be offended if anyone rolls this
patch back; or hack's it with a RAW_ARG as to also take the
old config as well.
PR:
Obtained from:
Submitted by:
Reviewed by:
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@84763
13f79535 -47bb-0310-9956-
ffa450edef68
dgaudet [Tue, 14 Mar 2000 08:04:50 +0000 (08:04 +0000)]
even more distclean goodness (there's still more... time for zzz though)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@84762
13f79535 -47bb-0310-9956-
ffa450edef68
dgaudet [Tue, 14 Mar 2000 08:01:46 +0000 (08:01 +0000)]
more missing from css
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@84761
13f79535 -47bb-0310-9956-
ffa450edef68
dgaudet [Tue, 14 Mar 2000 07:58:12 +0000 (07:58 +0000)]
missing from css patch
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@84760
13f79535 -47bb-0310-9956-
ffa450edef68
dgaudet [Tue, 14 Mar 2000 07:45:08 +0000 (07:45 +0000)]
it's more traditional in autoconf projects for "make distclean" to clean
up things such as the apaci script, rather than "make clean".
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@84759
13f79535 -47bb-0310-9956-
ffa450edef68
Ryan Bloom [Mon, 13 Mar 2000 23:30:21 +0000 (23:30 +0000)]
Update the example module to 2.0
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@84758
13f79535 -47bb-0310-9956-
ffa450edef68
Dirk-Willem van Gulik [Mon, 13 Mar 2000 21:21:39 +0000 (21:21 +0000)]
Updated the announcement from 1.3.6 to the 2.0 Ryan actually sent
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@84755
13f79535 -47bb-0310-9956-
ffa450edef68
Jim Jagielski [Mon, 13 Mar 2000 20:27:29 +0000 (20:27 +0000)]
Backport the CSS security fixes to Apache 2.0a. Or is that forward
port? My sense of direction is all confused.
PR:
Obtained from:
Submitted by:
Reviewed by:
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@84751
13f79535 -47bb-0310-9956-
ffa450edef68
Ryan Bloom [Mon, 13 Mar 2000 18:53:22 +0000 (18:53 +0000)]
Update the version string to reflect that we are currently working on
Apache/2.0a2-dev.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@84750
13f79535 -47bb-0310-9956-
ffa450edef68
Dirk-Willem van Gulik [Mon, 13 Mar 2000 18:44:41 +0000 (18:44 +0000)]
Just make 'buildconf' run on BSD (there is a space after the hash-bang) and
added bogus INSTALL file plus some blurp in readme.mpm to point out that
you really need libtool and autoconf (which need m4).
On some platform's I found that I really HAD to use 'gmake' as the normal
make would not grok it. So I am wondering if adding something like
# Work out a correct 'make'. The issue is that we should use
# 'gmake' which is called 'make' on some platforms, and 'gmake'
# on some others.
#
GUESS=${MAKE:-make}
if `(${GUESS} -v | grep "GNU Make") > /dev/null 2>&1 `; then
# Looks like gmake.
else
GUESS=gmake
if `${GUESS} -v | grep "GNU Make" > /dev/null 2>&1`; then
echo Warning: Using 'gmake' instead of 'make'.
else
echo No 'gmake' found. Please set the MAKE environment
echo variable first.
exit 1
fi
fi
MAKE=${GUESS}
export MAKE
to 'buildconf' would be appropriate to detect this ??
Dw.
PR:
Obtained from:
Submitted by:
Reviewed by:
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@84749
13f79535 -47bb-0310-9956-
ffa450edef68
dgaudet [Sun, 12 Mar 2000 20:02:45 +0000 (20:02 +0000)]
some messed up comments... just copied in the license again from main/http_main.c hope that was right
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@84748
13f79535 -47bb-0310-9956-
ffa450edef68
dgaudet [Sun, 12 Mar 2000 19:50:56 +0000 (19:50 +0000)]
more post-old-style Configure cleanup
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@84747
13f79535 -47bb-0310-9956-
ffa450edef68
Marc Slemko [Sat, 11 Mar 2000 18:15:16 +0000 (18:15 +0000)]
Add my pgp key. Hmm. These files are awfully different.
PR:
Obtained from:
Submitted by:
Reviewed by:
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@84742
13f79535 -47bb-0310-9956-
ffa450edef68
David Reid [Sat, 11 Mar 2000 15:43:27 +0000 (15:43 +0000)]
This fixes a bug on a development version of BeOS. Not sure why but
when this is called it closes the original socket, not the accepted
one.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@84740
13f79535 -47bb-0310-9956-
ffa450edef68
Manoj Kasichainula [Sat, 11 Mar 2000 05:42:50 +0000 (05:42 +0000)]
Don't feel like sleeping, there's no one of interest in the bar, and
after some serious harassment of NetSoft, I have a net connection
again.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@84738
13f79535 -47bb-0310-9956-
ffa450edef68
brian [Fri, 10 Mar 2000 23:12:38 +0000 (23:12 +0000)]
DUH #2
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@84735
13f79535 -47bb-0310-9956-
ffa450edef68
brian [Fri, 10 Mar 2000 23:11:42 +0000 (23:11 +0000)]
DUH
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@84733
13f79535 -47bb-0310-9956-
ffa450edef68
Ronald Tschalar [Fri, 10 Mar 2000 14:28:07 +0000 (14:28 +0000)]
changed module name to more consistent naming scheme, as used by configure: mod_auth_xxx -> auth_xxx_module
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@84729
13f79535 -47bb-0310-9956-
ffa450edef68
Ryan Bloom [Fri, 10 Mar 2000 14:13:22 +0000 (14:13 +0000)]
Add a new KEY
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@84727
13f79535 -47bb-0310-9956-
ffa450edef68
Ryan Bloom [Fri, 10 Mar 2000 00:07:37 +0000 (00:07 +0000)]
Fix all the License issues. Including:
s/Apache Group/Apache Software Foundation/
s/1999/2000/
s/Sascha's license/ASF license
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@84725
13f79535 -47bb-0310-9956-
ffa450edef68
Ryan Bloom [Thu, 9 Mar 2000 05:56:46 +0000 (05:56 +0000)]
PR:
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@84722
13f79535 -47bb-0310-9956-
ffa450edef68
Ryan Bloom [Wed, 8 Mar 2000 21:36:39 +0000 (21:36 +0000)]
This is all we have said we need for an alpha release. The rest of the
showstoppers are only showstoppers for an actual release. I'm working
hard to get the alpha out this week now.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@84720
13f79535 -47bb-0310-9956-
ffa450edef68
Manoj Kasichainula [Wed, 8 Mar 2000 11:05:19 +0000 (11:05 +0000)]
Part of a fix for not being able to reset the --prefix. This will
allow the installation prefix to be reset after a "make clean". To do
this really properly, all the code that depends on the prefix should
have a dependency in the makefile. This is coming RSN.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@84719
13f79535 -47bb-0310-9956-
ffa450edef68
David Reid [Sat, 4 Mar 2000 15:49:16 +0000 (15:49 +0000)]
Rebuild the configure for MM. Once this has settled we can remove the
configure script as it shouldn't really be there anyway.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@84716
13f79535 -47bb-0310-9956-
ffa450edef68
Brian Havard [Sat, 4 Mar 2000 15:26:31 +0000 (15:26 +0000)]
Add requried #include "ap_config.h" in a couple of OS/2 specific files.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@84715
13f79535 -47bb-0310-9956-
ffa450edef68
Daniel Lopez Ridruejo [Fri, 3 Mar 2000 20:53:21 +0000 (20:53 +0000)]
Signed my own key. Thanks to Nick Boyce for the advice.
PR:
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@84712
13f79535 -47bb-0310-9956-
ffa450edef68
Daniel Lopez Ridruejo [Fri, 3 Mar 2000 17:52:25 +0000 (17:52 +0000)]
Added my PGP key, which was used to sign the Win32 release
PR:
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@84709
13f79535 -47bb-0310-9956-
ffa450edef68
Brian Havard [Fri, 3 Mar 2000 14:41:00 +0000 (14:41 +0000)]
"libtool" gets generated to the current directory and gets picked up by
PrintPath on subsequent buildconf's so look for libtoolize instead to find the
libtool source directory.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@84707
13f79535 -47bb-0310-9956-
ffa450edef68
Brian Havard [Fri, 3 Mar 2000 14:30:09 +0000 (14:30 +0000)]
Allow scripts (that don't have a .exe extension) to be found by PrintPath
under OS/2.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@84706
13f79535 -47bb-0310-9956-
ffa450edef68
Brian Havard [Fri, 3 Mar 2000 14:24:40 +0000 (14:24 +0000)]
Fix include file order.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@84705
13f79535 -47bb-0310-9956-
ffa450edef68
Brian Havard [Fri, 3 Mar 2000 14:21:12 +0000 (14:21 +0000)]
Default to spmt_os2 on OS/2
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@84704
13f79535 -47bb-0310-9956-
ffa450edef68
Brian Havard [Fri, 3 Mar 2000 14:19:26 +0000 (14:19 +0000)]
Look for crypt() in ufc.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@84703
13f79535 -47bb-0310-9956-
ffa450edef68
Ryan Bloom [Thu, 2 Mar 2000 20:36:46 +0000 (20:36 +0000)]
Fix the logic for ap_signal, so it is exposed in external header files in APR.
Also change the header file included in http_log.c.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@84700
13f79535 -47bb-0310-9956-
ffa450edef68
dgaudet [Thu, 2 Mar 2000 11:05:17 +0000 (11:05 +0000)]
clean up a bunch of -Wall/etc warnings
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@84698
13f79535 -47bb-0310-9956-
ffa450edef68
dgaudet [Thu, 2 Mar 2000 11:04:59 +0000 (11:04 +0000)]
meow
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@84697
13f79535 -47bb-0310-9956-
ffa450edef68
dgaudet [Thu, 2 Mar 2000 09:57:28 +0000 (09:57 +0000)]
my cat says the weather is mew
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@84696
13f79535 -47bb-0310-9956-
ffa450edef68
dgaudet [Thu, 2 Mar 2000 08:26:23 +0000 (08:26 +0000)]
.cvsignore goodness
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@84695
13f79535 -47bb-0310-9956-
ffa450edef68
dgaudet [Thu, 2 Mar 2000 08:19:35 +0000 (08:19 +0000)]
apaci perms problem
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@84694
13f79535 -47bb-0310-9956-
ffa450edef68
dgaudet [Thu, 2 Mar 2000 08:07:21 +0000 (08:07 +0000)]
make distclean does not quite
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@84693
13f79535 -47bb-0310-9956-
ffa450edef68
Manoj Kasichainula [Thu, 2 Mar 2000 02:12:49 +0000 (02:12 +0000)]
Oops, EXTRA_CFLAGS wasn't getting set.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@84691
13f79535 -47bb-0310-9956-
ffa450edef68
Manoj Kasichainula [Thu, 2 Mar 2000 02:01:03 +0000 (02:01 +0000)]
A little CFLAGS reformation. Additions to Apache's CFLAGS should be
using EXTRA_CFLAGS instead, so we don't affect packages that Apache
configures.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@84690
13f79535 -47bb-0310-9956-
ffa450edef68
Ken Coar [Wed, 1 Mar 2000 20:26:07 +0000 (20:26 +0000)]
Update a stale URL and RFC reference.
Submitted by: Tim Bannister <tim.bannister@dsvr.co.uk>
Reviewed by: Ken Coar
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@84688
13f79535 -47bb-0310-9956-
ffa450edef68
Ryan Bloom [Wed, 1 Mar 2000 16:21:21 +0000 (16:21 +0000)]
Add a test program for pipes. Add support for non-buffered CGI's to mod_cgi.
This still doesn't terminate CGI's after a time limit, that's the next step.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@84687
13f79535 -47bb-0310-9956-
ffa450edef68
Ken Coar [Mon, 28 Feb 2000 13:42:23 +0000 (13:42 +0000)]
Some Apache users are nervous about the version number (e.g.,
"Apache/1.3.11") in the Server: version string -- so add a
new ServerTokens keyword that displays just the product name
with no version (i.e., "Apache").
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@84678
13f79535 -47bb-0310-9956-
ffa450edef68
Ryan Bloom [Mon, 28 Feb 2000 03:13:47 +0000 (03:13 +0000)]
Remove second ap_initialize left over from previous patch.
Submitted by: Jeff Trawick
Reviewed by: Ryan Bloom
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@84677
13f79535 -47bb-0310-9956-
ffa450edef68
Bill Stoddard [Fri, 25 Feb 2000 03:44:44 +0000 (03:44 +0000)]
More stuff to de before release
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@84668
13f79535 -47bb-0310-9956-
ffa450edef68
Bill Stoddard [Wed, 23 Feb 2000 15:37:37 +0000 (15:37 +0000)]
2.0 builds, but dumps core on FreeBSD 3.3 (ap_lock).
Basically, ap_initialize() needs to get called before create_process(),
since create_process() passes op_on structure to semop() to get a lock, but
op_on isn't initialized until ap_initialize() calls setup_lock(). Here is
a slight rearrangement to main() which calls ap_initialize() earlier...
Submitted by: Jeff Trawick <trawick@us.ibm.com>
Reviewed by: Bill Stoddard <stoddard@us.ibm.com>
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@84661
13f79535 -47bb-0310-9956-
ffa450edef68
Bill Stoddard [Tue, 22 Feb 2000 23:00:53 +0000 (23:00 +0000)]
Add a couple of todos.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@84659
13f79535 -47bb-0310-9956-
ffa450edef68
Allan K. Edwards [Tue, 22 Feb 2000 16:02:29 +0000 (16:02 +0000)]
Sort hooks after dynamically loaded modules have registered.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@84658
13f79535 -47bb-0310-9956-
ffa450edef68