]> granicus.if.org Git - apache/log
apache
21 years agoUpdate votes...
Sander Striker [Wed, 20 Nov 2002 21:43:24 +0000 (21:43 +0000)]
Update votes...

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

21 years agoAnd a chicken in every pot
Jim Jagielski [Wed, 20 Nov 2002 21:28:21 +0000 (21:28 +0000)]
And a chicken in every pot

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

21 years agofix the sample worker configuration... it didn't make any sense
Jeff Trawick [Wed, 20 Nov 2002 12:50:57 +0000 (12:50 +0000)]
fix the sample worker configuration...  it didn't make any sense
previously, and you'd see something like this when starting Apache
with it:

WARNING: MaxClients (8) must be at least as large
 large as ThreadsPerChild (25). Automatically
 increasing MaxClients to 25.

PR:              10430

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

21 years agoSubmitted by: Mads Toftum
Rich Bowen [Wed, 20 Nov 2002 03:12:35 +0000 (03:12 +0000)]
Submitted by: Mads Toftum
Reviewed by: Rich Bowen
Another bunch of changes to remove some of the stuff that has been
obsoleted by the inclusion of mod_ssl in apache. There is still some of
the submitting bugs / mailing list stuff (see
http://httpd.apache.org/ssl/ssl_faq.html#contact) that needs to be
reworked - but someone needs to decide whether to point at bugzilla
and/or the bugdb at modssl.org.

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

21 years agoBig brains here say this after trying 4.7 out...
Justin Erenkrantz [Wed, 20 Nov 2002 00:15:31 +0000 (00:15 +0000)]
Big brains here say this after trying 4.7 out...

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

21 years agoAxe some warnings in rotatelogs which came when the program was
Jeff Trawick [Wed, 20 Nov 2002 00:09:56 +0000 (00:09 +0000)]
Axe some warnings in rotatelogs which came when the program was
converted to use APR.  The behaviors of apr_file_read() and
apr_file_write() weren't taken completely into account.

But note: In a couple of places the check "nRead < 0" was removed.
          While that is meaningless with APR and hasn't done anything
          useful in a long time, in Apache 1.3 days it was essentially
          a check for read-failed-with-EINTR.  Apparently a rotation
          would occur if the read was interrupted by a signal.  That
          function has been lost with the APR-ization.

PR:              12617

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

21 years agobucket length parameter is apr_size_t, which isn't always signed,
Jeff Trawick [Tue, 19 Nov 2002 19:32:38 +0000 (19:32 +0000)]
bucket length parameter is apr_size_t, which isn't always signed,
so be careful when comparing with the special value -1

Submitted by: Allan Edwards <ake@us.ibm.com>
Reviewed by: Jeff Trawick

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

21 years agoMinor clarification on a few points. Added note about what "older
Rich Bowen [Mon, 18 Nov 2002 22:50:53 +0000 (22:50 +0000)]
Minor clarification on a few points. Added note about what "older
browsers" means. <indent> formatting on example blocks.

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

21 years agoUse AP_DECLARE in the debug versions of ap_strXXX in case the
Jeff Trawick [Mon, 18 Nov 2002 21:43:13 +0000 (21:43 +0000)]
Use AP_DECLARE in the debug versions of ap_strXXX in case the
default calling convention is not the same as the one used by
AP_DECLARE.

Submitted by:   Juan Rivera <Juan.Rivera@citrix.com>
Reviewed by:   Jeff Trawick

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

21 years agouse memcpy() instead of strncpy() since strncpy() is more expensive but
Jeff Trawick [Mon, 18 Nov 2002 14:13:53 +0000 (14:13 +0000)]
use memcpy() instead of strncpy() since strncpy() is more expensive but
none of its extra function is needed

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

21 years ago- add <seealso> to mod_log_config
André Malo [Mon, 18 Nov 2002 00:50:15 +0000 (00:50 +0000)]
- add <seealso> to mod_log_config
- use same log format table style as mod_log_config
-> update transformation

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

21 years agoupdate transformation
André Malo [Mon, 18 Nov 2002 00:29:45 +0000 (00:29 +0000)]
update transformation

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

21 years ago- reformatting & markup
André Malo [Mon, 18 Nov 2002 00:28:51 +0000 (00:28 +0000)]
- reformatting & markup
- zebra-styled log format table
- changed the directive compat notes
- mentioned, that nicknames should not contain %

Reviewed by: Joshua Slive

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

21 years agoClarify that name-based vhosts are not necessarily only for systems with
Rich Bowen [Mon, 18 Nov 2002 00:02:44 +0000 (00:02 +0000)]
Clarify that name-based vhosts are not necessarily only for systems with
a single IP address. Or at least remove the implication to the contrary.

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

21 years agoSubmitted by: Mads Toftum
Rich Bowen [Sun, 17 Nov 2002 23:36:10 +0000 (23:36 +0000)]
Submitted by: Mads Toftum
Reviewed by: Rich Bowen
This takes care of all mentions of EAPI except one in the ssl faq.

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

21 years agoSubmitted by: Mads Toftum
Rich Bowen [Sun, 17 Nov 2002 23:33:26 +0000 (23:33 +0000)]
Submitted by: Mads Toftum
Reviewed by: Rich Bowen
Just getting rid of a reference to EAPI that shouldn't be there.

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

21 years agoBroken link.
Erik Abele [Sun, 17 Nov 2002 20:53:30 +0000 (20:53 +0000)]
Broken link.

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

21 years agoPR: Debian Bug report #169431 -- Documentation of AllowOverride strongly
Rich Bowen [Sun, 17 Nov 2002 20:43:12 +0000 (20:43 +0000)]
PR: Debian Bug report #169431 -- Documentation of AllowOverride strongly
(and wrongly) implies it is valid within a <Location> directive.
This patch corrects that, as you really can't use AllowOverride in Files
or Location sections.

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

21 years agoupdate transformation
André Malo [Sun, 17 Nov 2002 06:42:28 +0000 (06:42 +0000)]
update transformation

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

21 years ago- add several <parentdocument>s
André Malo [Sun, 17 Nov 2002 06:28:40 +0000 (06:28 +0000)]
- add several <parentdocument>s
- mention the rewriteguide on misc/index
  (hmm, what about the perf-hp document in /platform/?
   Is it still on topic?)

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

21 years agocheck whether <parentdocument> contains text(nodes).
André Malo [Sun, 17 Nov 2002 05:54:04 +0000 (05:54 +0000)]
check whether <parentdocument> contains text(nodes).

this allows documents to set the href of the top left left-arrow
without adding a breadcrumb link. This feature primarily intended for
directory index files.

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

21 years agoKISS.
André Malo [Sun, 17 Nov 2002 05:23:23 +0000 (05:23 +0000)]
KISS.
<xsl:attribute> makes the life easy :)

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

21 years agoAnother typo in a german error message.
Erik Abele [Sun, 17 Nov 2002 02:48:51 +0000 (02:48 +0000)]
Another typo in a german error message.

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

21 years agoTypos in german error messages.
Erik Abele [Sun, 17 Nov 2002 02:19:39 +0000 (02:19 +0000)]
Typos in german error messages.

Fixes BUG #13119 and #8491.

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

21 years agoForward-port force-response-1.0 change and document no-gzip.
Joshua Slive [Sun, 17 Nov 2002 02:15:16 +0000 (02:15 +0000)]
Forward-port force-response-1.0 change and document no-gzip.

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

21 years agomod_ext_filter has switched from Experimental to Extension.
Joshua Slive [Sun, 17 Nov 2002 01:43:20 +0000 (01:43 +0000)]
mod_ext_filter has switched from Experimental to Extension.

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

21 years agoWhen storing the response headers in mod_cache, omit Transfer-Encoding
Brian Pane [Sun, 17 Nov 2002 01:33:25 +0000 (01:33 +0000)]
When storing the response headers in mod_cache, omit Transfer-Encoding
and any other hop-by-hop headers that shouldn't be applied when the
response is later delivered from cache:
http://marc.theaimsgroup.com/?l=apache-httpd-dev&m=103727389213072
Diagnosed by: Estrade Matthieu <estrade-m@ifrance.com>

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

21 years ago- <em> -> <var>
André Malo [Sat, 16 Nov 2002 20:21:38 +0000 (20:21 +0000)]
- <em> -> <var>
- little reformatting
-> update transformation

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

21 years agocore_output_filter: back out changes to clean up resources before the end
Greg Ames [Sat, 16 Nov 2002 02:27:33 +0000 (02:27 +0000)]
core_output_filter: back out changes to clean up resources before the end
of a keepalive connection until we can figure out how to do it safely for
mmap buckets

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

21 years ago- <em> -> <var>
André Malo [Sat, 16 Nov 2002 02:20:35 +0000 (02:20 +0000)]
- <em> -> <var>
- add markup
- fix contextlist of ISAPIReadAheadBuffer
-> update transformation

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

21 years ago- <em> -> <var>
André Malo [Sat, 16 Nov 2002 01:31:29 +0000 (01:31 +0000)]
- <em> -> <var>
- little markup & reformatting

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

21 years agoupdate transformation
André Malo [Sat, 16 Nov 2002 00:48:49 +0000 (00:48 +0000)]
update transformation

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

21 years agomore formal changes:
André Malo [Sat, 16 Nov 2002 00:47:52 +0000 (00:47 +0000)]
more formal changes:
- moved path_info section below the "enabling" section
- dropped "Using Server Side Includes for ErrorDocuments" section and added
  a simple seealso instead. I don't see, that we need a separate section to
  set a link.
- created an own subsection for every SSI element and put an overview table
  on top of it, this resolves also the mozilla problem with nested <dl>s,
  that was still present (sometimes)
- fixed some typos
- markup.

content changes:
- added a note about the behaviour of fsize/flastmod virtual
- removed apache 1.2 compatibility notes (this is a 2.x documentation)
- added a compat note in the module overview table
- added description for QUERY_STRING_UNESCAPED
- splitted flow control descriptions (=, != vs. <, <=, >, >=; the former
  allow regexps, the latter don't)
- added a sentence and an example about regexp capturing
- mentioned the literal comparison (vs. numerical)
- includesNOEXEC allows only text/* ressources to be included.
  mentioned that.

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

21 years agoUpdated the NetWare make conf script to handle the new Listen statements
Bradley Nicholes [Sat, 16 Nov 2002 00:29:29 +0000 (00:29 +0000)]
Updated the NetWare make conf script to handle the new Listen statements

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

21 years agoadd missing linebreaks
André Malo [Fri, 15 Nov 2002 05:33:29 +0000 (05:33 +0000)]
add missing linebreaks

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

21 years agomod_cgid: Handle environment variables containing newlines.
Jeff Trawick [Fri, 15 Nov 2002 02:49:29 +0000 (02:49 +0000)]
mod_cgid: Handle environment variables containing newlines.

Communication between handler and daemon used newlines to delimit
environment variables, which threw everything off when an environment
variable contained a newline.

Communication between handler and daemon was extensively reworked.
Environment variables were handled as in the patch submitted by
Piotr Czejkowski.

PR:              14550
Submitted by:  Piotr Czejkowski <apache@czarny.eu.org>, Jeff Trawick

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

21 years agoremove mod_ext_filter from experimental
Jeff Trawick [Thu, 14 Nov 2002 20:24:03 +0000 (20:24 +0000)]
remove mod_ext_filter from experimental

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

21 years agoMove mod_ext_filter out of experimental and into filters.
Jeff Trawick [Thu, 14 Nov 2002 20:22:50 +0000 (20:22 +0000)]
Move mod_ext_filter out of experimental and into filters.

See Attic in experimental directory for previous change history.

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

21 years agoFix a memory leak in mod_deflate with dynamic content. Because the
Cliff Woolley [Thu, 14 Nov 2002 19:22:26 +0000 (19:22 +0000)]
Fix a memory leak in mod_deflate with dynamic content.  Because the
brigade was being destroyed (ie, cleanup unregistered) rather than just
emptied out and then reused anyway, the last call down the filter stack
would leak buckets.

PR: 14321
Submitted by: Ken Franken <kfranken@decisionmark.com>
Reviewed by: Jeff Trawick, Cliff Woolley

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

21 years agoIt was sunny this morning, but the clouds have moved in.
Joshua Slive [Thu, 14 Nov 2002 19:20:54 +0000 (19:20 +0000)]
It was sunny this morning, but the clouds have moved in.

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

21 years agotypo
Erik Abele [Thu, 14 Nov 2002 19:18:03 +0000 (19:18 +0000)]
typo

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

21 years agotypo
Erik Abele [Thu, 14 Nov 2002 19:12:09 +0000 (19:12 +0000)]
typo

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

21 years agoFix markup.
Joshua Slive [Thu, 14 Nov 2002 19:04:36 +0000 (19:04 +0000)]
Fix markup.

Submitted by:  Andr� Malo

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

21 years agoupdate transformation
André Malo [Thu, 14 Nov 2002 18:50:09 +0000 (18:50 +0000)]
update transformation

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

21 years ago- adding markup
André Malo [Thu, 14 Nov 2002 18:43:32 +0000 (18:43 +0000)]
- adding markup
- reformatting a bit
- <em> -> <var>
- add seealso to UseCanonicalName
- add explicit XHTML example
- " inside quoted text is not impossible, it can be written as &quot;

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

21 years agoapachectl nroff->xml with a few content updates to document
Joshua Slive [Thu, 14 Nov 2002 17:24:33 +0000 (17:24 +0000)]
apachectl nroff->xml with a few content updates to document
the new pass-through mode.

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

21 years agoRemove the nroff httpd man page and put in an xml one in the manual.
Joshua Slive [Thu, 14 Nov 2002 16:24:53 +0000 (16:24 +0000)]
Remove the nroff httpd man page and put in an xml one in the manual.
At the same time, update with some new args.  More review of
this would be good.

Reviewed by: Astrid Kessler, Erik Abele, Andr� Malo, Rich Bowen

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

21 years agoAdd --[enable|disable]-v4-mapped configure option to control
Jeff Trawick [Thu, 14 Nov 2002 14:17:11 +0000 (14:17 +0000)]
Add --[enable|disable]-v4-mapped configure option to control
whether or not Apache expects to handle IPv4 connections
on IPv6 listening sockets.  Either setting will work on
systems with the IPV6_V6ONLY socket option.  --enable-v4-mapped
must be used on systems that always allow IPv4 connections on
IPv6 listening sockets.

Note: As the ssl config file is not automatically generated and
      it is expected to require editing anyway to work, the only
      change there was to suggest the required Listen statements
      in a comment.

PR:   PR 14037 (Bugzilla), PR 7492 (Gnats), various dups of these PRs

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

21 years agoNew XML.
Yoshiki Hayashi [Thu, 14 Nov 2002 09:22:42 +0000 (09:22 +0000)]
New XML.

Sumitted by: Hiroaki KAWAI <hawk@bcl.t.u-tokyo.ac.jp>

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

21 years ago- fix bogus example regex
André Malo [Thu, 14 Nov 2002 05:40:00 +0000 (05:40 +0000)]
- fix bogus example regex
- update transformation

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

21 years ago- <em> -> <var>
André Malo [Thu, 14 Nov 2002 05:28:04 +0000 (05:28 +0000)]
- <em> -> <var>
- reformatting + adding markup
- add optional env=[!]variable to formal syntax definition
- fix processing order (<Location> after <Files>)
- turn bogus <ul>s to <dl>
- add table border

- nothing else ;-)

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

21 years agoupdate transformation
André Malo [Thu, 14 Nov 2002 04:10:56 +0000 (04:10 +0000)]
update transformation

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

21 years ago- add directive <description>s
André Malo [Thu, 14 Nov 2002 04:06:08 +0000 (04:06 +0000)]
- add directive <description>s
- <em> -> <var>
- some reformatting and markup improvement

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

21 years agoThis fixes a problem where the underlying cache code
Paul J. Reder [Thu, 14 Nov 2002 02:04:01 +0000 (02:04 +0000)]
This fixes a problem where the underlying cache code
indicated that there was one more element on the cache
than there actually was. This happened since element 0
exists but is not used. This code allocates the correct
number of useable elements and reports the number of
actually used elements. The previous code only allowed
MCacheMaxObjectCount-1 objects to be stored in the
cache. [Paul J. Reder]

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

21 years agoAdd mod_disk_cache and mod_mem_cache to the indexes.
Joshua Slive [Thu, 14 Nov 2002 00:16:26 +0000 (00:16 +0000)]
Add mod_disk_cache and mod_mem_cache to the indexes.

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

21 years agotypo.
Erik Abele [Wed, 13 Nov 2002 22:01:09 +0000 (22:01 +0000)]
typo.

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

21 years agoDon't hold the Apache screen open when it exits with an error if all of the error
Bradley Nicholes [Wed, 13 Nov 2002 21:14:02 +0000 (21:14 +0000)]
Don't hold the Apache screen open when it exits with an error if all of the error
messages are going to a file anyway.  In other words, don't hold the screen
open if the -E <filename> command line parameter is used.

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

21 years agoAdd a little bit of content about the "-k" method
Joshua Slive [Wed, 13 Nov 2002 21:12:39 +0000 (21:12 +0000)]
Add a little bit of content about the "-k" method
of signaling apache and change the apachectl examples
to use that.

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

21 years agoDeprecate the direct use of httpd and recommend instead the use
Joshua Slive [Wed, 13 Nov 2002 20:54:35 +0000 (20:54 +0000)]
Deprecate the direct use of httpd and recommend instead the use
of apachectl.

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

21 years agoA couple long-overdue changes to configuring:
Joshua Slive [Wed, 13 Nov 2002 18:20:32 +0000 (18:20 +0000)]
A couple long-overdue changes to configuring:
- Remove the over-detailed and out-of-date description
of Include directories.
- Link Rich's .htaccess tutorial.

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

21 years agocore_output_filter: use the current input brigade's pool for the "more"
Greg Ames [Wed, 13 Nov 2002 15:07:35 +0000 (15:07 +0000)]
core_output_filter: use the current input brigade's pool for the "more"
brigade when we defer network writes due to small data + keepalives.  This
prevents leaking resources in the "more" brigade until the end of the
connection.

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

21 years agoupdate transformation
André Malo [Wed, 13 Nov 2002 00:17:04 +0000 (00:17 +0000)]
update transformation

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

21 years ago- <em> -> <var>
André Malo [Wed, 13 Nov 2002 00:13:24 +0000 (00:13 +0000)]
- <em> -> <var>
- reformatted examples (no content changes, except for a ytop)
- move the reference to mod_deflate on /top/ of the gzip example
- general markup improvement
- add short descriptions for the directives

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

21 years agoupdate transformation
André Malo [Tue, 12 Nov 2002 21:43:45 +0000 (21:43 +0000)]
update transformation

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

21 years ago- split mod_dav docs explicitely into mod_dav and mod_dav_fs
André Malo [Tue, 12 Nov 2002 21:37:29 +0000 (21:37 +0000)]
- split mod_dav docs explicitely into mod_dav and mod_dav_fs
- extend and rearrange the mod_dav documentation a bit
  (needs some tuning)

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

21 years agoadd change to mod_setenvif, and update .ja.jis files
Ken Coar [Tue, 12 Nov 2002 19:11:36 +0000 (19:11 +0000)]
add change to mod_setenvif, and update .ja.jis files

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

21 years ago Add a SERVER_ADDR keyword to match the CGI environment variable,
Ken Coar [Tue, 12 Nov 2002 18:30:00 +0000 (18:30 +0000)]
Add a SERVER_ADDR keyword to match the CGI environment variable,
to allow conditional setting according to the IP address on
which the server received the request.

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

21 years agowatch out for the should-not-occur condition where the daemon can't
Jeff Trawick [Tue, 12 Nov 2002 12:23:42 +0000 (12:23 +0000)]
watch out for the should-not-occur condition where the daemon can't
find the script pid in the hash and returns zero...  if we send
sigterm to pid zero, we knock out ourself

change the cleanup to return any error from cleanup_nonchild_process()

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

21 years agoupdate transformation
André Malo [Tue, 12 Nov 2002 03:56:12 +0000 (03:56 +0000)]
update transformation

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

21 years ago- <em> -> <var>
André Malo [Tue, 12 Nov 2002 03:48:00 +0000 (03:48 +0000)]
- <em> -> <var>
- some reformatting

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

21 years agomake <parentdocument> legal
André Malo [Tue, 12 Nov 2002 03:43:02 +0000 (03:43 +0000)]
make <parentdocument> legal

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

21 years agomod_cgid: Terminate CGI scripts when the client connection
Jeff Trawick [Mon, 11 Nov 2002 23:07:29 +0000 (23:07 +0000)]
mod_cgid: Terminate CGI scripts when the client connection
drops.

This is done by mod_cgid daemon remembering the pid, which is queried
by the handler at the end of the request.  The handler then
knocks out the CGI script (if it is indeed still running).

It would be slightly easier for the daemon to do this, but naughty
scripts which are hard to kill would hold up all new CGI requests
if the daemon stopped its normal processing to kill a script.

PR: 8388

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

21 years agocan't mix declarations and statements except with gcc 3.2 :)
Jeff Trawick [Mon, 11 Nov 2002 21:08:26 +0000 (21:08 +0000)]
can't mix declarations and statements except with gcc 3.2 :)
(or possibly RedHat 8's patches to it)

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

21 years agoI withdraw this complaint.
Bill Stoddard [Mon, 11 Nov 2002 20:18:00 +0000 (20:18 +0000)]
I withdraw this complaint.

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

21 years agoActually this is working correctly as best I can tell.
Bill Stoddard [Mon, 11 Nov 2002 20:11:08 +0000 (20:11 +0000)]
Actually this is working correctly as best I can tell.

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

21 years agoprevent seg faults when running with Electric Fence.
Greg Ames [Mon, 11 Nov 2002 19:57:58 +0000 (19:57 +0000)]
prevent seg faults when running with Electric Fence.

The "more" brigade (created by apr_brigade_split after seeing a FLUSH bucket)
was in the deferred_write_pool.  d_w_p is cleared, "more" is copied into b,
then the while loop test for APR_BRIGADE_EMPTY(b) blows up.

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

21 years agoTighten up the writing a little and add an even simpler
Joshua Slive [Mon, 11 Nov 2002 18:24:42 +0000 (18:24 +0000)]
Tighten up the writing a little and add an even simpler
configuration example.

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

21 years agoRearrange OpenSSL engine initialization to support RAND
Jeff Trawick [Mon, 11 Nov 2002 13:16:17 +0000 (13:16 +0000)]
Rearrange OpenSSL engine initialization to support RAND
redirection on crypto accelerator.

Submitted by:     Frederic DONNAT <frederic.donnat@zencod.com>
Reviewed by:   Jeff Trawick

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

21 years ago Fix several cut 'n paste errors identified by Juergen Heckel.
William A. Rowe Jr [Mon, 11 Nov 2002 05:58:39 +0000 (05:58 +0000)]
  Fix several cut 'n paste errors identified by Juergen Heckel.

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

21 years agoupdate transformation
André Malo [Mon, 11 Nov 2002 03:40:26 +0000 (03:40 +0000)]
update transformation

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

21 years ago- add a forgotten CSS rule; examples in warnings also
André Malo [Mon, 11 Nov 2002 03:13:54 +0000 (03:13 +0000)]
- add a forgotten CSS rule; examples in warnings also
  get a border around (and no bgcolor)
- extend mod_deflate documentation
  (better example, notes on proxies)
  it still needs some fine tuning.

Reviewed by: Luiz Rocha <lsdr@lsdr.net>, Joshua Slive

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

21 years agoA couple core docs fixes:
Joshua Slive [Sun, 10 Nov 2002 23:43:50 +0000 (23:43 +0000)]
A couple core docs fixes:

1. Document the fnmatch wildcards in Include.
2. Add a couple ServerSignature/ServerTokens <directive>
markups.

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

21 years agoAdd <parentdocument> to the virtual hosts docs.
Joshua Slive [Sun, 10 Nov 2002 20:36:26 +0000 (20:36 +0000)]
Add <parentdocument> to the virtual hosts docs.

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

21 years agoAdd a <parentdocument href="...">...</parentdocument> tag to
Joshua Slive [Sun, 10 Nov 2002 20:34:48 +0000 (20:34 +0000)]
Add a <parentdocument href="...">...</parentdocument> tag to
allow the docs to have a little more structure.  Used for the
"back" link and for the breadcrumb links.

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

21 years agoFix a couple problems with the EnableSendFile docs:
Joshua Slive [Sun, 10 Nov 2002 20:31:16 +0000 (20:31 +0000)]
Fix a couple problems with the EnableSendFile docs:

1. Add a <compatibility> line.
2. Mention SMB in addition to NFS.
3. Fix a couple small gramatical things.
4. <example> is not a <pre> environment.

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

21 years agoFix Andre's name, he said it's ok to remove the accent.
Aaron Bannert [Sun, 10 Nov 2002 07:39:54 +0000 (07:39 +0000)]
Fix Andre's name, he said it's ok to remove the accent.

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

21 years agoAlways emit Vary header if mod_deflate is involved in the request.
Justin Erenkrantz [Sun, 10 Nov 2002 06:09:20 +0000 (06:09 +0000)]
Always emit Vary header if mod_deflate is involved in the request.

Submitted by: Andr��Malo <nd@perlig.de>
Reviewed by: Justin Erenkrantz

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

21 years ago- remove bogus <em>
André Malo [Sun, 10 Nov 2002 03:18:55 +0000 (03:18 +0000)]
- remove bogus <em>
- little reformatting

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

21 years agoonly little markup and line break issues
André Malo [Sun, 10 Nov 2002 03:13:43 +0000 (03:13 +0000)]
only little markup and line break issues

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

21 years ago- <em> -> <var>
André Malo [Sun, 10 Nov 2002 02:56:33 +0000 (02:56 +0000)]
- <em> -> <var>
- some whitespace reformatting
-> update transformation

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

21 years ago Note progress. Lots of helpers out there emailing their feedback,
William A. Rowe Jr [Sat, 9 Nov 2002 19:21:29 +0000 (19:21 +0000)]
  Note progress.  Lots of helpers out there emailing their feedback,
  which is great.

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

21 years ago Stop unsetting the 'empty' query string result with
William A. Rowe Jr [Sat, 9 Nov 2002 19:20:33 +0000 (19:20 +0000)]
  Stop unsetting the 'empty' query string result with
  a NULL argument in ecb->lpszQueryString, eliminating segfaults
  for some ISAPI modules.

PR: 14399
Submitted by: Detlev Vendt <detlev.vendt@brillit.de>

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

21 years ago mod_isapi: Fix an issue where HSE_REQ_DONE_WITH_SESSION notification
William A. Rowe Jr [Sat, 9 Nov 2002 19:10:15 +0000 (19:10 +0000)]
  mod_isapi: Fix an issue where HSE_REQ_DONE_WITH_SESSION notification
  is received before the HttpExtensionProc() returns HSE_STATUS_PENDING.
  [John DeSetto <jdesetto@radiantsystems.com>, William Rowe]

PR: 11918

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

21 years agoImproves the user friendliness of the CacheRoot processing
Paul J. Reder [Fri, 8 Nov 2002 22:42:19 +0000 (22:42 +0000)]
Improves the user friendliness of the CacheRoot processing
over my last pass. This version avoids the pool allocations
but doesn't avoid all of the runtime checks. It no longer
terminates during post-config processing. An error is logged
once per worker, indicating that the CacheRoot needs to be set.
[Paul J. Reder]

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

21 years agoMarkup-typo.
Erik Abele [Fri, 8 Nov 2002 21:35:07 +0000 (21:35 +0000)]
Markup-typo.

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

21 years agoFixed some typos, added a section-id and did some cosmetics.
Erik Abele [Fri, 8 Nov 2002 21:28:48 +0000 (21:28 +0000)]
Fixed some typos, added a section-id and did some cosmetics.

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

21 years agocore_output_filter: straighten out the parens for the decision to set aside.
Greg Ames [Fri, 8 Nov 2002 19:20:04 +0000 (19:20 +0000)]
core_output_filter: straighten out the parens for the decision to set aside.

Pointed out by: gcc and Jeff Trawick

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

21 years agouse a subpool of c->pool for resources which are set aside, then clear it
Greg Ames [Fri, 8 Nov 2002 17:19:10 +0000 (17:19 +0000)]
use a subpool of c->pool for resources which are set aside, then clear it
after writing the data to the network.  This closes files sooner with
keepalive connections.

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

21 years ago We didn't atexit() the win32 keep-console-open-on-error handler early
William A. Rowe Jr [Fri, 8 Nov 2002 16:31:37 +0000 (16:31 +0000)]
  We didn't atexit() the win32 keep-console-open-on-error handler early
  enough to catch some preflight errors.

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

21 years ago A comment which no longer applies (proper AP_DECLARE_DATA voided the
William A. Rowe Jr [Fri, 8 Nov 2002 16:29:19 +0000 (16:29 +0000)]
  A comment which no longer applies (proper AP_DECLARE_DATA voided the
  disclaimer.)

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