coar | 1 Jun 2003 17:10
Picon
Favicon

cvs commit: httpd-2.0/modules/metadata mod_expires.c

coar        2003/06/01 08:10:30

  Modified:    .        CHANGES
               modules/metadata mod_expires.c
  Log:
  	Allow ExpiresByType to accept and understand minor-type wildcards
  	(e.g., text/*).  They'll be used if an exact type match isn't
  	found; if there's no wildcard match, the expiry falls back to any
  	ExpiresDefault setting as usual.

  PR:		7991

  Revision  Changes    Path
  1.1192    +3 -0      httpd-2.0/CHANGES

  Index: CHANGES
  ===================================================================
  RCS file: /home/cvs/httpd-2.0/CHANGES,v
  retrieving revision 1.1191
  retrieving revision 1.1192
  diff -u -u -r1.1191 -r1.1192
  --- CHANGES	31 May 2003 22:00:23 -0000	1.1191
  +++ CHANGES	1 Jun 2003 15:10:29 -0000	1.1192
   <at>  <at>  -2,6 +2,9  <at>  <at> 

     [Remove entries to the current 2.0 section below, when backported]

  +  *) Add support for IMT minor-type wildcards (e.g., text/*) to
  +     ExpiresByType.  PR#7991  [Ken Coar]
  +
(Continue reading)

kess | 1 Jun 2003 20:48
Picon
Favicon

cvs commit: httpd-2.0/docs/manual/vhosts name-based.html.en name-based.xml

kess        2003/06/01 11:48:03

  Modified:    docs/manual/vhosts Tag: APACHE_2_0_BRANCH name-based.html.en
                        name-based.xml
  Log:
  markup improvement

  Revision  Changes    Path
  No                   revision

  
  No                   revision

  
  1.23.2.4  +3 -3      httpd-2.0/docs/manual/vhosts/name-based.html.en

  Index: name-based.html.en
  ===================================================================
  RCS file: /home/cvs/httpd-2.0/docs/manual/vhosts/name-based.html.en,v
  retrieving revision 1.23.2.3
  retrieving revision 1.23.2.4
  diff -u -r1.23.2.3 -r1.23.2.4
  --- name-based.html.en	29 May 2003 19:30:06 -0000	1.23.2.3
  +++ name-based.html.en	1 Jun 2003 18:48:02 -0000	1.23.2.4
   <at>  <at>  -72,7 +72,7  <at>  <at> 
   <div class="section">
   <h2><a name="using" id="using">Using Name-based Virtual Hosts</a></h2>

  -<table class="related"><tr><th>Related Modules</th><th>Related
Directives</th></tr><tr><td><ul><li><code class="module"><a
(Continue reading)

kess | 1 Jun 2003 21:56
Picon
Favicon

cvs commit: httpd-2.0/docs/manual/vhosts name-based.html.en name-based.xml

kess        2003/06/01 12:56:29

  Modified:    docs/manual/vhosts name-based.html.en name-based.xml
  Log:
  markup imrovement

  Revision  Changes    Path
  1.32      +3 -3      httpd-2.0/docs/manual/vhosts/name-based.html.en

  Index: name-based.html.en
  ===================================================================
  RCS file: /home/cvs/httpd-2.0/docs/manual/vhosts/name-based.html.en,v
  retrieving revision 1.31
  retrieving revision 1.32
  diff -u -r1.31 -r1.32
  --- name-based.html.en	31 May 2003 01:31:08 -0000	1.31
  +++ name-based.html.en	1 Jun 2003 19:56:29 -0000	1.32
   <at>  <at>  -72,7 +72,7  <at>  <at> 
   <div class="section">
   <h2><a name="using" id="using">Using Name-based Virtual Hosts</a></h2>

  -<table class="related"><tr><th>Related Modules</th><th>Related
Directives</th></tr><tr><td><ul><li><code class="module"><a
href="../mod/core.html">core</a></code></li></ul></td><td><ul><li><code
class="directive"><a
href="../mod/core.html#documentroot">DocumentRoot</a></code></li><li><code
class="directive"><a
href="../mod/core.html#namevirtualhost">NameVirtualHost</a></code></li><li><code
class="directive"><a
href="../mod/core.html#serveralias">ServerAlias</a></code></li><li><code
(Continue reading)

kess | 1 Jun 2003 22:16
Picon
Favicon

cvs commit: httpd-2.0/docs/manual/vhosts name-based.html.en name-based.html.ko.euc-kr name-based.xml.meta

kess        2003/06/01 13:16:41

  Modified:    docs/manual/vhosts name-based.html.en
                        name-based.html.ko.euc-kr name-based.xml.meta
  Log:
  new german translation

  Reviewed by nd

  Revision  Changes    Path
  1.33      +4 -2      httpd-2.0/docs/manual/vhosts/name-based.html.en

  Index: name-based.html.en
  ===================================================================
  RCS file: /home/cvs/httpd-2.0/docs/manual/vhosts/name-based.html.en,v
  retrieving revision 1.32
  retrieving revision 1.33
  diff -u -r1.32 -r1.33
  --- name-based.html.en	1 Jun 2003 19:56:29 -0000	1.32
  +++ name-based.html.en	1 Jun 2003 20:16:41 -0000	1.33
   <at>  <at>  -18,7 +18,8  <at>  <at> 
   <div id="path">
   <a href="http://www.apache.org/">Apache</a> &gt; <a href="http://httpd.apache.org/">HTTP
Server</a> &gt; <a href="http://httpd.apache.org/docs-project/">Documentation</a> &gt; <a
href="../">Version 2.1</a> &gt; <a href="./">Virtual Hosts</a></div><div id="page-content"><div
id="preamble"><h1>Name-based Virtual Host Support</h1>
   <div class="toplang">
  -<p><span>Available Languages: </span><a href="../en/vhosts/name-based.html"
title="English">&nbsp;en&nbsp;</a> |
  +<p><span>Available Languages: </span><a href="../de/vhosts/name-based.html" hreflang="de"
(Continue reading)

kess | 1 Jun 2003 22:18
Picon
Favicon

cvs commit: httpd-2.0/docs/manual/vhosts name-based.html.de name-based.xml.de

kess        2003/06/01 13:18:08

  Added:       docs/manual/vhosts name-based.html.de name-based.xml.de
  Log:
  new german translation

  Reviewed by nd

  Revision  Changes    Path
  1.1                  httpd-2.0/docs/manual/vhosts/name-based.html.de

  Index: name-based.html.de
  ===================================================================
  <?xml version="1.0" encoding="ISO-8859-1"?>
  <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
  <html xmlns="http://www.w3.org/1999/xhtml" lang="de" xml:lang="de"><head><!--
          XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
                This file is generated from xml source: DO NOT EDIT
          XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
        -->
  <title>Unterstützung namensbasierter virtueller Hosts - Apache HTTP Server</title>
  <link href="../style/css/manual.css" rel="stylesheet" media="all" type="text/css" title="Main
stylesheet" />
  <link href="../style/css/manual-loose-100pc.css" rel="alternate stylesheet" media="all"
type="text/css" title="No Sidebar - Default font size" />
  <link href="../style/css/manual-print.css" rel="stylesheet" media="print" type="text/css" />
  <link href="../images/favicon.ico" rel="shortcut icon" /></head>
  <body id="manual-page"><div id="page-header">
  <p class="menu"><a href="../mod/">Module</a> | <a href="../mod/directives.html">Direktiven</a> |
<a href="../faq/">FAQ</a> | <a href="../glossary.html">Glossar</a> | <a href="../sitemap.html">Seitenindex</a></p>
(Continue reading)

erikabele | 1 Jun 2003 22:48
Picon
Favicon

cvs commit: httpd-2.0/docs STATUS

erikabele    2003/06/01 13:48:54

  Modified:    docs     STATUS
  Log:
  Added a note, a vote and a section about some necessary doco
  improvements.

  Removed a section about building the man pages from XML source.
  Also removed a section about possible cross references between the
  different languages. Both was fixed by Andre recently.

  Revision  Changes    Path
  1.87      +14 -23    httpd-2.0/docs/STATUS

  Index: STATUS
  ===================================================================
  RCS file: /home/cvs/httpd-2.0/docs/STATUS,v
  retrieving revision 1.86
  retrieving revision 1.87
  diff -u -r1.86 -r1.87
  --- STATUS	31 May 2003 22:00:27 -0000	1.86
  +++ STATUS	1 Jun 2003 20:48:54 -0000	1.87
   <at>  <at>  -25,7 +25,7  <at>  <at> 
         </Files>

        - Backport to 2.0
  -       +1: wrowe, slive, nd
  +       +1: wrowe, slive, nd, erik

   - Figure out what to do about the 2.0 FAQ
(Continue reading)

erikabele | 1 Jun 2003 23:11
Picon
Favicon

cvs commit: httpd-2.0/docs/conf httpd-win.conf

erikabele    2003/06/01 14:11:06

  Modified:    docs     STATUS
               docs/conf httpd-win.conf
  Log:
  "Comment out .gz etc. AddEncoding lines in our default configuration.

  Current browsers have a tendency to decompress the data when no one really
  wants it to do that.  If you want the old behavior that leads to transparent
  decompression by modern browsers, uncomment these lines.  But, this
  shouldn't be our default." (see httpd-std.conf.in r1.32, jerenkrantz)

  Reviewed by: wrowe, slive, nd, erik

  Also removed the corresponding entry from STATUS.

  Revision  Changes    Path
  1.88      +4 -20     httpd-2.0/docs/STATUS

  Index: STATUS
  ===================================================================
  RCS file: /home/cvs/httpd-2.0/docs/STATUS,v
  retrieving revision 1.87
  retrieving revision 1.88
  diff -u -r1.87 -r1.88
  --- STATUS	1 Jun 2003 20:48:54 -0000	1.87
  +++ STATUS	1 Jun 2003 21:11:05 -0000	1.88
   <at>  <at>  -9,24 +9,6  <at>  <at> 
   Decisions pending
   =================
(Continue reading)

erikabele | 1 Jun 2003 23:13
Picon
Favicon

cvs commit: httpd-2.0/docs/conf httpd-std.conf.in httpd-win.conf

erikabele    2003/06/01 14:13:14

  Modified:    docs/conf Tag: APACHE_2_0_BRANCH httpd-std.conf.in
                        httpd-win.conf
  Log:
  "Comment out .gz etc. AddEncoding lines in our default configuration.

  Current browsers have a tendency to decompress the data when no one really
  wants it to do that.  If you want the old behavior that leads to transparent
  decompression by modern browsers, uncomment these lines.  But, this
  shouldn't be our default." (see httpd-std.conf.in r1.32, jerenkrantz)

  Reviewed by: wrowe, slive, nd, erik

  Revision  Changes    Path
  No                   revision
  No                   revision
  1.27.2.10 +2 -2      httpd-2.0/docs/conf/httpd-std.conf.in

  Index: httpd-std.conf.in
  ===================================================================
  RCS file: /home/cvs/httpd-2.0/docs/conf/httpd-std.conf.in,v
  retrieving revision 1.27.2.9
  retrieving revision 1.27.2.10
  diff -u -r1.27.2.9 -r1.27.2.10
  --- httpd-std.conf.in	29 May 2003 19:45:14 -0000	1.27.2.9
  +++ httpd-std.conf.in	1 Jun 2003 21:13:14 -0000	1.27.2.10
   <at>  <at>  -695,8 +695,8  <at>  <at> 
   # Despite the name similarity, the following Add* directives have nothing
   # to do with the FancyIndexing customization directives above.
(Continue reading)

erikabele | 2 Jun 2003 00:11
Picon
Favicon

cvs commit: httpd-dist HEADER.html README.html

erikabele    2003/06/01 15:11:17

  Modified:    .        HEADER.html README.html
  Log:
  Corrected a sentence about verifying signatures and added an
  example how to verify with GnuPG. Also extended the note about
  md5 to be consistent with download.cgi

  Also corrected a typo in HEADER.html.

  Revision  Changes    Path
  1.33      +1 -1      httpd-dist/HEADER.html

  Index: HEADER.html
  ===================================================================
  RCS file: /home/cvs/httpd-dist/HEADER.html,v
  retrieving revision 1.32
  retrieving revision 1.33
  diff -u -r1.32 -r1.33
  --- HEADER.html	20 Jan 2003 15:22:03 -0000	1.32
  +++ HEADER.html	1 Jun 2003 22:11:17 -0000	1.33
   <at>  <at>  -2,7 +2,7  <at>  <at> 

   <h2>Apache HTTP Server <u>Source Code</u> Distributions</h2>

  -<p>This downloads page includes <strong>only the sources</strong> to compile 
  +<p>This download page includes <strong>only the sources</strong> to compile 
      and build Apache yourself with the proper tools.  Download 
      the precompiled distribution for your platform from 
      <a href="binaries/">binaries/</a>.</p>
(Continue reading)

jim | 2 Jun 2003 15:13
Picon
Favicon

cvs commit: apache-1.3 STATUS

jim         2003/06/02 06:13:45

  Modified:    .        STATUS
  Log:
  Delay due to request for additional time

  Revision  Changes    Path
  1.1035    +3 -3      apache-1.3/STATUS

  Index: STATUS
  ===================================================================
  RCS file: /home/cvs/apache-1.3/STATUS,v
  retrieving revision 1.1034
  retrieving revision 1.1035
  diff -u -r1.1034 -r1.1035
  --- STATUS	23 May 2003 15:25:59 -0000	1.1034
  +++ STATUS	2 Jun 2003 13:13:45 -0000	1.1035
   <at>  <at>  -3,8 +3,8  <at>  <at> 

   Release:

  -   1.3.28-dev: In development. Jim proposes a release around
  -               May 23rd 2003 and offers to be RM.
  +   1.3.28-dev: In development. Jim proposes a release mid-June
  +               and offers to be RM.
      1.3.27: Tagged September 30, 2002. Announced Oct 3, 2002.
      1.3.26: Tagged June 18, 2002.
      1.3.25: Tagged June 17, 2002. Not released.

(Continue reading)


Gmane