]>
granicus.if.org Git - apache/log
Rich Bowen [Sat, 15 Jun 2002 11:43:11 +0000 (11:43 +0000)]
Not to pick nits, but I think that the "add this back in" phrasing will
confuse people, and leave them unsure what they are actually supposed to
do, in the unlikely event that they want to turn this back on. Made it a
little clearer what they actually need to do. Tested.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@95696
13f79535 -47bb-0310-9956-
ffa450edef68
Cliff Woolley [Sat, 15 Jun 2002 09:41:03 +0000 (09:41 +0000)]
The '-@' seems to be more portable than '- @'. FreeBSD complained
about the latter.
Tested on: Linux, FreeBSD, Solaris, HP/UX, Darwin
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@95695
13f79535 -47bb-0310-9956-
ffa450edef68
Cliff Woolley [Sat, 15 Jun 2002 08:02:38 +0000 (08:02 +0000)]
We not only want to avoid displaying it, we want to avoid sending it
to the client entirely. We need a mod_include conditional for that.
Submitted by: Justin Erenkrantz
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@95694
13f79535 -47bb-0310-9956-
ffa450edef68
Ryan Bloom [Sat, 15 Jun 2002 07:20:59 +0000 (07:20 +0000)]
We must set the MIME-type for .shtml files to text/html if we want them
to be parsed for SSI tags. Add the config for that to the default
config file so that it is easier to enable .shtml parsing.
PR: 9787
Submitted by: Dave Dyer <ddyer@real-me.net>
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@95693
13f79535 -47bb-0310-9956-
ffa450edef68
Ryan Bloom [Sat, 15 Jun 2002 07:01:25 +0000 (07:01 +0000)]
Comment out the SERVER_STRING variable from our default error documents.
Some people do not like having this information in their error pages, and
it makes sense to not do it by default. If users want this back, they
can uncomment it.
PR: 9319
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@95692
13f79535 -47bb-0310-9956-
ffa450edef68
Cliff Woolley [Sat, 15 Jun 2002 06:11:45 +0000 (06:11 +0000)]
Fixed a problem with 'make install' on one of the tarballs (which
have the CVS dirs removed already) with ReliantUnix's rm:
Installing configuration files
Installing HTML documents
Usage: rm [-firR] file ...
make[1]: *** [install-htdocs] Error 2
make[1]: Leaving directory `/home1/apache20/httpd-2.0.37'
make: *** [install-recursive] Error 1
Submitted by: Jean-frederic Clere <jfrederic.clere@fujitsu-siemens.com>
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@95691
13f79535 -47bb-0310-9956-
ffa450edef68
Ryan Bloom [Sat, 15 Jun 2002 05:49:06 +0000 (05:49 +0000)]
Make the default_handler catch all requests that aren't served by
another handler. This also gets us to return a 404 if a directory
is requested, there is no DirectoryIndex, and mod_autoindex isn't
loaded.
PR: 8045
Submitted by: Justin Erenkrantz
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@95690
13f79535 -47bb-0310-9956-
ffa450edef68
Brian Pane [Sat, 15 Jun 2002 05:41:48 +0000 (05:41 +0000)]
Fixed a bug in the handling of nested if-statements in shtml files
PR: 9866
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@95687
13f79535 -47bb-0310-9956-
ffa450edef68
Ryan Bloom [Sat, 15 Jun 2002 04:41:52 +0000 (04:41 +0000)]
Allow 'make install DESTDIR=/path'. This allows packagers to install
into a directory different from the one that was configured. This
also mirrors the root= feature from 1.3. We cannot use prefix=,
because both APR and APR-util resolve their installation paths at
configuration time. This means that there is no variable prefix
to replace.
PR: 7803
Submitted by: Andreas Hasenack <andreas@netbank.com.br>
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@95686
13f79535 -47bb-0310-9956-
ffa450edef68
Rich Bowen [Sat, 15 Jun 2002 02:48:16 +0000 (02:48 +0000)]
Corrected typo, and added note about Directory sections applying to
files accessed via a different path, such as via symlinks.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@95685
13f79535 -47bb-0310-9956-
ffa450edef68
Rich Bowen [Sat, 15 Jun 2002 02:36:57 +0000 (02:36 +0000)]
Added example for SuexecUserGroup directive
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@95684
13f79535 -47bb-0310-9956-
ffa450edef68
Rich Bowen [Sat, 15 Jun 2002 02:34:29 +0000 (02:34 +0000)]
Added examples to all mod_include directives.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@95683
13f79535 -47bb-0310-9956-
ffa450edef68
Bill Stoddard [Sat, 15 Jun 2002 01:04:40 +0000 (01:04 +0000)]
Style cleanups
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@95682
13f79535 -47bb-0310-9956-
ffa450edef68
William A. Rowe Jr [Sat, 15 Jun 2002 00:36:05 +0000 (00:36 +0000)]
Fix serious brokenness... we abused prog_type rather than cmd_type on
Win32 when handling APR_PROGRAM_PATH and APR_SHELLCMD style invocations.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@95679
13f79535 -47bb-0310-9956-
ffa450edef68
Cliff Woolley [Fri, 14 Jun 2002 22:31:08 +0000 (22:31 +0000)]
On hold for now.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@95678
13f79535 -47bb-0310-9956-
ffa450edef68
Jeff Trawick [Fri, 14 Jun 2002 17:49:28 +0000 (17:49 +0000)]
the TCP guy in Austin (AIX-land) swears that 4.3.2 GA had the fix for
thundering herd, so tweak the prior change just a bit
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@95677
13f79535 -47bb-0310-9956-
ffa450edef68
William A. Rowe Jr [Fri, 14 Jun 2002 17:16:59 +0000 (17:16 +0000)]
Clean up a signedness emit
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@95676
13f79535 -47bb-0310-9956-
ffa450edef68
William A. Rowe Jr [Fri, 14 Jun 2002 17:16:03 +0000 (17:16 +0000)]
Cleanup some type mismatch emits and consistify to our new apr time helpers
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@95675
13f79535 -47bb-0310-9956-
ffa450edef68
William A. Rowe Jr [Fri, 14 Jun 2002 17:14:57 +0000 (17:14 +0000)]
Cleanup proxy timeouts a bit to remove emits and make consistent to
vhost timeout.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@95674
13f79535 -47bb-0310-9956-
ffa450edef68
Jeff Trawick [Fri, 14 Jun 2002 16:38:07 +0000 (16:38 +0000)]
AIX 4.3.3 and above: Define SINGLE_LISTEN_UNSERIALIZED_ACCEPT.
These levels of AIX don't have a thundering herd problem with
accept().
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@95673
13f79535 -47bb-0310-9956-
ffa450edef68
Rich Bowen [Fri, 14 Jun 2002 11:28:22 +0000 (11:28 +0000)]
Added <seealso> for AddHandler to the SetHandler doc
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@95671
13f79535 -47bb-0310-9956-
ffa450edef68
Rich Bowen [Fri, 14 Jun 2002 11:23:41 +0000 (11:23 +0000)]
Added (slightly redundant) pointer from SetEnvIf directive docs to
../env.html for more examples.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@95670
13f79535 -47bb-0310-9956-
ffa450edef68
Yoshiki Hayashi [Fri, 14 Jun 2002 09:32:42 +0000 (09:32 +0000)]
Fix typo.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@95669
13f79535 -47bb-0310-9956-
ffa450edef68
Yoshiki Hayashi [Fri, 14 Jun 2002 09:32:26 +0000 (09:32 +0000)]
Looks like a cut and paste error.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@95668
13f79535 -47bb-0310-9956-
ffa450edef68
William A. Rowe Jr [Fri, 14 Jun 2002 08:04:14 +0000 (08:04 +0000)]
Don't pass args at StartService, there is no point.
PR:9858
Submitted by: Mladen Turk <mturk@mappingsoft.com>
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@95667
13f79535 -47bb-0310-9956-
ffa450edef68
Justin Erenkrantz [Fri, 14 Jun 2002 07:58:34 +0000 (07:58 +0000)]
Modify the deflate input filter so that it should always return data on a
blocking read.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@95666
13f79535 -47bb-0310-9956-
ffa450edef68
Jeff Trawick [Fri, 14 Jun 2002 03:11:43 +0000 (03:11 +0000)]
prefork MPM: Ignore mutex errors during graceful restart. For
certain types of mutexes (particularly SysV semaphores), we
should expect to occasionally fail to obtain or release the
mutex during restart processing.
These mutex failures seem to be a pretty rare occurrence, but
it was fatal.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@95665
13f79535 -47bb-0310-9956-
ffa450edef68
Joshua Slive [Fri, 14 Jun 2002 02:57:00 +0000 (02:57 +0000)]
Add some information about reverse proxying to the url mapping document.
Also, while I'm in there, make some of the user-matching regexes more restrictive.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@95664
13f79535 -47bb-0310-9956-
ffa450edef68
Joshua Slive [Fri, 14 Jun 2002 02:31:01 +0000 (02:31 +0000)]
Remove some directive docs from mpm_netware and point them at mpm_common, plus
update the mpm_common docs to deal with multiple meanings for the same directives.
In the future, it would be a wise idea not to use the same directive name as
another MPM unless the directive really does exactly the same thing in both
MPMs.
Problem pointed out by: Rich Bowen
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@95663
13f79535 -47bb-0310-9956-
ffa450edef68
Rich Bowen [Thu, 13 Jun 2002 21:54:53 +0000 (21:54 +0000)]
ScriptSock example
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@95662
13f79535 -47bb-0310-9956-
ffa450edef68
Cliff Woolley [Thu, 13 Jun 2002 21:30:15 +0000 (21:30 +0000)]
Day is done,
gone the sun,
From the hills,
from the lake,
From the skies.
All is well,
safely rest,
God is nigh.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@95661
13f79535 -47bb-0310-9956-
ffa450edef68
Aaron Bannert [Thu, 13 Jun 2002 21:16:32 +0000 (21:16 +0000)]
Is this a new bug? NO. Let's get a release out for the fixes we have.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@95660
13f79535 -47bb-0310-9956-
ffa450edef68
Cliff Woolley [Thu, 13 Jun 2002 21:10:39 +0000 (21:10 +0000)]
This has magically gone away, and prefork's graceful now passes my
torture test.
Things I changed:
1) make extraclean and rebuild after cvs up (it was not *that* old though)
2) removed mod_pop3, mod_ldap, mod_auth_ldap, and mod_php4
Shrug. On to check worker while I'm at it.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@95659
13f79535 -47bb-0310-9956-
ffa450edef68
Cliff Woolley [Thu, 13 Jun 2002 20:30:09 +0000 (20:30 +0000)]
this comment is way bogus
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@95656
13f79535 -47bb-0310-9956-
ffa450edef68
Cliff Woolley [Thu, 13 Jun 2002 20:28:20 +0000 (20:28 +0000)]
ugggggghhhhh
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@95655
13f79535 -47bb-0310-9956-
ffa450edef68
Brian Pane [Thu, 13 Jun 2002 19:54:52 +0000 (19:54 +0000)]
Send output to the next filter even on header_only requests in mod_status
and mod_info
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@95654
13f79535 -47bb-0310-9956-
ffa450edef68
Brian Pane [Thu, 13 Jun 2002 19:41:17 +0000 (19:41 +0000)]
Pass the brigade even on header_only requests
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@95653
13f79535 -47bb-0310-9956-
ffa450edef68
Jeff Trawick [Thu, 13 Jun 2002 18:46:28 +0000 (18:46 +0000)]
Fix install-bindist.sh so that it finds any perl instead of just
early perl 5.x versions. This is consistent with a build/install
from source, and it allows the perl scripts installed by a bindist
to work on systems with perl 5.6.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@95651
13f79535 -47bb-0310-9956-
ffa450edef68
Bradley Nicholes [Thu, 13 Jun 2002 18:39:04 +0000 (18:39 +0000)]
Enabled Server-Side Includes by default in the /manual directory so that all
headers and footers will be included correctly in the documentation pages.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@95650
13f79535 -47bb-0310-9956-
ffa450edef68
Justin Erenkrantz [Thu, 13 Jun 2002 18:37:00 +0000 (18:37 +0000)]
Add a note on the overall problem with HEAD requests generating wrong headers.
Again, I believe this is a showstopper, but no one seems to agree with me.
Point at patch for 500/501 problem - I don't plan on testing or committing it.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@95649
13f79535 -47bb-0310-9956-
ffa450edef68
Aaron Bannert [Thu, 13 Jun 2002 18:07:58 +0000 (18:07 +0000)]
These are not showstoppers. Let's get a release out the door that includes
fixes for all the bugs that have been fixed since dot-36.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@95648
13f79535 -47bb-0310-9956-
ffa450edef68
Cliff Woolley [Thu, 13 Jun 2002 18:00:18 +0000 (18:00 +0000)]
moving on.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@95647
13f79535 -47bb-0310-9956-
ffa450edef68
Jeff Trawick [Thu, 13 Jun 2002 17:06:04 +0000 (17:06 +0000)]
avoid a non-portable shell construct ("builddir=$(shell pwd)") so that the
makefile created by apxs -g works on more systems
it was broken on at least AIX and Tru64
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@95646
13f79535 -47bb-0310-9956-
ffa450edef68
Ryan Bloom [Thu, 13 Jun 2002 16:36:54 +0000 (16:36 +0000)]
Just quiet an annoying warning.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@95645
13f79535 -47bb-0310-9956-
ffa450edef68
Ryan Bloom [Thu, 13 Jun 2002 16:36:19 +0000 (16:36 +0000)]
At least get perchild to compile, getting it working is next.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@95644
13f79535 -47bb-0310-9956-
ffa450edef68
Jeff Trawick [Thu, 13 Jun 2002 14:40:11 +0000 (14:40 +0000)]
fix the type of cache_pq_set_null so that it compiles with non-gcc/non-MSC
(I hit the breakage with xlc on AIX)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@95642
13f79535 -47bb-0310-9956-
ffa450edef68
Justin Erenkrantz [Thu, 13 Jun 2002 07:48:22 +0000 (07:48 +0000)]
Add STATUS note on a newly discovered RFC violation, and add an update on the
other one we know about.
I firmly believe any known violation of the appropriate RFCs is a showstopper.
So, I kindly ask for votes so I may know which way the group feels.
(Showstopper == 'you will not vote positively for a release until fixed.')
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@95641
13f79535 -47bb-0310-9956-
ffa450edef68
Yoshiki Hayashi [Thu, 13 Jun 2002 07:46:30 +0000 (07:46 +0000)]
New Japanese translations. Forward port from 1.3.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@95640
13f79535 -47bb-0310-9956-
ffa450edef68
Yoshiki Hayashi [Thu, 13 Jun 2002 07:37:38 +0000 (07:37 +0000)]
Prevent browsers from wrapping "description", "status" and "module
identitfier" (and their translations).
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@95639
13f79535 -47bb-0310-9956-
ffa450edef68
Yoshiki Hayashi [Thu, 13 Jun 2002 07:22:37 +0000 (07:22 +0000)]
New Japanese translation.
Submitted by: Hiroaki KAWAI <hawk@bcl.t.u-tokyo.ac.jp>
Reviewed by: Yoshiki Hayashi
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@95638
13f79535 -47bb-0310-9956-
ffa450edef68
Yoshiki Hayashi [Thu, 13 Jun 2002 07:20:34 +0000 (07:20 +0000)]
Update Japanese translation.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@95637
13f79535 -47bb-0310-9956-
ffa450edef68
Yoshiki Hayashi [Thu, 13 Jun 2002 07:14:42 +0000 (07:14 +0000)]
Update transformations.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@95636
13f79535 -47bb-0310-9956-
ffa450edef68
Yoshiki Hayashi [Thu, 13 Jun 2002 07:13:55 +0000 (07:13 +0000)]
Add missing description for AddDescription directive.
Fix typo.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@95635
13f79535 -47bb-0310-9956-
ffa450edef68
Yoshiki Hayashi [Thu, 13 Jun 2002 07:12:20 +0000 (07:12 +0000)]
Grammer police came through.
Also, remove empty compatibility tag and use directive tag for
directives.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@95634
13f79535 -47bb-0310-9956-
ffa450edef68
Justin Erenkrantz [Thu, 13 Jun 2002 06:36:40 +0000 (06:36 +0000)]
Per RFC 2616 section 9.4, we SHOULD return the content-length if possible on
HEAD requests (even for CGI requests). Also do it because it fixes the cause
of .37's demise.
This also fixes a condition seen on FreeBSD-4.6 where HEAD requests on CGI
scripts would hang because the OS would return EAGAIN in log_script_err
(via apr_file_gets). Since we never read the script output, this caused
FreeBSD to not let us read stderr.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@95633
13f79535 -47bb-0310-9956-
ffa450edef68
Rich Bowen [Thu, 13 Jun 2002 02:46:04 +0000 (02:46 +0000)]
Example for ServerRoot directive
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@95632
13f79535 -47bb-0310-9956-
ffa450edef68
Rich Bowen [Thu, 13 Jun 2002 02:35:57 +0000 (02:35 +0000)]
Example for ScriptLog
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@95631
13f79535 -47bb-0310-9956-
ffa450edef68
Rich Bowen [Thu, 13 Jun 2002 02:35:18 +0000 (02:35 +0000)]
Example for ScoreBoardFile
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@95630
13f79535 -47bb-0310-9956-
ffa450edef68
Rich Bowen [Thu, 13 Jun 2002 02:13:30 +0000 (02:13 +0000)]
Examples for HeaderName, ReadmeName
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@95629
13f79535 -47bb-0310-9956-
ffa450edef68
Rich Bowen [Thu, 13 Jun 2002 02:12:38 +0000 (02:12 +0000)]
Examples for (Add|Remove)OutputFilter, and see also sections for each.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@95628
13f79535 -47bb-0310-9956-
ffa450edef68
Rich Bowen [Thu, 13 Jun 2002 01:32:26 +0000 (01:32 +0000)]
Example of PidFile directive
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@95627
13f79535 -47bb-0310-9956-
ffa450edef68
Rich Bowen [Thu, 13 Jun 2002 01:07:09 +0000 (01:07 +0000)]
Added example of Using * as argument to NameVirtualHost. Added note that
arg to NameVirtualHost is supposed to match the arg to VirtualHost, as
this seems to come up several times a week on #apache
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@95626
13f79535 -47bb-0310-9956-
ffa450edef68
Rich Bowen [Thu, 13 Jun 2002 00:26:33 +0000 (00:26 +0000)]
XML->HTML conversion of earlier commit. Slight clarification.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@95625
13f79535 -47bb-0310-9956-
ffa450edef68
Rich Bowen [Thu, 13 Jun 2002 00:02:58 +0000 (00:02 +0000)]
Example for MimeMagicFile.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@95624
13f79535 -47bb-0310-9956-
ffa450edef68
William A. Rowe Jr [Wed, 12 Jun 2002 23:59:31 +0000 (23:59 +0000)]
Solve the 80/20 by initializing and storing server_rec->timeout and
server_rec->keep_alive_timeout in apr_time_interval_t format (in apr
units, whatever they be), as both values exist to pass into APR, and
all APR timeouts are in apr_time_t.
Reviewed by: Cliff Woolley
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@95623
13f79535 -47bb-0310-9956-
ffa450edef68
Rich Bowen [Wed, 12 Jun 2002 23:48:30 +0000 (23:48 +0000)]
Slightly overkill, but added example to MetaSuffix
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@95622
13f79535 -47bb-0310-9956-
ffa450edef68
Rich Bowen [Wed, 12 Jun 2002 23:30:10 +0000 (23:30 +0000)]
Example of MetaDir directive
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@95621
13f79535 -47bb-0310-9956-
ffa450edef68
William A. Rowe Jr [Wed, 12 Jun 2002 22:27:37 +0000 (22:27 +0000)]
Use lowercased macros
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@95620
13f79535 -47bb-0310-9956-
ffa450edef68
Bradley Nicholes [Wed, 12 Jun 2002 21:46:50 +0000 (21:46 +0000)]
Added log rotation based on file size to the RotateLog support utility.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@95619
13f79535 -47bb-0310-9956-
ffa450edef68
William A. Rowe Jr [Wed, 12 Jun 2002 19:34:56 +0000 (19:34 +0000)]
-T hasn't been supported for some great while.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@95618
13f79535 -47bb-0310-9956-
ffa450edef68
William A. Rowe Jr [Wed, 12 Jun 2002 16:56:58 +0000 (16:56 +0000)]
Use the new wrapper
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@95617
13f79535 -47bb-0310-9956-
ffa450edef68
William A. Rowe Jr [Wed, 12 Jun 2002 16:56:27 +0000 (16:56 +0000)]
Use the new APR_TIME_FROM_SEC() wrapper
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@95616
13f79535 -47bb-0310-9956-
ffa450edef68
William A. Rowe Jr [Wed, 12 Jun 2002 07:40:54 +0000 (07:40 +0000)]
An important observations before some x86'er attacks this idea.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@95615
13f79535 -47bb-0310-9956-
ffa450edef68
Bradley Nicholes [Tue, 11 Jun 2002 19:02:02 +0000 (19:02 +0000)]
Oops, found another typo
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@95614
13f79535 -47bb-0310-9956-
ffa450edef68
Bradley Nicholes [Tue, 11 Jun 2002 18:55:37 +0000 (18:55 +0000)]
Fixing a typo
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@95613
13f79535 -47bb-0310-9956-
ffa450edef68
Bradley Nicholes [Tue, 11 Jun 2002 18:26:21 +0000 (18:26 +0000)]
Create the distribution directory at the root of the project rather than above
the root
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@95612
13f79535 -47bb-0310-9956-
ffa450edef68
Jeff Trawick [Tue, 11 Jun 2002 14:43:04 +0000 (14:43 +0000)]
Fix some casting in mod_rewrite which broke random maps.
PR: 9770
Submitted by: Allan Edwards, Greg Ames, Jeff Trawick
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@95611
13f79535 -47bb-0310-9956-
ffa450edef68
Yoshiki Hayashi [Tue, 11 Jun 2002 10:29:25 +0000 (10:29 +0000)]
Fix typo.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@95610
13f79535 -47bb-0310-9956-
ffa450edef68
Yoshiki Hayashi [Tue, 11 Jun 2002 06:19:27 +0000 (06:19 +0000)]
New Japanese translations.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@95609
13f79535 -47bb-0310-9956-
ffa450edef68
Cliff Woolley [Tue, 11 Jun 2002 05:36:04 +0000 (05:36 +0000)]
Bump after the tag
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@95608
13f79535 -47bb-0310-9956-
ffa450edef68
Cliff Woolley [Tue, 11 Jun 2002 05:33:07 +0000 (05:33 +0000)]
getting ready for 2.0.38-dev
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@95606
13f79535 -47bb-0310-9956-
ffa450edef68
Cliff Woolley [Tue, 11 Jun 2002 05:29:21 +0000 (05:29 +0000)]
bump before the tag
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@95605
13f79535 -47bb-0310-9956-
ffa450edef68
Cliff Woolley [Tue, 11 Jun 2002 04:54:01 +0000 (04:54 +0000)]
fix the infinite recursion problem with HTTP-on-the-HTTPS port.
Reported by: Paul J. Reder
Submitted by: Ryan Bloom
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@95604
13f79535 -47bb-0310-9956-
ffa450edef68
Doug MacEachern [Tue, 11 Jun 2002 03:45:54 +0000 (03:45 +0000)]
in case there is actually a cert chain in the cache, we should be
using the value of SSL_get_peer_certificate(ssl) to verify as it will
have been removed from the chain before it was put in the cache.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@95603
13f79535 -47bb-0310-9956-
ffa450edef68
Doug MacEachern [Tue, 11 Jun 2002 03:19:27 +0000 (03:19 +0000)]
PR:
Obtained from:
Submitted by:
Reviewed by:
allow POST method over SSL when per-directory client cert
authentication is used with 'SSLOptions +OptRenegotiate' enabled
and a client cert was found in the ssl session cache.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@95602
13f79535 -47bb-0310-9956-
ffa450edef68
Doug MacEachern [Tue, 11 Jun 2002 03:12:33 +0000 (03:12 +0000)]
PR:
Obtained from:
Submitted by:
Reviewed by:
'SSLOptions +OptRengotiate' will use client cert in from the ssl
session cache when there is no cert chain in the cache. prior to
the fix this situation would result in a FORBIDDEN response and
error message "Cannot find peer certificate chain"
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@95601
13f79535 -47bb-0310-9956-
ffa450edef68
Joshua Slive [Tue, 11 Jun 2002 00:21:38 +0000 (00:21 +0000)]
Korean translation.
Submitted by: Jeon Jeonghu <mahajjh@myscan.org>
Reviewed by: Choi Kyusic <kyusic@scan.or.kr>
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@95600
13f79535 -47bb-0310-9956-
ffa450edef68
Joshua Slive [Tue, 11 Jun 2002 00:19:17 +0000 (00:19 +0000)]
Clean up Korean language charcter set issues.
Submitted by: Jeon Jeongho <mahajjh@myscan.org>
Reviewed by: Choi Kyusic <kyusic@scan.or.kr>
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@95599
13f79535 -47bb-0310-9956-
ffa450edef68
Cliff Woolley [Mon, 10 Jun 2002 22:02:57 +0000 (22:02 +0000)]
detabify
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@95598
13f79535 -47bb-0310-9956-
ffa450edef68
Greg Ames [Mon, 10 Jun 2002 21:10:08 +0000 (21:10 +0000)]
be consistant about how a couple of members of mem_cache_object_t are used
and defined to silence compile errors on a system where apr_atomic_t is
a structure.
"pos" is read & written with atomic operators, so make it an apr_atomic_t.
"priority" is almost always updated without using atomic operators, so I
assume it doesn't need to be atomic.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@95597
13f79535 -47bb-0310-9956-
ffa450edef68
Greg Ames [Mon, 10 Jun 2002 20:35:37 +0000 (20:35 +0000)]
showstoppers--
I can't reproduce this one any more. Probably the "make extraclean" took
care of it. Sorry for the confusion.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@95596
13f79535 -47bb-0310-9956-
ffa450edef68
Jeff Trawick [Mon, 10 Jun 2002 18:51:38 +0000 (18:51 +0000)]
ap_finalize_sub_req_protocol() shouldn't send an EOS bucket if
one was already sent.
mod_ext_filter performs some one-time processing when it sees EOS.
When it saw EOS more than once and a subsequent attempt to close a
file failed, it issued the log message described in PR 9644.
PR: 9644
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@95595
13f79535 -47bb-0310-9956-
ffa450edef68
Greg Ames [Mon, 10 Jun 2002 18:27:13 +0000 (18:27 +0000)]
fix compile breakage on platforms with default atomics
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@95594
13f79535 -47bb-0310-9956-
ffa450edef68
Bradley Nicholes [Mon, 10 Jun 2002 17:25:28 +0000 (17:25 +0000)]
Fixed up the NetWare project files for mod_cache and mod_mem_cache to
include the correct source
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@95593
13f79535 -47bb-0310-9956-
ffa450edef68
Bradley Nicholes [Mon, 10 Jun 2002 17:24:50 +0000 (17:24 +0000)]
Fixed up the NetWare make files to include the correct source
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@95592
13f79535 -47bb-0310-9956-
ffa450edef68
Jeff Trawick [Mon, 10 Jun 2002 16:43:52 +0000 (16:43 +0000)]
Fix the display of the default name for the mime types config
file.
PR: 9729
Submitted by: Matthew Brecknell <mbrecknell@orchestream.com>
Reviewed by: Jeff Trawick
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@95591
13f79535 -47bb-0310-9956-
ffa450edef68
Bradley Nicholes [Mon, 10 Jun 2002 16:22:36 +0000 (16:22 +0000)]
Modified the CGIMapExtension directive to take an optional parameter that
specifies how the CGI NLM should be launched.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@95590
13f79535 -47bb-0310-9956-
ffa450edef68
Cliff Woolley [Mon, 10 Jun 2002 16:08:46 +0000 (16:08 +0000)]
hot'n'sunny in cville
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@95589
13f79535 -47bb-0310-9956-
ffa450edef68
Brian Pane [Sun, 9 Jun 2002 04:48:41 +0000 (04:48 +0000)]
My logger timestamp cache was using an apr_time_t as the cache key.
apr_time_t has a resolution of 1 microsecond.
For some reason, the cache hit rate wasn't very high. :-)
With this change, the cache key is now the time in seconds, not usec.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@95588
13f79535 -47bb-0310-9956-
ffa450edef68
William A. Rowe Jr [Sun, 9 Jun 2002 03:44:03 +0000 (03:44 +0000)]
Well the wrappers work out well... nice to be able to put off committing
these API changes until the evening ;)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@95587
13f79535 -47bb-0310-9956-
ffa450edef68