You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by nd...@apache.org on 2004/02/08 19:25:15 UTC

cvs commit: httpd-2.0/docs/manual/mod beos.xml core.xml directive-dict.xml directives.xml index.xml leader.xml mod_access.xml mod_actions.xml mod_alias.xml mod_asis.xml mod_auth_anon.xml mod_auth_dbm.xml mod_auth_digest.xml mod_auth_ldap.xml mod_auth.xml mod_autoindex.xml mod_cache.xml mod_cern_meta.xml mod_cgid.xml mod_cgi.xml mod_charset_lite.xml mod_dav_fs.xml mod_dav.xml mod_deflate.xml mod_dir.xml mod_disk_cache.xml mod_echo.xml mod_env.xml mod_example.xml mod_expires.xml mod_ext_filter.xml mod_file_cache.xml mod_headers.xml mod_imap.xml mod_include.xml mod_info.xml mod_isapi.xml mod_ldap.xml mod_log_config.xml mod_logio.xml mod_mem_cache.xml mod_mime_magic.xml mod_mime.xml mod_negotiation.xml mod_nw_ssl.xml mod_proxy_connect.xml mod_proxy_ftp.xml mod_proxy_http.xml mod_proxy.xml mod_rewrite.xml mod_setenvif.xml mod_so.xml mod_speling.xml mod_ssl.xml mod_status.xml mod_suexec.xml module-dict.xml mod_unique_id.xml mod_userdir.xml mod_usertrack.xml mod_vhost_alias.xml mpm_common.xml mpm_netware.xml mpmt_os2.xml mpm_winnt.xml perchild.xml prefork.xml quickreference.xml threadpool.xml worker.xml

nd          2004/02/08 10:25:15

  Modified:    docs/manual/mod Tag: APACHE_2_0_BRANCH beos.xml core.xml
                        directive-dict.xml directives.xml index.xml
                        leader.xml mod_access.xml mod_actions.xml
                        mod_alias.xml mod_asis.xml mod_auth_anon.xml
                        mod_auth_dbm.xml mod_auth_digest.xml
                        mod_auth_ldap.xml mod_auth.xml mod_autoindex.xml
                        mod_cache.xml mod_cern_meta.xml mod_cgid.xml
                        mod_cgi.xml mod_charset_lite.xml mod_dav_fs.xml
                        mod_dav.xml mod_deflate.xml mod_dir.xml
                        mod_disk_cache.xml mod_echo.xml mod_env.xml
                        mod_example.xml mod_expires.xml mod_ext_filter.xml
                        mod_file_cache.xml mod_headers.xml mod_imap.xml
                        mod_include.xml mod_info.xml mod_isapi.xml
                        mod_ldap.xml mod_log_config.xml mod_logio.xml
                        mod_mem_cache.xml mod_mime_magic.xml mod_mime.xml
                        mod_negotiation.xml mod_nw_ssl.xml
                        mod_proxy_connect.xml mod_proxy_ftp.xml
                        mod_proxy_http.xml mod_proxy.xml mod_rewrite.xml
                        mod_setenvif.xml mod_so.xml mod_speling.xml
                        mod_ssl.xml mod_status.xml mod_suexec.xml
                        module-dict.xml mod_unique_id.xml mod_userdir.xml
                        mod_usertrack.xml mod_vhost_alias.xml
                        mpm_common.xml mpm_netware.xml mpmt_os2.xml
                        mpm_winnt.xml perchild.xml prefork.xml
                        quickreference.xml threadpool.xml worker.xml
  Log:
  apply Apache License, Version 2.0
  
  Revision  Changes    Path
  No                   revision
  No                   revision
  1.1.2.4   +17 -0     httpd-2.0/docs/manual/mod/beos.xml
  
  Index: beos.xml
  ===================================================================
  RCS file: /home/cvs/httpd-2.0/docs/manual/mod/beos.xml,v
  retrieving revision 1.1.2.3
  retrieving revision 1.1.2.4
  diff -u -u -r1.1.2.3 -r1.1.2.4
  --- beos.xml	29 Nov 2003 16:08:06 -0000	1.1.2.3
  +++ beos.xml	8 Feb 2004 18:25:13 -0000	1.1.2.4
  @@ -1,6 +1,23 @@
   <?xml version="1.0"?>
   <!DOCTYPE modulesynopsis SYSTEM "../style/modulesynopsis.dtd">
   <?xml-stylesheet type="text/xsl" href="../style/manual.en.xsl"?>
  +
  +<!--
  + Copyright 2002-2004 Apache Software Foundation
  +
  + Licensed under the Apache License, Version 2.0 (the "License");
  + you may not use this file except in compliance with the License.
  + You may obtain a copy of the License at
  +
  +     http://www.apache.org/licenses/LICENSE-2.0
  +
  + Unless required by applicable law or agreed to in writing, software
  + distributed under the License is distributed on an "AS IS" BASIS,
  + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  + See the License for the specific language governing permissions and
  + limitations under the License.
  +-->
  +
   <modulesynopsis metafile="beos.xml.meta">
   
   <name>beos</name>
  
  
  
  1.46.2.31 +17 -0     httpd-2.0/docs/manual/mod/core.xml
  
  Index: core.xml
  ===================================================================
  RCS file: /home/cvs/httpd-2.0/docs/manual/mod/core.xml,v
  retrieving revision 1.46.2.30
  retrieving revision 1.46.2.31
  diff -u -u -r1.46.2.30 -r1.46.2.31
  --- core.xml	14 Oct 2003 00:29:51 -0000	1.46.2.30
  +++ core.xml	8 Feb 2004 18:25:13 -0000	1.46.2.31
  @@ -1,6 +1,23 @@
   <?xml version="1.0"?>
   <!DOCTYPE modulesynopsis SYSTEM "../style/modulesynopsis.dtd">
   <?xml-stylesheet type="text/xsl" href="../style/manual.en.xsl"?>
  +
  +<!--
  + Copyright 2002-2004 Apache Software Foundation
  +
  + Licensed under the Apache License, Version 2.0 (the "License");
  + you may not use this file except in compliance with the License.
  + You may obtain a copy of the License at
  +
  +     http://www.apache.org/licenses/LICENSE-2.0
  +
  + Unless required by applicable law or agreed to in writing, software
  + distributed under the License is distributed on an "AS IS" BASIS,
  + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  + See the License for the specific language governing permissions and
  + limitations under the License.
  +-->
  +
   <modulesynopsis metafile="core.xml.meta">
   
   <name>core</name>
  
  
  
  1.2.2.3   +16 -0     httpd-2.0/docs/manual/mod/directive-dict.xml
  
  Index: directive-dict.xml
  ===================================================================
  RCS file: /home/cvs/httpd-2.0/docs/manual/mod/directive-dict.xml,v
  retrieving revision 1.2.2.2
  retrieving revision 1.2.2.3
  diff -u -u -r1.2.2.2 -r1.2.2.3
  --- directive-dict.xml	16 Apr 2003 00:22:48 -0000	1.2.2.2
  +++ directive-dict.xml	8 Feb 2004 18:25:13 -0000	1.2.2.3
  @@ -2,6 +2,22 @@
   <!DOCTYPE manualpage SYSTEM "../style/manualpage.dtd">
   <?xml-stylesheet type="text/xsl" href="../style/manual.en.xsl"?>
   
  +<!--
  + Copyright 2002-2004 Apache Software Foundation
  +
  + Licensed under the Apache License, Version 2.0 (the "License");
  + you may not use this file except in compliance with the License.
  + You may obtain a copy of the License at
  +
  +     http://www.apache.org/licenses/LICENSE-2.0
  +
  + Unless required by applicable law or agreed to in writing, software
  + distributed under the License is distributed on an "AS IS" BASIS,
  + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  + See the License for the specific language governing permissions and
  + limitations under the License.
  +-->
  +
   <manualpage metafile="directive-dict.xml.meta">
   
     <title>Terms Used to Describe Directives</title>
  
  
  
  1.7.2.3   +16 -0     httpd-2.0/docs/manual/mod/directives.xml
  
  Index: directives.xml
  ===================================================================
  RCS file: /home/cvs/httpd-2.0/docs/manual/mod/directives.xml,v
  retrieving revision 1.7.2.2
  retrieving revision 1.7.2.3
  diff -u -u -r1.7.2.2 -r1.7.2.3
  --- directives.xml	15 Apr 2003 22:56:36 -0000	1.7.2.2
  +++ directives.xml	8 Feb 2004 18:25:13 -0000	1.7.2.3
  @@ -4,6 +4,22 @@
   >
   <?xml-stylesheet type="text/xsl" href="../style/manual.en.xsl"?>
   
  +<!--
  + Copyright 2002-2004 Apache Software Foundation
  +
  + Licensed under the Apache License, Version 2.0 (the "License");
  + you may not use this file except in compliance with the License.
  + You may obtain a copy of the License at
  +
  +     http://www.apache.org/licenses/LICENSE-2.0
  +
  + Unless required by applicable law or agreed to in writing, software
  + distributed under the License is distributed on an "AS IS" BASIS,
  + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  + See the License for the specific language governing permissions and
  + limitations under the License.
  +-->
  +
   <directiveindex metafile="directives.xml.meta">
     <title>Directive Index</title>
     <summary>
  
  
  
  1.4.2.4   +16 -0     httpd-2.0/docs/manual/mod/index.xml
  
  Index: index.xml
  ===================================================================
  RCS file: /home/cvs/httpd-2.0/docs/manual/mod/index.xml,v
  retrieving revision 1.4.2.3
  retrieving revision 1.4.2.4
  diff -u -u -r1.4.2.3 -r1.4.2.4
  --- index.xml	15 Apr 2003 22:56:36 -0000	1.4.2.3
  +++ index.xml	8 Feb 2004 18:25:13 -0000	1.4.2.4
  @@ -4,6 +4,22 @@
   >
   <?xml-stylesheet type="text/xsl" href="../style/manual.en.xsl"?>
   
  +<!--
  + Copyright 2002-2004 Apache Software Foundation
  +
  + Licensed under the Apache License, Version 2.0 (the "License");
  + you may not use this file except in compliance with the License.
  + You may obtain a copy of the License at
  +
  +     http://www.apache.org/licenses/LICENSE-2.0
  +
  + Unless required by applicable law or agreed to in writing, software
  + distributed under the License is distributed on an "AS IS" BASIS,
  + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  + See the License for the specific language governing permissions and
  + limitations under the License.
  +-->
  +
   <moduleindex metafile="index.xml.meta">
     <title>Module Index</title>
     <summary>
  
  
  
  1.1.2.4   +16 -0     httpd-2.0/docs/manual/mod/leader.xml
  
  Index: leader.xml
  ===================================================================
  RCS file: /home/cvs/httpd-2.0/docs/manual/mod/leader.xml,v
  retrieving revision 1.1.2.3
  retrieving revision 1.1.2.4
  diff -u -u -r1.1.2.3 -r1.1.2.4
  --- leader.xml	3 Dec 2003 23:34:37 -0000	1.1.2.3
  +++ leader.xml	8 Feb 2004 18:25:13 -0000	1.1.2.4
  @@ -2,6 +2,22 @@
   <!DOCTYPE modulesynopsis SYSTEM "../style/modulesynopsis.dtd">
   <?xml-stylesheet type="text/xsl" href="../style/manual.en.xsl"?>
   
  +<!--
  + Copyright 2002-2004 Apache Software Foundation
  +
  + Licensed under the Apache License, Version 2.0 (the "License");
  + you may not use this file except in compliance with the License.
  + You may obtain a copy of the License at
  +
  +     http://www.apache.org/licenses/LICENSE-2.0
  +
  + Unless required by applicable law or agreed to in writing, software
  + distributed under the License is distributed on an "AS IS" BASIS,
  + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  + See the License for the specific language governing permissions and
  + limitations under the License.
  +-->
  +
   <modulesynopsis metafile="leader.xml.meta">
   <name>leader</name>
   <description>An experimental variant of the standard <module>worker</module>
  
  
  
  1.7.2.6   +17 -0     httpd-2.0/docs/manual/mod/Attic/mod_access.xml
  
  Index: mod_access.xml
  ===================================================================
  RCS file: /home/cvs/httpd-2.0/docs/manual/mod/Attic/mod_access.xml,v
  retrieving revision 1.7.2.5
  retrieving revision 1.7.2.6
  diff -u -u -r1.7.2.5 -r1.7.2.6
  --- mod_access.xml	1 Nov 2003 23:34:35 -0000	1.7.2.5
  +++ mod_access.xml	8 Feb 2004 18:25:13 -0000	1.7.2.6
  @@ -1,6 +1,23 @@
   <?xml version="1.0"?>
   <!DOCTYPE modulesynopsis SYSTEM "../style/modulesynopsis.dtd">
   <?xml-stylesheet type="text/xsl" href="../style/manual.en.xsl"?>
  +
  +<!--
  + Copyright 2002-2004 Apache Software Foundation
  +
  + Licensed under the Apache License, Version 2.0 (the "License");
  + you may not use this file except in compliance with the License.
  + You may obtain a copy of the License at
  +
  +     http://www.apache.org/licenses/LICENSE-2.0
  +
  + Unless required by applicable law or agreed to in writing, software
  + distributed under the License is distributed on an "AS IS" BASIS,
  + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  + See the License for the specific language governing permissions and
  + limitations under the License.
  +-->
  +
   <modulesynopsis metafile="mod_access.xml.meta">
   
   <name>mod_access</name> 
  
  
  
  1.8.2.2   +17 -0     httpd-2.0/docs/manual/mod/mod_actions.xml
  
  Index: mod_actions.xml
  ===================================================================
  RCS file: /home/cvs/httpd-2.0/docs/manual/mod/mod_actions.xml,v
  retrieving revision 1.8.2.1
  retrieving revision 1.8.2.2
  diff -u -u -r1.8.2.1 -r1.8.2.2
  --- mod_actions.xml	15 Apr 2003 22:56:37 -0000	1.8.2.1
  +++ mod_actions.xml	8 Feb 2004 18:25:13 -0000	1.8.2.2
  @@ -1,6 +1,23 @@
   <?xml version="1.0"?>
   <!DOCTYPE modulesynopsis SYSTEM "../style/modulesynopsis.dtd">
   <?xml-stylesheet type="text/xsl" href="../style/manual.en.xsl"?>
  +
  +<!--
  + Copyright 2002-2004 Apache Software Foundation
  +
  + Licensed under the Apache License, Version 2.0 (the "License");
  + you may not use this file except in compliance with the License.
  + You may obtain a copy of the License at
  +
  +     http://www.apache.org/licenses/LICENSE-2.0
  +
  + Unless required by applicable law or agreed to in writing, software
  + distributed under the License is distributed on an "AS IS" BASIS,
  + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  + See the License for the specific language governing permissions and
  + limitations under the License.
  +-->
  +
   <modulesynopsis metafile="mod_actions.xml.meta">
   
   <name>mod_actions</name> 
  
  
  
  1.9.2.5   +17 -0     httpd-2.0/docs/manual/mod/mod_alias.xml
  
  Index: mod_alias.xml
  ===================================================================
  RCS file: /home/cvs/httpd-2.0/docs/manual/mod/mod_alias.xml,v
  retrieving revision 1.9.2.4
  retrieving revision 1.9.2.5
  diff -u -u -r1.9.2.4 -r1.9.2.5
  --- mod_alias.xml	10 May 2003 00:45:06 -0000	1.9.2.4
  +++ mod_alias.xml	8 Feb 2004 18:25:13 -0000	1.9.2.5
  @@ -1,6 +1,23 @@
   <?xml version="1.0"?>
   <!DOCTYPE modulesynopsis SYSTEM "../style/modulesynopsis.dtd">
   <?xml-stylesheet type="text/xsl" href="../style/manual.en.xsl"?>
  +
  +<!--
  + Copyright 2002-2004 Apache Software Foundation
  +
  + Licensed under the Apache License, Version 2.0 (the "License");
  + you may not use this file except in compliance with the License.
  + You may obtain a copy of the License at
  +
  +     http://www.apache.org/licenses/LICENSE-2.0
  +
  + Unless required by applicable law or agreed to in writing, software
  + distributed under the License is distributed on an "AS IS" BASIS,
  + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  + See the License for the specific language governing permissions and
  + limitations under the License.
  +-->
  +
   <modulesynopsis metafile="mod_alias.xml.meta">
   
   <name>mod_alias</name>
  
  
  
  1.5.2.2   +17 -0     httpd-2.0/docs/manual/mod/mod_asis.xml
  
  Index: mod_asis.xml
  ===================================================================
  RCS file: /home/cvs/httpd-2.0/docs/manual/mod/mod_asis.xml,v
  retrieving revision 1.5.2.1
  retrieving revision 1.5.2.2
  diff -u -u -r1.5.2.1 -r1.5.2.2
  --- mod_asis.xml	15 Apr 2003 22:56:37 -0000	1.5.2.1
  +++ mod_asis.xml	8 Feb 2004 18:25:13 -0000	1.5.2.2
  @@ -1,6 +1,23 @@
   <?xml version="1.0"?>
   <!DOCTYPE modulesynopsis SYSTEM "../style/modulesynopsis.dtd">
   <?xml-stylesheet type="text/xsl" href="../style/manual.en.xsl"?>
  +
  +<!--
  + Copyright 2002-2004 Apache Software Foundation
  +
  + Licensed under the Apache License, Version 2.0 (the "License");
  + you may not use this file except in compliance with the License.
  + You may obtain a copy of the License at
  +
  +     http://www.apache.org/licenses/LICENSE-2.0
  +
  + Unless required by applicable law or agreed to in writing, software
  + distributed under the License is distributed on an "AS IS" BASIS,
  + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  + See the License for the specific language governing permissions and
  + limitations under the License.
  +-->
  +
   <modulesynopsis metafile="mod_asis.xml.meta">
   
   <name>mod_asis</name>
  
  
  
  1.5.2.6   +17 -0     httpd-2.0/docs/manual/mod/Attic/mod_auth_anon.xml
  
  Index: mod_auth_anon.xml
  ===================================================================
  RCS file: /home/cvs/httpd-2.0/docs/manual/mod/Attic/mod_auth_anon.xml,v
  retrieving revision 1.5.2.5
  retrieving revision 1.5.2.6
  diff -u -u -r1.5.2.5 -r1.5.2.6
  --- mod_auth_anon.xml	10 Jan 2004 22:51:41 -0000	1.5.2.5
  +++ mod_auth_anon.xml	8 Feb 2004 18:25:13 -0000	1.5.2.6
  @@ -1,6 +1,23 @@
   <?xml version="1.0"?>
   <!DOCTYPE modulesynopsis SYSTEM "../style/modulesynopsis.dtd">
   <?xml-stylesheet type="text/xsl" href="../style/manual.en.xsl"?>
  +
  +<!--
  + Copyright 2002-2004 Apache Software Foundation
  +
  + Licensed under the Apache License, Version 2.0 (the "License");
  + you may not use this file except in compliance with the License.
  + You may obtain a copy of the License at
  +
  +     http://www.apache.org/licenses/LICENSE-2.0
  +
  + Unless required by applicable law or agreed to in writing, software
  + distributed under the License is distributed on an "AS IS" BASIS,
  + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  + See the License for the specific language governing permissions and
  + limitations under the License.
  +-->
  +
   <modulesynopsis metafile="mod_auth_anon.xml.meta">
   
   <name>mod_auth_anon</name>
  
  
  
  1.5.2.4   +17 -0     httpd-2.0/docs/manual/mod/Attic/mod_auth_dbm.xml
  
  Index: mod_auth_dbm.xml
  ===================================================================
  RCS file: /home/cvs/httpd-2.0/docs/manual/mod/Attic/mod_auth_dbm.xml,v
  retrieving revision 1.5.2.3
  retrieving revision 1.5.2.4
  diff -u -u -r1.5.2.3 -r1.5.2.4
  --- mod_auth_dbm.xml	15 Apr 2003 22:56:37 -0000	1.5.2.3
  +++ mod_auth_dbm.xml	8 Feb 2004 18:25:13 -0000	1.5.2.4
  @@ -1,6 +1,23 @@
   <?xml version="1.0"?>
   <!DOCTYPE modulesynopsis SYSTEM "../style/modulesynopsis.dtd">
   <?xml-stylesheet type="text/xsl" href="../style/manual.en.xsl"?>
  +
  +<!--
  + Copyright 2002-2004 Apache Software Foundation
  +
  + Licensed under the Apache License, Version 2.0 (the "License");
  + you may not use this file except in compliance with the License.
  + You may obtain a copy of the License at
  +
  +     http://www.apache.org/licenses/LICENSE-2.0
  +
  + Unless required by applicable law or agreed to in writing, software
  + distributed under the License is distributed on an "AS IS" BASIS,
  + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  + See the License for the specific language governing permissions and
  + limitations under the License.
  +-->
  +
   <modulesynopsis metafile="mod_auth_dbm.xml.meta">
   
   <name>mod_auth_dbm</name>
  
  
  
  1.5.2.6   +17 -0     httpd-2.0/docs/manual/mod/mod_auth_digest.xml
  
  Index: mod_auth_digest.xml
  ===================================================================
  RCS file: /home/cvs/httpd-2.0/docs/manual/mod/mod_auth_digest.xml,v
  retrieving revision 1.5.2.5
  retrieving revision 1.5.2.6
  diff -u -u -r1.5.2.5 -r1.5.2.6
  --- mod_auth_digest.xml	23 Apr 2003 18:44:46 -0000	1.5.2.5
  +++ mod_auth_digest.xml	8 Feb 2004 18:25:13 -0000	1.5.2.6
  @@ -1,6 +1,23 @@
   <?xml version="1.0"?>
   <!DOCTYPE modulesynopsis SYSTEM "../style/modulesynopsis.dtd">
   <?xml-stylesheet type="text/xsl" href="../style/manual.en.xsl"?>
  +
  +<!--
  + Copyright 2002-2004 Apache Software Foundation
  +
  + Licensed under the Apache License, Version 2.0 (the "License");
  + you may not use this file except in compliance with the License.
  + You may obtain a copy of the License at
  +
  +     http://www.apache.org/licenses/LICENSE-2.0
  +
  + Unless required by applicable law or agreed to in writing, software
  + distributed under the License is distributed on an "AS IS" BASIS,
  + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  + See the License for the specific language governing permissions and
  + limitations under the License.
  +-->
  +
   <modulesynopsis metafile="mod_auth_digest.xml.meta">
   
   <name>mod_auth_digest</name>
  
  
  
  1.6.2.8   +17 -0     httpd-2.0/docs/manual/mod/mod_auth_ldap.xml
  
  Index: mod_auth_ldap.xml
  ===================================================================
  RCS file: /home/cvs/httpd-2.0/docs/manual/mod/mod_auth_ldap.xml,v
  retrieving revision 1.6.2.7
  retrieving revision 1.6.2.8
  diff -u -u -r1.6.2.7 -r1.6.2.8
  --- mod_auth_ldap.xml	15 Apr 2003 22:56:37 -0000	1.6.2.7
  +++ mod_auth_ldap.xml	8 Feb 2004 18:25:13 -0000	1.6.2.8
  @@ -1,6 +1,23 @@
   <?xml version="1.0"?>
   <!DOCTYPE modulesynopsis SYSTEM "../style/modulesynopsis.dtd">
   <?xml-stylesheet type="text/xsl" href="../style/manual.en.xsl"?>
  +
  +<!--
  + Copyright 2002-2004 Apache Software Foundation
  +
  + Licensed under the Apache License, Version 2.0 (the "License");
  + you may not use this file except in compliance with the License.
  + You may obtain a copy of the License at
  +
  +     http://www.apache.org/licenses/LICENSE-2.0
  +
  + Unless required by applicable law or agreed to in writing, software
  + distributed under the License is distributed on an "AS IS" BASIS,
  + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  + See the License for the specific language governing permissions and
  + limitations under the License.
  +-->
  +
   <modulesynopsis metafile="mod_auth_ldap.xml.meta">
   
   <name>mod_auth_ldap</name>
  
  
  
  1.7.2.4   +17 -0     httpd-2.0/docs/manual/mod/Attic/mod_auth.xml
  
  Index: mod_auth.xml
  ===================================================================
  RCS file: /home/cvs/httpd-2.0/docs/manual/mod/Attic/mod_auth.xml,v
  retrieving revision 1.7.2.3
  retrieving revision 1.7.2.4
  diff -u -u -r1.7.2.3 -r1.7.2.4
  --- mod_auth.xml	15 Apr 2003 22:56:37 -0000	1.7.2.3
  +++ mod_auth.xml	8 Feb 2004 18:25:13 -0000	1.7.2.4
  @@ -1,6 +1,23 @@
   <?xml version="1.0"?>
   <!DOCTYPE modulesynopsis SYSTEM "../style/modulesynopsis.dtd">
   <?xml-stylesheet type="text/xsl" href="../style/manual.en.xsl"?>
  +
  +<!--
  + Copyright 2002-2004 Apache Software Foundation
  +
  + Licensed under the Apache License, Version 2.0 (the "License");
  + you may not use this file except in compliance with the License.
  + You may obtain a copy of the License at
  +
  +     http://www.apache.org/licenses/LICENSE-2.0
  +
  + Unless required by applicable law or agreed to in writing, software
  + distributed under the License is distributed on an "AS IS" BASIS,
  + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  + See the License for the specific language governing permissions and
  + limitations under the License.
  +-->
  +
   <modulesynopsis metafile="mod_auth.xml.meta">
   
   <name>mod_auth</name>
  
  
  
  1.12.2.6  +17 -0     httpd-2.0/docs/manual/mod/mod_autoindex.xml
  
  Index: mod_autoindex.xml
  ===================================================================
  RCS file: /home/cvs/httpd-2.0/docs/manual/mod/mod_autoindex.xml,v
  retrieving revision 1.12.2.5
  retrieving revision 1.12.2.6
  diff -u -u -r1.12.2.5 -r1.12.2.6
  --- mod_autoindex.xml	12 Jan 2004 19:26:48 -0000	1.12.2.5
  +++ mod_autoindex.xml	8 Feb 2004 18:25:13 -0000	1.12.2.6
  @@ -1,6 +1,23 @@
   <?xml version="1.0"?>
   <!DOCTYPE modulesynopsis SYSTEM "../style/modulesynopsis.dtd">
   <?xml-stylesheet type="text/xsl" href="../style/manual.en.xsl"?>
  +
  +<!--
  + Copyright 2002-2004 Apache Software Foundation
  +
  + Licensed under the Apache License, Version 2.0 (the "License");
  + you may not use this file except in compliance with the License.
  + You may obtain a copy of the License at
  +
  +     http://www.apache.org/licenses/LICENSE-2.0
  +
  + Unless required by applicable law or agreed to in writing, software
  + distributed under the License is distributed on an "AS IS" BASIS,
  + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  + See the License for the specific language governing permissions and
  + limitations under the License.
  +-->
  +
   <modulesynopsis metafile="mod_autoindex.xml.meta">
   <name>mod_autoindex</name>
   
  
  
  
  1.12.2.3  +17 -0     httpd-2.0/docs/manual/mod/mod_cache.xml
  
  Index: mod_cache.xml
  ===================================================================
  RCS file: /home/cvs/httpd-2.0/docs/manual/mod/mod_cache.xml,v
  retrieving revision 1.12.2.2
  retrieving revision 1.12.2.3
  diff -u -u -r1.12.2.2 -r1.12.2.3
  --- mod_cache.xml	15 Apr 2003 22:56:37 -0000	1.12.2.2
  +++ mod_cache.xml	8 Feb 2004 18:25:13 -0000	1.12.2.3
  @@ -1,6 +1,23 @@
   <?xml version="1.0"?>
   <!DOCTYPE modulesynopsis SYSTEM "../style/modulesynopsis.dtd">
   <?xml-stylesheet type="text/xsl" href="../style/manual.en.xsl"?>
  +
  +<!--
  + Copyright 2002-2004 Apache Software Foundation
  +
  + Licensed under the Apache License, Version 2.0 (the "License");
  + you may not use this file except in compliance with the License.
  + You may obtain a copy of the License at
  +
  +     http://www.apache.org/licenses/LICENSE-2.0
  +
  + Unless required by applicable law or agreed to in writing, software
  + distributed under the License is distributed on an "AS IS" BASIS,
  + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  + See the License for the specific language governing permissions and
  + limitations under the License.
  +-->
  +
   <modulesynopsis metafile="mod_cache.xml.meta">
   
   <name>mod_cache</name>
  
  
  
  1.8.2.2   +17 -0     httpd-2.0/docs/manual/mod/mod_cern_meta.xml
  
  Index: mod_cern_meta.xml
  ===================================================================
  RCS file: /home/cvs/httpd-2.0/docs/manual/mod/mod_cern_meta.xml,v
  retrieving revision 1.8.2.1
  retrieving revision 1.8.2.2
  diff -u -u -r1.8.2.1 -r1.8.2.2
  --- mod_cern_meta.xml	15 Apr 2003 22:56:37 -0000	1.8.2.1
  +++ mod_cern_meta.xml	8 Feb 2004 18:25:13 -0000	1.8.2.2
  @@ -1,6 +1,23 @@
   <?xml version="1.0"?>
   <!DOCTYPE modulesynopsis SYSTEM "../style/modulesynopsis.dtd">
   <?xml-stylesheet type="text/xsl" href="../style/manual.en.xsl"?>
  +
  +<!--
  + Copyright 2002-2004 Apache Software Foundation
  +
  + Licensed under the Apache License, Version 2.0 (the "License");
  + you may not use this file except in compliance with the License.
  + You may obtain a copy of the License at
  +
  +     http://www.apache.org/licenses/LICENSE-2.0
  +
  + Unless required by applicable law or agreed to in writing, software
  + distributed under the License is distributed on an "AS IS" BASIS,
  + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  + See the License for the specific language governing permissions and
  + limitations under the License.
  +-->
  +
   <modulesynopsis metafile="mod_cern_meta.xml.meta">
   
   <name>mod_cern_meta</name>
  
  
  
  1.7.2.2   +17 -0     httpd-2.0/docs/manual/mod/mod_cgid.xml
  
  Index: mod_cgid.xml
  ===================================================================
  RCS file: /home/cvs/httpd-2.0/docs/manual/mod/mod_cgid.xml,v
  retrieving revision 1.7.2.1
  retrieving revision 1.7.2.2
  diff -u -u -r1.7.2.1 -r1.7.2.2
  --- mod_cgid.xml	15 Apr 2003 22:56:37 -0000	1.7.2.1
  +++ mod_cgid.xml	8 Feb 2004 18:25:13 -0000	1.7.2.2
  @@ -1,6 +1,23 @@
   <?xml version="1.0"?>
   <!DOCTYPE modulesynopsis SYSTEM "../style/modulesynopsis.dtd">
   <?xml-stylesheet type="text/xsl" href="../style/manual.en.xsl"?>
  +
  +<!--
  + Copyright 2002-2004 Apache Software Foundation
  +
  + Licensed under the Apache License, Version 2.0 (the "License");
  + you may not use this file except in compliance with the License.
  + You may obtain a copy of the License at
  +
  +     http://www.apache.org/licenses/LICENSE-2.0
  +
  + Unless required by applicable law or agreed to in writing, software
  + distributed under the License is distributed on an "AS IS" BASIS,
  + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  + See the License for the specific language governing permissions and
  + limitations under the License.
  +-->
  +
   <modulesynopsis metafile="mod_cgid.xml.meta">
   
   <name>mod_cgid</name>
  
  
  
  1.8.2.2   +17 -0     httpd-2.0/docs/manual/mod/mod_cgi.xml
  
  Index: mod_cgi.xml
  ===================================================================
  RCS file: /home/cvs/httpd-2.0/docs/manual/mod/mod_cgi.xml,v
  retrieving revision 1.8.2.1
  retrieving revision 1.8.2.2
  diff -u -u -r1.8.2.1 -r1.8.2.2
  --- mod_cgi.xml	15 Apr 2003 22:56:37 -0000	1.8.2.1
  +++ mod_cgi.xml	8 Feb 2004 18:25:13 -0000	1.8.2.2
  @@ -1,6 +1,23 @@
   <?xml version="1.0"?>
   <!DOCTYPE modulesynopsis SYSTEM "../style/modulesynopsis.dtd">
   <?xml-stylesheet type="text/xsl" href="../style/manual.en.xsl"?>
  +
  +<!--
  + Copyright 2002-2004 Apache Software Foundation
  +
  + Licensed under the Apache License, Version 2.0 (the "License");
  + you may not use this file except in compliance with the License.
  + You may obtain a copy of the License at
  +
  +     http://www.apache.org/licenses/LICENSE-2.0
  +
  + Unless required by applicable law or agreed to in writing, software
  + distributed under the License is distributed on an "AS IS" BASIS,
  + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  + See the License for the specific language governing permissions and
  + limitations under the License.
  +-->
  +
   <modulesynopsis metafile="mod_cgi.xml.meta">
   
   <name>mod_cgi</name>
  
  
  
  1.6.2.2   +17 -0     httpd-2.0/docs/manual/mod/mod_charset_lite.xml
  
  Index: mod_charset_lite.xml
  ===================================================================
  RCS file: /home/cvs/httpd-2.0/docs/manual/mod/mod_charset_lite.xml,v
  retrieving revision 1.6.2.1
  retrieving revision 1.6.2.2
  diff -u -u -r1.6.2.1 -r1.6.2.2
  --- mod_charset_lite.xml	15 Apr 2003 22:56:37 -0000	1.6.2.1
  +++ mod_charset_lite.xml	8 Feb 2004 18:25:13 -0000	1.6.2.2
  @@ -1,6 +1,23 @@
   <?xml version="1.0"?>
   <!DOCTYPE modulesynopsis SYSTEM "../style/modulesynopsis.dtd">
   <?xml-stylesheet type="text/xsl" href="../style/manual.en.xsl"?>
  +
  +<!--
  + Copyright 2002-2004 Apache Software Foundation
  +
  + Licensed under the Apache License, Version 2.0 (the "License");
  + you may not use this file except in compliance with the License.
  + You may obtain a copy of the License at
  +
  +     http://www.apache.org/licenses/LICENSE-2.0
  +
  + Unless required by applicable law or agreed to in writing, software
  + distributed under the License is distributed on an "AS IS" BASIS,
  + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  + See the License for the specific language governing permissions and
  + limitations under the License.
  +-->
  +
   <modulesynopsis metafile="mod_charset_lite.xml.meta">
   
   <name>mod_charset_lite</name>
  
  
  
  1.1.2.3   +17 -0     httpd-2.0/docs/manual/mod/mod_dav_fs.xml
  
  Index: mod_dav_fs.xml
  ===================================================================
  RCS file: /home/cvs/httpd-2.0/docs/manual/mod/mod_dav_fs.xml,v
  retrieving revision 1.1.2.2
  retrieving revision 1.1.2.3
  diff -u -u -r1.1.2.2 -r1.1.2.3
  --- mod_dav_fs.xml	21 Apr 2003 20:56:33 -0000	1.1.2.2
  +++ mod_dav_fs.xml	8 Feb 2004 18:25:13 -0000	1.1.2.3
  @@ -1,6 +1,23 @@
   <?xml version="1.0"?>
   <!DOCTYPE modulesynopsis SYSTEM "../style/modulesynopsis.dtd">
   <?xml-stylesheet type="text/xsl" href="../style/manual.en.xsl"?>
  +
  +<!--
  + Copyright 2002-2004 Apache Software Foundation
  +
  + Licensed under the Apache License, Version 2.0 (the "License");
  + you may not use this file except in compliance with the License.
  + You may obtain a copy of the License at
  +
  +     http://www.apache.org/licenses/LICENSE-2.0
  +
  + Unless required by applicable law or agreed to in writing, software
  + distributed under the License is distributed on an "AS IS" BASIS,
  + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  + See the License for the specific language governing permissions and
  + limitations under the License.
  +-->
  +
   <modulesynopsis metafile="mod_dav_fs.xml.meta">
   
   <name>mod_dav_fs</name> 
  
  
  
  1.5.2.4   +17 -0     httpd-2.0/docs/manual/mod/mod_dav.xml
  
  Index: mod_dav.xml
  ===================================================================
  RCS file: /home/cvs/httpd-2.0/docs/manual/mod/mod_dav.xml,v
  retrieving revision 1.5.2.3
  retrieving revision 1.5.2.4
  diff -u -u -r1.5.2.3 -r1.5.2.4
  --- mod_dav.xml	21 Apr 2003 20:56:33 -0000	1.5.2.3
  +++ mod_dav.xml	8 Feb 2004 18:25:13 -0000	1.5.2.4
  @@ -1,6 +1,23 @@
   <?xml version="1.0"?>
   <!DOCTYPE modulesynopsis SYSTEM "../style/modulesynopsis.dtd">
   <?xml-stylesheet type="text/xsl" href="../style/manual.en.xsl"?>
  +
  +<!--
  + Copyright 2002-2004 Apache Software Foundation
  +
  + Licensed under the Apache License, Version 2.0 (the "License");
  + you may not use this file except in compliance with the License.
  + You may obtain a copy of the License at
  +
  +     http://www.apache.org/licenses/LICENSE-2.0
  +
  + Unless required by applicable law or agreed to in writing, software
  + distributed under the License is distributed on an "AS IS" BASIS,
  + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  + See the License for the specific language governing permissions and
  + limitations under the License.
  +-->
  +
   <modulesynopsis metafile="mod_dav.xml.meta">
   
   <name>mod_dav</name> 
  
  
  
  1.12.2.6  +17 -0     httpd-2.0/docs/manual/mod/mod_deflate.xml
  
  Index: mod_deflate.xml
  ===================================================================
  RCS file: /home/cvs/httpd-2.0/docs/manual/mod/mod_deflate.xml,v
  retrieving revision 1.12.2.5
  retrieving revision 1.12.2.6
  diff -u -u -r1.12.2.5 -r1.12.2.6
  --- mod_deflate.xml	2 Nov 2003 00:55:14 -0000	1.12.2.5
  +++ mod_deflate.xml	8 Feb 2004 18:25:13 -0000	1.12.2.6
  @@ -1,6 +1,23 @@
   <?xml version="1.0"?>
   <!DOCTYPE modulesynopsis SYSTEM "../style/modulesynopsis.dtd">
   <?xml-stylesheet type="text/xsl" href="../style/manual.en.xsl"?>
  +
  +<!--
  + Copyright 2002-2004 Apache Software Foundation
  +
  + Licensed under the Apache License, Version 2.0 (the "License");
  + you may not use this file except in compliance with the License.
  + You may obtain a copy of the License at
  +
  +     http://www.apache.org/licenses/LICENSE-2.0
  +
  + Unless required by applicable law or agreed to in writing, software
  + distributed under the License is distributed on an "AS IS" BASIS,
  + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  + See the License for the specific language governing permissions and
  + limitations under the License.
  +-->
  +
   <modulesynopsis metafile="mod_deflate.xml.meta">
   
   <name>mod_deflate</name>
  
  
  
  1.4.2.2   +17 -0     httpd-2.0/docs/manual/mod/mod_dir.xml
  
  Index: mod_dir.xml
  ===================================================================
  RCS file: /home/cvs/httpd-2.0/docs/manual/mod/mod_dir.xml,v
  retrieving revision 1.4.2.1
  retrieving revision 1.4.2.2
  diff -u -u -r1.4.2.1 -r1.4.2.2
  --- mod_dir.xml	15 Apr 2003 22:56:37 -0000	1.4.2.1
  +++ mod_dir.xml	8 Feb 2004 18:25:13 -0000	1.4.2.2
  @@ -1,6 +1,23 @@
   <?xml version="1.0"?>
   <!DOCTYPE modulesynopsis SYSTEM "../style/modulesynopsis.dtd">
   <?xml-stylesheet type="text/xsl" href="../style/manual.en.xsl"?>
  +
  +<!--
  + Copyright 2002-2004 Apache Software Foundation
  +
  + Licensed under the Apache License, Version 2.0 (the "License");
  + you may not use this file except in compliance with the License.
  + You may obtain a copy of the License at
  +
  +     http://www.apache.org/licenses/LICENSE-2.0
  +
  + Unless required by applicable law or agreed to in writing, software
  + distributed under the License is distributed on an "AS IS" BASIS,
  + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  + See the License for the specific language governing permissions and
  + limitations under the License.
  +-->
  +
   <modulesynopsis metafile="mod_dir.xml.meta">
   <name>mod_dir</name>
   <description>Provides for "trailing slash" redirects and
  
  
  
  1.5.2.3   +17 -0     httpd-2.0/docs/manual/mod/mod_disk_cache.xml
  
  Index: mod_disk_cache.xml
  ===================================================================
  RCS file: /home/cvs/httpd-2.0/docs/manual/mod/mod_disk_cache.xml,v
  retrieving revision 1.5.2.2
  retrieving revision 1.5.2.3
  diff -u -u -r1.5.2.2 -r1.5.2.3
  --- mod_disk_cache.xml	15 Apr 2003 22:56:37 -0000	1.5.2.2
  +++ mod_disk_cache.xml	8 Feb 2004 18:25:13 -0000	1.5.2.3
  @@ -1,6 +1,23 @@
   <?xml version="1.0"?>
   <!DOCTYPE modulesynopsis SYSTEM "../style/modulesynopsis.dtd">
   <?xml-stylesheet type="text/xsl" href="../style/manual.en.xsl"?>
  +
  +<!--
  + Copyright 2002-2004 Apache Software Foundation
  +
  + Licensed under the Apache License, Version 2.0 (the "License");
  + you may not use this file except in compliance with the License.
  + You may obtain a copy of the License at
  +
  +     http://www.apache.org/licenses/LICENSE-2.0
  +
  + Unless required by applicable law or agreed to in writing, software
  + distributed under the License is distributed on an "AS IS" BASIS,
  + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  + See the License for the specific language governing permissions and
  + limitations under the License.
  +-->
  +
   <modulesynopsis metafile="mod_disk_cache.xml.meta">
   
   <name>mod_disk_cache</name>
  
  
  
  1.3.2.2   +17 -0     httpd-2.0/docs/manual/mod/mod_echo.xml
  
  Index: mod_echo.xml
  ===================================================================
  RCS file: /home/cvs/httpd-2.0/docs/manual/mod/mod_echo.xml,v
  retrieving revision 1.3.2.1
  retrieving revision 1.3.2.2
  diff -u -u -r1.3.2.1 -r1.3.2.2
  --- mod_echo.xml	15 Apr 2003 22:56:37 -0000	1.3.2.1
  +++ mod_echo.xml	8 Feb 2004 18:25:13 -0000	1.3.2.2
  @@ -1,6 +1,23 @@
   <?xml version="1.0"?>
   <!DOCTYPE modulesynopsis SYSTEM "../style/modulesynopsis.dtd">
   <?xml-stylesheet type="text/xsl" href="../style/manual.en.xsl"?>
  +
  +<!--
  + Copyright 2002-2004 Apache Software Foundation
  +
  + Licensed under the Apache License, Version 2.0 (the "License");
  + you may not use this file except in compliance with the License.
  + You may obtain a copy of the License at
  +
  +     http://www.apache.org/licenses/LICENSE-2.0
  +
  + Unless required by applicable law or agreed to in writing, software
  + distributed under the License is distributed on an "AS IS" BASIS,
  + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  + See the License for the specific language governing permissions and
  + limitations under the License.
  +-->
  +
   <modulesynopsis metafile="mod_echo.xml.meta">
   
   <name>mod_echo</name>
  
  
  
  1.4.2.2   +17 -0     httpd-2.0/docs/manual/mod/mod_env.xml
  
  Index: mod_env.xml
  ===================================================================
  RCS file: /home/cvs/httpd-2.0/docs/manual/mod/mod_env.xml,v
  retrieving revision 1.4.2.1
  retrieving revision 1.4.2.2
  diff -u -u -r1.4.2.1 -r1.4.2.2
  --- mod_env.xml	15 Apr 2003 22:56:37 -0000	1.4.2.1
  +++ mod_env.xml	8 Feb 2004 18:25:13 -0000	1.4.2.2
  @@ -1,6 +1,23 @@
   <?xml version="1.0"?>
   <!DOCTYPE modulesynopsis SYSTEM "../style/modulesynopsis.dtd">
   <?xml-stylesheet type="text/xsl" href="../style/manual.en.xsl"?>
  +
  +<!--
  + Copyright 2002-2004 Apache Software Foundation
  +
  + Licensed under the Apache License, Version 2.0 (the "License");
  + you may not use this file except in compliance with the License.
  + You may obtain a copy of the License at
  +
  +     http://www.apache.org/licenses/LICENSE-2.0
  +
  + Unless required by applicable law or agreed to in writing, software
  + distributed under the License is distributed on an "AS IS" BASIS,
  + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  + See the License for the specific language governing permissions and
  + limitations under the License.
  +-->
  +
   <modulesynopsis metafile="mod_env.xml.meta">
   
   <name>mod_env</name>
  
  
  
  1.2.2.3   +17 -0     httpd-2.0/docs/manual/mod/mod_example.xml
  
  Index: mod_example.xml
  ===================================================================
  RCS file: /home/cvs/httpd-2.0/docs/manual/mod/mod_example.xml,v
  retrieving revision 1.2.2.2
  retrieving revision 1.2.2.3
  diff -u -u -r1.2.2.2 -r1.2.2.3
  --- mod_example.xml	18 Apr 2003 02:49:22 -0000	1.2.2.2
  +++ mod_example.xml	8 Feb 2004 18:25:13 -0000	1.2.2.3
  @@ -1,6 +1,23 @@
   <?xml version="1.0"?>
   <!DOCTYPE modulesynopsis SYSTEM "../style/modulesynopsis.dtd">
   <?xml-stylesheet type="text/xsl" href="../style/manual.en.xsl"?>
  +
  +<!--
  + Copyright 2002-2004 Apache Software Foundation
  +
  + Licensed under the Apache License, Version 2.0 (the "License");
  + you may not use this file except in compliance with the License.
  + You may obtain a copy of the License at
  +
  +     http://www.apache.org/licenses/LICENSE-2.0
  +
  + Unless required by applicable law or agreed to in writing, software
  + distributed under the License is distributed on an "AS IS" BASIS,
  + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  + See the License for the specific language governing permissions and
  + limitations under the License.
  +-->
  +
   <modulesynopsis metafile="mod_example.xml.meta">
   
   <name>mod_example</name>
  
  
  
  1.3.2.2   +17 -0     httpd-2.0/docs/manual/mod/mod_expires.xml
  
  Index: mod_expires.xml
  ===================================================================
  RCS file: /home/cvs/httpd-2.0/docs/manual/mod/mod_expires.xml,v
  retrieving revision 1.3.2.1
  retrieving revision 1.3.2.2
  diff -u -u -r1.3.2.1 -r1.3.2.2
  --- mod_expires.xml	15 Apr 2003 22:56:37 -0000	1.3.2.1
  +++ mod_expires.xml	8 Feb 2004 18:25:13 -0000	1.3.2.2
  @@ -1,6 +1,23 @@
   <?xml version="1.0"?>
   <!DOCTYPE modulesynopsis SYSTEM "../style/modulesynopsis.dtd">
   <?xml-stylesheet type="text/xsl" href="../style/manual.en.xsl"?>
  +
  +<!--
  + Copyright 2002-2004 Apache Software Foundation
  +
  + Licensed under the Apache License, Version 2.0 (the "License");
  + you may not use this file except in compliance with the License.
  + You may obtain a copy of the License at
  +
  +     http://www.apache.org/licenses/LICENSE-2.0
  +
  + Unless required by applicable law or agreed to in writing, software
  + distributed under the License is distributed on an "AS IS" BASIS,
  + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  + See the License for the specific language governing permissions and
  + limitations under the License.
  +-->
  +
   <modulesynopsis metafile="mod_expires.xml.meta">
   
   <name>mod_expires</name>
  
  
  
  1.11.2.2  +17 -0     httpd-2.0/docs/manual/mod/mod_ext_filter.xml
  
  Index: mod_ext_filter.xml
  ===================================================================
  RCS file: /home/cvs/httpd-2.0/docs/manual/mod/mod_ext_filter.xml,v
  retrieving revision 1.11.2.1
  retrieving revision 1.11.2.2
  diff -u -u -r1.11.2.1 -r1.11.2.2
  --- mod_ext_filter.xml	15 Apr 2003 22:56:37 -0000	1.11.2.1
  +++ mod_ext_filter.xml	8 Feb 2004 18:25:13 -0000	1.11.2.2
  @@ -1,6 +1,23 @@
   <?xml version="1.0"?>
   <!DOCTYPE modulesynopsis SYSTEM "../style/modulesynopsis.dtd">
   <?xml-stylesheet type="text/xsl" href="../style/manual.en.xsl"?>
  +
  +<!--
  + Copyright 2002-2004 Apache Software Foundation
  +
  + Licensed under the Apache License, Version 2.0 (the "License");
  + you may not use this file except in compliance with the License.
  + You may obtain a copy of the License at
  +
  +     http://www.apache.org/licenses/LICENSE-2.0
  +
  + Unless required by applicable law or agreed to in writing, software
  + distributed under the License is distributed on an "AS IS" BASIS,
  + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  + See the License for the specific language governing permissions and
  + limitations under the License.
  +-->
  +
   <modulesynopsis metafile="mod_ext_filter.xml.meta">
   
   <name>mod_ext_filter</name>
  
  
  
  1.3.2.2   +17 -0     httpd-2.0/docs/manual/mod/mod_file_cache.xml
  
  Index: mod_file_cache.xml
  ===================================================================
  RCS file: /home/cvs/httpd-2.0/docs/manual/mod/mod_file_cache.xml,v
  retrieving revision 1.3.2.1
  retrieving revision 1.3.2.2
  diff -u -u -r1.3.2.1 -r1.3.2.2
  --- mod_file_cache.xml	15 Apr 2003 22:56:38 -0000	1.3.2.1
  +++ mod_file_cache.xml	8 Feb 2004 18:25:13 -0000	1.3.2.2
  @@ -1,6 +1,23 @@
   <?xml version="1.0"?>
   <!DOCTYPE modulesynopsis SYSTEM "../style/modulesynopsis.dtd">
   <?xml-stylesheet type="text/xsl" href="../style/manual.en.xsl"?>
  +
  +<!--
  + Copyright 2002-2004 Apache Software Foundation
  +
  + Licensed under the Apache License, Version 2.0 (the "License");
  + you may not use this file except in compliance with the License.
  + You may obtain a copy of the License at
  +
  +     http://www.apache.org/licenses/LICENSE-2.0
  +
  + Unless required by applicable law or agreed to in writing, software
  + distributed under the License is distributed on an "AS IS" BASIS,
  + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  + See the License for the specific language governing permissions and
  + limitations under the License.
  +-->
  +
   <modulesynopsis metafile="mod_file_cache.xml.meta">
   
   <name>mod_file_cache</name>
  
  
  
  1.5.2.2   +17 -0     httpd-2.0/docs/manual/mod/mod_headers.xml
  
  Index: mod_headers.xml
  ===================================================================
  RCS file: /home/cvs/httpd-2.0/docs/manual/mod/mod_headers.xml,v
  retrieving revision 1.5.2.1
  retrieving revision 1.5.2.2
  diff -u -u -r1.5.2.1 -r1.5.2.2
  --- mod_headers.xml	15 Apr 2003 22:56:38 -0000	1.5.2.1
  +++ mod_headers.xml	8 Feb 2004 18:25:13 -0000	1.5.2.2
  @@ -1,6 +1,23 @@
   <?xml version="1.0"?>
   <!DOCTYPE modulesynopsis SYSTEM "../style/modulesynopsis.dtd">
   <?xml-stylesheet type="text/xsl" href="../style/manual.en.xsl"?>
  +
  +<!--
  + Copyright 2002-2004 Apache Software Foundation
  +
  + Licensed under the Apache License, Version 2.0 (the "License");
  + you may not use this file except in compliance with the License.
  + You may obtain a copy of the License at
  +
  +     http://www.apache.org/licenses/LICENSE-2.0
  +
  + Unless required by applicable law or agreed to in writing, software
  + distributed under the License is distributed on an "AS IS" BASIS,
  + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  + See the License for the specific language governing permissions and
  + limitations under the License.
  +-->
  +
   <modulesynopsis metafile="mod_headers.xml.meta">
   
   <name>mod_headers</name>
  
  
  
  1.3.2.3   +17 -0     httpd-2.0/docs/manual/mod/mod_imap.xml
  
  Index: mod_imap.xml
  ===================================================================
  RCS file: /home/cvs/httpd-2.0/docs/manual/mod/mod_imap.xml,v
  retrieving revision 1.3.2.2
  retrieving revision 1.3.2.3
  diff -u -u -r1.3.2.2 -r1.3.2.3
  --- mod_imap.xml	13 May 2003 02:19:28 -0000	1.3.2.2
  +++ mod_imap.xml	8 Feb 2004 18:25:13 -0000	1.3.2.3
  @@ -1,6 +1,23 @@
   <?xml version="1.0"?>
   <!DOCTYPE modulesynopsis SYSTEM "../style/modulesynopsis.dtd">
   <?xml-stylesheet type="text/xsl" href="../style/manual.en.xsl"?>
  +
  +<!--
  + Copyright 2002-2004 Apache Software Foundation
  +
  + Licensed under the Apache License, Version 2.0 (the "License");
  + you may not use this file except in compliance with the License.
  + You may obtain a copy of the License at
  +
  +     http://www.apache.org/licenses/LICENSE-2.0
  +
  + Unless required by applicable law or agreed to in writing, software
  + distributed under the License is distributed on an "AS IS" BASIS,
  + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  + See the License for the specific language governing permissions and
  + limitations under the License.
  +-->
  +
   <modulesynopsis metafile="mod_imap.xml.meta">
   
   <name>mod_imap</name>
  
  
  
  1.18.2.5  +17 -0     httpd-2.0/docs/manual/mod/mod_include.xml
  
  Index: mod_include.xml
  ===================================================================
  RCS file: /home/cvs/httpd-2.0/docs/manual/mod/mod_include.xml,v
  retrieving revision 1.18.2.4
  retrieving revision 1.18.2.5
  diff -u -u -r1.18.2.4 -r1.18.2.5
  --- mod_include.xml	3 Jan 2004 13:41:51 -0000	1.18.2.4
  +++ mod_include.xml	8 Feb 2004 18:25:13 -0000	1.18.2.5
  @@ -1,6 +1,23 @@
   <?xml version="1.0"?>
   <!DOCTYPE modulesynopsis SYSTEM "../style/modulesynopsis.dtd">
   <?xml-stylesheet type="text/xsl" href="../style/manual.en.xsl"?>
  +
  +<!--
  + Copyright 2002-2004 Apache Software Foundation
  +
  + Licensed under the Apache License, Version 2.0 (the "License");
  + you may not use this file except in compliance with the License.
  + You may obtain a copy of the License at
  +
  +     http://www.apache.org/licenses/LICENSE-2.0
  +
  + Unless required by applicable law or agreed to in writing, software
  + distributed under the License is distributed on an "AS IS" BASIS,
  + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  + See the License for the specific language governing permissions and
  + limitations under the License.
  +-->
  +
   <modulesynopsis metafile="mod_include.xml.meta">
   
   <name>mod_include</name>
  
  
  
  1.10.2.3  +17 -0     httpd-2.0/docs/manual/mod/mod_info.xml
  
  Index: mod_info.xml
  ===================================================================
  RCS file: /home/cvs/httpd-2.0/docs/manual/mod/mod_info.xml,v
  retrieving revision 1.10.2.2
  retrieving revision 1.10.2.3
  diff -u -u -r1.10.2.2 -r1.10.2.3
  --- mod_info.xml	15 Apr 2003 22:56:38 -0000	1.10.2.2
  +++ mod_info.xml	8 Feb 2004 18:25:13 -0000	1.10.2.3
  @@ -1,6 +1,23 @@
   <?xml version="1.0"?>
   <!DOCTYPE modulesynopsis SYSTEM "../style/modulesynopsis.dtd">
   <?xml-stylesheet type="text/xsl" href="../style/manual.en.xsl"?>
  +
  +<!--
  + Copyright 2002-2004 Apache Software Foundation
  +
  + Licensed under the Apache License, Version 2.0 (the "License");
  + you may not use this file except in compliance with the License.
  + You may obtain a copy of the License at
  +
  +     http://www.apache.org/licenses/LICENSE-2.0
  +
  + Unless required by applicable law or agreed to in writing, software
  + distributed under the License is distributed on an "AS IS" BASIS,
  + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  + See the License for the specific language governing permissions and
  + limitations under the License.
  +-->
  +
   <modulesynopsis metafile="mod_info.xml.meta">
   
   <name>mod_info</name>
  
  
  
  1.5.2.2   +17 -0     httpd-2.0/docs/manual/mod/mod_isapi.xml
  
  Index: mod_isapi.xml
  ===================================================================
  RCS file: /home/cvs/httpd-2.0/docs/manual/mod/mod_isapi.xml,v
  retrieving revision 1.5.2.1
  retrieving revision 1.5.2.2
  diff -u -u -r1.5.2.1 -r1.5.2.2
  --- mod_isapi.xml	15 Apr 2003 22:56:38 -0000	1.5.2.1
  +++ mod_isapi.xml	8 Feb 2004 18:25:13 -0000	1.5.2.2
  @@ -1,6 +1,23 @@
   <?xml version="1.0"?>
   <!DOCTYPE modulesynopsis SYSTEM "../style/modulesynopsis.dtd">
   <?xml-stylesheet type="text/xsl" href="../style/manual.en.xsl"?>
  +
  +<!--
  + Copyright 2002-2004 Apache Software Foundation
  +
  + Licensed under the Apache License, Version 2.0 (the "License");
  + you may not use this file except in compliance with the License.
  + You may obtain a copy of the License at
  +
  +     http://www.apache.org/licenses/LICENSE-2.0
  +
  + Unless required by applicable law or agreed to in writing, software
  + distributed under the License is distributed on an "AS IS" BASIS,
  + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  + See the License for the specific language governing permissions and
  + limitations under the License.
  +-->
  +
   <modulesynopsis metafile="mod_isapi.xml.meta">
   
   <name>mod_isapi</name>
  
  
  
  1.3.2.3   +17 -0     httpd-2.0/docs/manual/mod/mod_ldap.xml
  
  Index: mod_ldap.xml
  ===================================================================
  RCS file: /home/cvs/httpd-2.0/docs/manual/mod/mod_ldap.xml,v
  retrieving revision 1.3.2.2
  retrieving revision 1.3.2.3
  diff -u -u -r1.3.2.2 -r1.3.2.3
  --- mod_ldap.xml	15 Apr 2003 22:56:38 -0000	1.3.2.2
  +++ mod_ldap.xml	8 Feb 2004 18:25:13 -0000	1.3.2.3
  @@ -1,6 +1,23 @@
   <?xml version="1.0"?>
   <!DOCTYPE modulesynopsis SYSTEM "../style/modulesynopsis.dtd">
   <?xml-stylesheet type="text/xsl" href="../style/manual.en.xsl"?>
  +
  +<!--
  + Copyright 2002-2004 Apache Software Foundation
  +
  + Licensed under the Apache License, Version 2.0 (the "License");
  + you may not use this file except in compliance with the License.
  + You may obtain a copy of the License at
  +
  +     http://www.apache.org/licenses/LICENSE-2.0
  +
  + Unless required by applicable law or agreed to in writing, software
  + distributed under the License is distributed on an "AS IS" BASIS,
  + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  + See the License for the specific language governing permissions and
  + limitations under the License.
  +-->
  +
   <modulesynopsis metafile="mod_ldap.xml.meta">
   
   <name>mod_ldap</name>
  
  
  
  1.13.2.9  +17 -0     httpd-2.0/docs/manual/mod/mod_log_config.xml
  
  Index: mod_log_config.xml
  ===================================================================
  RCS file: /home/cvs/httpd-2.0/docs/manual/mod/mod_log_config.xml,v
  retrieving revision 1.13.2.8
  retrieving revision 1.13.2.9
  diff -u -u -r1.13.2.8 -r1.13.2.9
  --- mod_log_config.xml	30 Jun 2003 19:25:27 -0000	1.13.2.8
  +++ mod_log_config.xml	8 Feb 2004 18:25:13 -0000	1.13.2.9
  @@ -1,6 +1,23 @@
   <?xml version="1.0"?>
   <!DOCTYPE modulesynopsis SYSTEM "../style/modulesynopsis.dtd">
   <?xml-stylesheet type="text/xsl" href="../style/manual.en.xsl"?>
  +
  +<!--
  + Copyright 2002-2004 Apache Software Foundation
  +
  + Licensed under the Apache License, Version 2.0 (the "License");
  + you may not use this file except in compliance with the License.
  + You may obtain a copy of the License at
  +
  +     http://www.apache.org/licenses/LICENSE-2.0
  +
  + Unless required by applicable law or agreed to in writing, software
  + distributed under the License is distributed on an "AS IS" BASIS,
  + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  + See the License for the specific language governing permissions and
  + limitations under the License.
  +-->
  +
   <modulesynopsis metafile="mod_log_config.xml.meta">
   
   <name>mod_log_config</name>
  
  
  
  1.2.2.2   +17 -0     httpd-2.0/docs/manual/mod/mod_logio.xml
  
  Index: mod_logio.xml
  ===================================================================
  RCS file: /home/cvs/httpd-2.0/docs/manual/mod/mod_logio.xml,v
  retrieving revision 1.2.2.1
  retrieving revision 1.2.2.2
  diff -u -u -r1.2.2.1 -r1.2.2.2
  --- mod_logio.xml	15 Apr 2003 22:56:38 -0000	1.2.2.1
  +++ mod_logio.xml	8 Feb 2004 18:25:13 -0000	1.2.2.2
  @@ -1,6 +1,23 @@
   <?xml version="1.0"?>
   <!DOCTYPE modulesynopsis SYSTEM "../style/modulesynopsis.dtd">
   <?xml-stylesheet type="text/xsl" href="../style/manual.en.xsl"?>
  +
  +<!--
  + Copyright 2002-2004 Apache Software Foundation
  +
  + Licensed under the Apache License, Version 2.0 (the "License");
  + you may not use this file except in compliance with the License.
  + You may obtain a copy of the License at
  +
  +     http://www.apache.org/licenses/LICENSE-2.0
  +
  + Unless required by applicable law or agreed to in writing, software
  + distributed under the License is distributed on an "AS IS" BASIS,
  + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  + See the License for the specific language governing permissions and
  + limitations under the License.
  +-->
  +
   <modulesynopsis metafile="mod_logio.xml.meta">
   
   <name>mod_logio</name>
  
  
  
  1.3.2.4   +17 -0     httpd-2.0/docs/manual/mod/mod_mem_cache.xml
  
  Index: mod_mem_cache.xml
  ===================================================================
  RCS file: /home/cvs/httpd-2.0/docs/manual/mod/mod_mem_cache.xml,v
  retrieving revision 1.3.2.3
  retrieving revision 1.3.2.4
  diff -u -u -r1.3.2.3 -r1.3.2.4
  --- mod_mem_cache.xml	15 Apr 2003 22:56:38 -0000	1.3.2.3
  +++ mod_mem_cache.xml	8 Feb 2004 18:25:13 -0000	1.3.2.4
  @@ -1,6 +1,23 @@
   <?xml version="1.0"?>
   <!DOCTYPE modulesynopsis SYSTEM "../style/modulesynopsis.dtd">
   <?xml-stylesheet type="text/xsl" href="../style/manual.en.xsl"?>
  +
  +<!--
  + Copyright 2002-2004 Apache Software Foundation
  +
  + Licensed under the Apache License, Version 2.0 (the "License");
  + you may not use this file except in compliance with the License.
  + You may obtain a copy of the License at
  +
  +     http://www.apache.org/licenses/LICENSE-2.0
  +
  + Unless required by applicable law or agreed to in writing, software
  + distributed under the License is distributed on an "AS IS" BASIS,
  + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  + See the License for the specific language governing permissions and
  + limitations under the License.
  +-->
  +
   <modulesynopsis metafile="mod_mem_cache.xml.meta">
   
   <name>mod_mem_cache</name>
  
  
  
  1.4.2.3   +17 -0     httpd-2.0/docs/manual/mod/mod_mime_magic.xml
  
  Index: mod_mime_magic.xml
  ===================================================================
  RCS file: /home/cvs/httpd-2.0/docs/manual/mod/mod_mime_magic.xml,v
  retrieving revision 1.4.2.2
  retrieving revision 1.4.2.3
  diff -u -u -r1.4.2.2 -r1.4.2.3
  --- mod_mime_magic.xml	15 Apr 2003 22:56:38 -0000	1.4.2.2
  +++ mod_mime_magic.xml	8 Feb 2004 18:25:13 -0000	1.4.2.3
  @@ -1,6 +1,23 @@
   <?xml version="1.0"?>
   <!DOCTYPE modulesynopsis SYSTEM "../style/modulesynopsis.dtd">
   <?xml-stylesheet type="text/xsl" href="../style/manual.en.xsl"?>
  +
  +<!--
  + Copyright 2002-2004 Apache Software Foundation
  +
  + Licensed under the Apache License, Version 2.0 (the "License");
  + you may not use this file except in compliance with the License.
  + You may obtain a copy of the License at
  +
  +     http://www.apache.org/licenses/LICENSE-2.0
  +
  + Unless required by applicable law or agreed to in writing, software
  + distributed under the License is distributed on an "AS IS" BASIS,
  + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  + See the License for the specific language governing permissions and
  + limitations under the License.
  +-->
  +
   <modulesynopsis metafile="mod_mime_magic.xml.meta">
   
   <name>mod_mime_magic</name>
  
  
  
  1.18.2.5  +17 -0     httpd-2.0/docs/manual/mod/mod_mime.xml
  
  Index: mod_mime.xml
  ===================================================================
  RCS file: /home/cvs/httpd-2.0/docs/manual/mod/mod_mime.xml,v
  retrieving revision 1.18.2.4
  retrieving revision 1.18.2.5
  diff -u -u -r1.18.2.4 -r1.18.2.5
  --- mod_mime.xml	2 Nov 2003 12:59:48 -0000	1.18.2.4
  +++ mod_mime.xml	8 Feb 2004 18:25:13 -0000	1.18.2.5
  @@ -1,6 +1,23 @@
   <?xml version="1.0"?>
   <!DOCTYPE modulesynopsis SYSTEM "../style/modulesynopsis.dtd">
   <?xml-stylesheet type="text/xsl" href="../style/manual.en.xsl"?>
  +
  +<!--
  + Copyright 2002-2004 Apache Software Foundation
  +
  + Licensed under the Apache License, Version 2.0 (the "License");
  + you may not use this file except in compliance with the License.
  + You may obtain a copy of the License at
  +
  +     http://www.apache.org/licenses/LICENSE-2.0
  +
  + Unless required by applicable law or agreed to in writing, software
  + distributed under the License is distributed on an "AS IS" BASIS,
  + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  + See the License for the specific language governing permissions and
  + limitations under the License.
  +-->
  +
   <modulesynopsis metafile="mod_mime.xml.meta">
   
   <name>mod_mime</name>
  
  
  
  1.9.2.3   +17 -0     httpd-2.0/docs/manual/mod/mod_negotiation.xml
  
  Index: mod_negotiation.xml
  ===================================================================
  RCS file: /home/cvs/httpd-2.0/docs/manual/mod/mod_negotiation.xml,v
  retrieving revision 1.9.2.2
  retrieving revision 1.9.2.3
  diff -u -u -r1.9.2.2 -r1.9.2.3
  --- mod_negotiation.xml	15 Apr 2003 22:56:38 -0000	1.9.2.2
  +++ mod_negotiation.xml	8 Feb 2004 18:25:13 -0000	1.9.2.3
  @@ -1,6 +1,23 @@
   <?xml version="1.0"?>
   <!DOCTYPE modulesynopsis SYSTEM "../style/modulesynopsis.dtd">
   <?xml-stylesheet type="text/xsl" href="../style/manual.en.xsl"?>
  +
  +<!--
  + Copyright 2002-2004 Apache Software Foundation
  +
  + Licensed under the Apache License, Version 2.0 (the "License");
  + you may not use this file except in compliance with the License.
  + You may obtain a copy of the License at
  +
  +     http://www.apache.org/licenses/LICENSE-2.0
  +
  + Unless required by applicable law or agreed to in writing, software
  + distributed under the License is distributed on an "AS IS" BASIS,
  + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  + See the License for the specific language governing permissions and
  + limitations under the License.
  +-->
  +
   <modulesynopsis metafile="mod_negotiation.xml.meta">
   
   <name>mod_negotiation</name>
  
  
  
  1.1.2.4   +17 -0     httpd-2.0/docs/manual/mod/mod_nw_ssl.xml
  
  Index: mod_nw_ssl.xml
  ===================================================================
  RCS file: /home/cvs/httpd-2.0/docs/manual/mod/mod_nw_ssl.xml,v
  retrieving revision 1.1.2.3
  retrieving revision 1.1.2.4
  diff -u -u -r1.1.2.3 -r1.1.2.4
  --- mod_nw_ssl.xml	5 May 2003 01:53:12 -0000	1.1.2.3
  +++ mod_nw_ssl.xml	8 Feb 2004 18:25:13 -0000	1.1.2.4
  @@ -1,6 +1,23 @@
   <?xml version="1.0"?>
   <!DOCTYPE modulesynopsis SYSTEM "../style/modulesynopsis.dtd">
   <?xml-stylesheet type="text/xsl" href="../style/manual.en.xsl"?>
  +
  +<!--
  + Copyright 2003-2004 Apache Software Foundation
  +
  + Licensed under the Apache License, Version 2.0 (the "License");
  + you may not use this file except in compliance with the License.
  + You may obtain a copy of the License at
  +
  +     http://www.apache.org/licenses/LICENSE-2.0
  +
  + Unless required by applicable law or agreed to in writing, software
  + distributed under the License is distributed on an "AS IS" BASIS,
  + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  + See the License for the specific language governing permissions and
  + limitations under the License.
  +-->
  +
   <modulesynopsis metafile="mod_nw_ssl.xml.meta">
   
   <name>mod_nw_ssl</name>
  
  
  
  1.1.2.3   +17 -0     httpd-2.0/docs/manual/mod/mod_proxy_connect.xml
  
  Index: mod_proxy_connect.xml
  ===================================================================
  RCS file: /home/cvs/httpd-2.0/docs/manual/mod/mod_proxy_connect.xml,v
  retrieving revision 1.1.2.2
  retrieving revision 1.1.2.3
  diff -u -u -r1.1.2.2 -r1.1.2.3
  --- mod_proxy_connect.xml	15 Apr 2003 22:56:38 -0000	1.1.2.2
  +++ mod_proxy_connect.xml	8 Feb 2004 18:25:13 -0000	1.1.2.3
  @@ -1,6 +1,23 @@
   <?xml version="1.0"?>
   <!DOCTYPE modulesynopsis SYSTEM "../style/modulesynopsis.dtd">
   <?xml-stylesheet type="text/xsl" href="../style/manual.en.xsl"?>
  +
  +<!--
  + Copyright 2002-2004 Apache Software Foundation
  +
  + Licensed under the Apache License, Version 2.0 (the "License");
  + you may not use this file except in compliance with the License.
  + You may obtain a copy of the License at
  +
  +     http://www.apache.org/licenses/LICENSE-2.0
  +
  + Unless required by applicable law or agreed to in writing, software
  + distributed under the License is distributed on an "AS IS" BASIS,
  + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  + See the License for the specific language governing permissions and
  + limitations under the License.
  +-->
  +
   <modulesynopsis metafile="mod_proxy_connect.xml.meta">
   
   <name>mod_proxy_connect</name>
  
  
  
  1.1.2.3   +17 -0     httpd-2.0/docs/manual/mod/mod_proxy_ftp.xml
  
  Index: mod_proxy_ftp.xml
  ===================================================================
  RCS file: /home/cvs/httpd-2.0/docs/manual/mod/mod_proxy_ftp.xml,v
  retrieving revision 1.1.2.2
  retrieving revision 1.1.2.3
  diff -u -u -r1.1.2.2 -r1.1.2.3
  --- mod_proxy_ftp.xml	15 Apr 2003 22:56:38 -0000	1.1.2.2
  +++ mod_proxy_ftp.xml	8 Feb 2004 18:25:13 -0000	1.1.2.3
  @@ -1,6 +1,23 @@
   <?xml version="1.0"?>
   <!DOCTYPE modulesynopsis SYSTEM "../style/modulesynopsis.dtd">
   <?xml-stylesheet type="text/xsl" href="../style/manual.en.xsl"?>
  +
  +<!--
  + Copyright 2002-2004 Apache Software Foundation
  +
  + Licensed under the Apache License, Version 2.0 (the "License");
  + you may not use this file except in compliance with the License.
  + You may obtain a copy of the License at
  +
  +     http://www.apache.org/licenses/LICENSE-2.0
  +
  + Unless required by applicable law or agreed to in writing, software
  + distributed under the License is distributed on an "AS IS" BASIS,
  + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  + See the License for the specific language governing permissions and
  + limitations under the License.
  +-->
  +
   <modulesynopsis metafile="mod_proxy_ftp.xml.meta">
   
   <name>mod_proxy_ftp</name>
  
  
  
  1.1.2.3   +17 -0     httpd-2.0/docs/manual/mod/mod_proxy_http.xml
  
  Index: mod_proxy_http.xml
  ===================================================================
  RCS file: /home/cvs/httpd-2.0/docs/manual/mod/mod_proxy_http.xml,v
  retrieving revision 1.1.2.2
  retrieving revision 1.1.2.3
  diff -u -u -r1.1.2.2 -r1.1.2.3
  --- mod_proxy_http.xml	15 Apr 2003 22:56:38 -0000	1.1.2.2
  +++ mod_proxy_http.xml	8 Feb 2004 18:25:13 -0000	1.1.2.3
  @@ -1,6 +1,23 @@
   <?xml version="1.0"?>
   <!DOCTYPE modulesynopsis SYSTEM "../style/modulesynopsis.dtd">
   <?xml-stylesheet type="text/xsl" href="../style/manual.en.xsl"?>
  +
  +<!--
  + Copyright 2002-2004 Apache Software Foundation
  +
  + Licensed under the Apache License, Version 2.0 (the "License");
  + you may not use this file except in compliance with the License.
  + You may obtain a copy of the License at
  +
  +     http://www.apache.org/licenses/LICENSE-2.0
  +
  + Unless required by applicable law or agreed to in writing, software
  + distributed under the License is distributed on an "AS IS" BASIS,
  + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  + See the License for the specific language governing permissions and
  + limitations under the License.
  +-->
  +
   <modulesynopsis metafile="mod_proxy_http.xml.meta">
   
   <name>mod_proxy_http</name>
  
  
  
  1.12.2.12 +17 -0     httpd-2.0/docs/manual/mod/mod_proxy.xml
  
  Index: mod_proxy.xml
  ===================================================================
  RCS file: /home/cvs/httpd-2.0/docs/manual/mod/mod_proxy.xml,v
  retrieving revision 1.12.2.11
  retrieving revision 1.12.2.12
  diff -u -u -r1.12.2.11 -r1.12.2.12
  --- mod_proxy.xml	28 Jul 2003 15:56:55 -0000	1.12.2.11
  +++ mod_proxy.xml	8 Feb 2004 18:25:13 -0000	1.12.2.12
  @@ -1,6 +1,23 @@
   <?xml version="1.0"?>
   <!DOCTYPE modulesynopsis SYSTEM "../style/modulesynopsis.dtd">
   <?xml-stylesheet type="text/xsl" href="../style/manual.en.xsl"?>
  +
  +<!--
  + Copyright 2002-2004 Apache Software Foundation
  +
  + Licensed under the Apache License, Version 2.0 (the "License");
  + you may not use this file except in compliance with the License.
  + You may obtain a copy of the License at
  +
  +     http://www.apache.org/licenses/LICENSE-2.0
  +
  + Unless required by applicable law or agreed to in writing, software
  + distributed under the License is distributed on an "AS IS" BASIS,
  + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  + See the License for the specific language governing permissions and
  + limitations under the License.
  +-->
  +
   <modulesynopsis metafile="mod_proxy.xml.meta">
   
   <name>mod_proxy</name>
  
  
  
  1.11.2.6  +17 -0     httpd-2.0/docs/manual/mod/mod_rewrite.xml
  
  Index: mod_rewrite.xml
  ===================================================================
  RCS file: /home/cvs/httpd-2.0/docs/manual/mod/mod_rewrite.xml,v
  retrieving revision 1.11.2.5
  retrieving revision 1.11.2.6
  diff -u -u -r1.11.2.5 -r1.11.2.6
  --- mod_rewrite.xml	13 Jan 2004 02:22:06 -0000	1.11.2.5
  +++ mod_rewrite.xml	8 Feb 2004 18:25:13 -0000	1.11.2.6
  @@ -1,6 +1,23 @@
   <?xml version="1.0"?>
   <!DOCTYPE modulesynopsis SYSTEM "../style/modulesynopsis.dtd">
   <?xml-stylesheet type="text/xsl" href="../style/manual.en.xsl"?>
  +
  +<!--
  + Copyright 2002-2004 Apache Software Foundation
  +
  + Licensed under the Apache License, Version 2.0 (the "License");
  + you may not use this file except in compliance with the License.
  + You may obtain a copy of the License at
  +
  +     http://www.apache.org/licenses/LICENSE-2.0
  +
  + Unless required by applicable law or agreed to in writing, software
  + distributed under the License is distributed on an "AS IS" BASIS,
  + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  + See the License for the specific language governing permissions and
  + limitations under the License.
  +-->
  +
   <modulesynopsis metafile="mod_rewrite.xml.meta">
   
   <name>mod_rewrite</name> 
  
  
  
  1.7.2.2   +17 -0     httpd-2.0/docs/manual/mod/mod_setenvif.xml
  
  Index: mod_setenvif.xml
  ===================================================================
  RCS file: /home/cvs/httpd-2.0/docs/manual/mod/mod_setenvif.xml,v
  retrieving revision 1.7.2.1
  retrieving revision 1.7.2.2
  diff -u -u -r1.7.2.1 -r1.7.2.2
  --- mod_setenvif.xml	15 Apr 2003 22:56:39 -0000	1.7.2.1
  +++ mod_setenvif.xml	8 Feb 2004 18:25:13 -0000	1.7.2.2
  @@ -1,6 +1,23 @@
   <?xml version="1.0"?>
   <!DOCTYPE modulesynopsis SYSTEM "../style/modulesynopsis.dtd">
   <?xml-stylesheet type="text/xsl" href="../style/manual.en.xsl"?>
  +
  +<!--
  + Copyright 2002-2004 Apache Software Foundation
  +
  + Licensed under the Apache License, Version 2.0 (the "License");
  + you may not use this file except in compliance with the License.
  + You may obtain a copy of the License at
  +
  +     http://www.apache.org/licenses/LICENSE-2.0
  +
  + Unless required by applicable law or agreed to in writing, software
  + distributed under the License is distributed on an "AS IS" BASIS,
  + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  + See the License for the specific language governing permissions and
  + limitations under the License.
  +-->
  +
   <modulesynopsis metafile="mod_setenvif.xml.meta">
   
   <name>mod_setenvif</name>
  
  
  
  1.6.2.4   +17 -0     httpd-2.0/docs/manual/mod/mod_so.xml
  
  Index: mod_so.xml
  ===================================================================
  RCS file: /home/cvs/httpd-2.0/docs/manual/mod/mod_so.xml,v
  retrieving revision 1.6.2.3
  retrieving revision 1.6.2.4
  diff -u -u -r1.6.2.3 -r1.6.2.4
  --- mod_so.xml	18 Apr 2003 02:49:22 -0000	1.6.2.3
  +++ mod_so.xml	8 Feb 2004 18:25:13 -0000	1.6.2.4
  @@ -1,6 +1,23 @@
   <?xml version="1.0"?>
   <!DOCTYPE modulesynopsis SYSTEM "../style/modulesynopsis.dtd">
   <?xml-stylesheet type="text/xsl" href="../style/manual.en.xsl"?>
  +
  +<!--
  + Copyright 2002-2004 Apache Software Foundation
  +
  + Licensed under the Apache License, Version 2.0 (the "License");
  + you may not use this file except in compliance with the License.
  + You may obtain a copy of the License at
  +
  +     http://www.apache.org/licenses/LICENSE-2.0
  +
  + Unless required by applicable law or agreed to in writing, software
  + distributed under the License is distributed on an "AS IS" BASIS,
  + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  + See the License for the specific language governing permissions and
  + limitations under the License.
  +-->
  +
   <modulesynopsis metafile="mod_so.xml.meta">
   
   <name>mod_so</name>
  
  
  
  1.3.2.2   +17 -0     httpd-2.0/docs/manual/mod/mod_speling.xml
  
  Index: mod_speling.xml
  ===================================================================
  RCS file: /home/cvs/httpd-2.0/docs/manual/mod/mod_speling.xml,v
  retrieving revision 1.3.2.1
  retrieving revision 1.3.2.2
  diff -u -u -r1.3.2.1 -r1.3.2.2
  --- mod_speling.xml	15 Apr 2003 22:56:39 -0000	1.3.2.1
  +++ mod_speling.xml	8 Feb 2004 18:25:13 -0000	1.3.2.2
  @@ -1,6 +1,23 @@
   <?xml version="1.0"?>
   <!DOCTYPE modulesynopsis SYSTEM "../style/modulesynopsis.dtd">
   <?xml-stylesheet type="text/xsl" href="../style/manual.en.xsl"?>
  +
  +<!--
  + Copyright 2002-2004 Apache Software Foundation
  +
  + Licensed under the Apache License, Version 2.0 (the "License");
  + you may not use this file except in compliance with the License.
  + You may obtain a copy of the License at
  +
  +     http://www.apache.org/licenses/LICENSE-2.0
  +
  + Unless required by applicable law or agreed to in writing, software
  + distributed under the License is distributed on an "AS IS" BASIS,
  + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  + See the License for the specific language governing permissions and
  + limitations under the License.
  +-->
  +
   <modulesynopsis metafile="mod_speling.xml.meta">
   
   <name>mod_speling</name>
  
  
  
  1.10.2.9  +17 -0     httpd-2.0/docs/manual/mod/mod_ssl.xml
  
  Index: mod_ssl.xml
  ===================================================================
  RCS file: /home/cvs/httpd-2.0/docs/manual/mod/mod_ssl.xml,v
  retrieving revision 1.10.2.8
  retrieving revision 1.10.2.9
  diff -u -u -r1.10.2.8 -r1.10.2.9
  --- mod_ssl.xml	5 Jan 2004 21:41:38 -0000	1.10.2.8
  +++ mod_ssl.xml	8 Feb 2004 18:25:13 -0000	1.10.2.9
  @@ -1,6 +1,23 @@
   <?xml version="1.0"?>
   <!DOCTYPE modulesynopsis SYSTEM "../style/modulesynopsis.dtd">
   <?xml-stylesheet type="text/xsl" href="../style/manual.en.xsl"?>
  +
  +<!--
  + Copyright 2002-2004 Apache Software Foundation
  +
  + Licensed under the Apache License, Version 2.0 (the "License");
  + you may not use this file except in compliance with the License.
  + You may obtain a copy of the License at
  +
  +     http://www.apache.org/licenses/LICENSE-2.0
  +
  + Unless required by applicable law or agreed to in writing, software
  + distributed under the License is distributed on an "AS IS" BASIS,
  + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  + See the License for the specific language governing permissions and
  + limitations under the License.
  +-->
  +
   <modulesynopsis metafile="mod_ssl.xml.meta">
   
   <name>mod_ssl</name>
  
  
  
  1.4.2.3   +17 -0     httpd-2.0/docs/manual/mod/mod_status.xml
  
  Index: mod_status.xml
  ===================================================================
  RCS file: /home/cvs/httpd-2.0/docs/manual/mod/mod_status.xml,v
  retrieving revision 1.4.2.2
  retrieving revision 1.4.2.3
  diff -u -u -r1.4.2.2 -r1.4.2.3
  --- mod_status.xml	18 Apr 2003 02:49:22 -0000	1.4.2.2
  +++ mod_status.xml	8 Feb 2004 18:25:13 -0000	1.4.2.3
  @@ -1,6 +1,23 @@
   <?xml version="1.0"?>
   <!DOCTYPE modulesynopsis SYSTEM "../style/modulesynopsis.dtd">
   <?xml-stylesheet type="text/xsl" href="../style/manual.en.xsl"?>
  +
  +<!--
  + Copyright 2002-2004 Apache Software Foundation
  +
  + Licensed under the Apache License, Version 2.0 (the "License");
  + you may not use this file except in compliance with the License.
  + You may obtain a copy of the License at
  +
  +     http://www.apache.org/licenses/LICENSE-2.0
  +
  + Unless required by applicable law or agreed to in writing, software
  + distributed under the License is distributed on an "AS IS" BASIS,
  + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  + See the License for the specific language governing permissions and
  + limitations under the License.
  +-->
  +
   <modulesynopsis metafile="mod_status.xml.meta">
   
   <name>mod_status</name>
  
  
  
  1.6.2.2   +17 -0     httpd-2.0/docs/manual/mod/mod_suexec.xml
  
  Index: mod_suexec.xml
  ===================================================================
  RCS file: /home/cvs/httpd-2.0/docs/manual/mod/mod_suexec.xml,v
  retrieving revision 1.6.2.1
  retrieving revision 1.6.2.2
  diff -u -u -r1.6.2.1 -r1.6.2.2
  --- mod_suexec.xml	15 Apr 2003 22:56:39 -0000	1.6.2.1
  +++ mod_suexec.xml	8 Feb 2004 18:25:13 -0000	1.6.2.2
  @@ -1,6 +1,23 @@
   <?xml version="1.0"?>
   <!DOCTYPE modulesynopsis SYSTEM "../style/modulesynopsis.dtd">
   <?xml-stylesheet type="text/xsl" href="../style/manual.en.xsl"?>
  +
  +<!--
  + Copyright 2002-2004 Apache Software Foundation
  +
  + Licensed under the Apache License, Version 2.0 (the "License");
  + you may not use this file except in compliance with the License.
  + You may obtain a copy of the License at
  +
  +     http://www.apache.org/licenses/LICENSE-2.0
  +
  + Unless required by applicable law or agreed to in writing, software
  + distributed under the License is distributed on an "AS IS" BASIS,
  + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  + See the License for the specific language governing permissions and
  + limitations under the License.
  +-->
  +
   <modulesynopsis metafile="mod_suexec.xml.meta">
   
   <name>mod_suexec</name>
  
  
  
  1.1.2.3   +16 -0     httpd-2.0/docs/manual/mod/module-dict.xml
  
  Index: module-dict.xml
  ===================================================================
  RCS file: /home/cvs/httpd-2.0/docs/manual/mod/module-dict.xml,v
  retrieving revision 1.1.2.2
  retrieving revision 1.1.2.3
  diff -u -u -r1.1.2.2 -r1.1.2.3
  --- module-dict.xml	16 Apr 2003 00:22:48 -0000	1.1.2.2
  +++ module-dict.xml	8 Feb 2004 18:25:13 -0000	1.1.2.3
  @@ -2,6 +2,22 @@
   <!DOCTYPE manualpage SYSTEM "../style/manualpage.dtd">
   <?xml-stylesheet type="text/xsl" href="../style/manual.en.xsl"?>
   
  +<!--
  + Copyright 2002-2004 Apache Software Foundation
  +
  + Licensed under the Apache License, Version 2.0 (the "License");
  + you may not use this file except in compliance with the License.
  + You may obtain a copy of the License at
  +
  +     http://www.apache.org/licenses/LICENSE-2.0
  +
  + Unless required by applicable law or agreed to in writing, software
  + distributed under the License is distributed on an "AS IS" BASIS,
  + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  + See the License for the specific language governing permissions and
  + limitations under the License.
  +-->
  +
   <manualpage metafile="module-dict.xml.meta">
   
     <title>Terms Used to Describe Modules</title>
  
  
  
  1.3.2.3   +17 -0     httpd-2.0/docs/manual/mod/mod_unique_id.xml
  
  Index: mod_unique_id.xml
  ===================================================================
  RCS file: /home/cvs/httpd-2.0/docs/manual/mod/mod_unique_id.xml,v
  retrieving revision 1.3.2.2
  retrieving revision 1.3.2.3
  diff -u -u -r1.3.2.2 -r1.3.2.3
  --- mod_unique_id.xml	18 Apr 2003 02:49:22 -0000	1.3.2.2
  +++ mod_unique_id.xml	8 Feb 2004 18:25:13 -0000	1.3.2.3
  @@ -1,6 +1,23 @@
   <?xml version="1.0"?>
   <!DOCTYPE modulesynopsis SYSTEM "../style/modulesynopsis.dtd">
   <?xml-stylesheet type="text/xsl" href="../style/manual.en.xsl"?>
  +
  +<!--
  + Copyright 2002-2004 Apache Software Foundation
  +
  + Licensed under the Apache License, Version 2.0 (the "License");
  + you may not use this file except in compliance with the License.
  + You may obtain a copy of the License at
  +
  +     http://www.apache.org/licenses/LICENSE-2.0
  +
  + Unless required by applicable law or agreed to in writing, software
  + distributed under the License is distributed on an "AS IS" BASIS,
  + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  + See the License for the specific language governing permissions and
  + limitations under the License.
  +-->
  +
   <modulesynopsis metafile="mod_unique_id.xml.meta">
   
   <name>mod_unique_id</name>
  
  
  
  1.10.2.2  +17 -0     httpd-2.0/docs/manual/mod/mod_userdir.xml
  
  Index: mod_userdir.xml
  ===================================================================
  RCS file: /home/cvs/httpd-2.0/docs/manual/mod/mod_userdir.xml,v
  retrieving revision 1.10.2.1
  retrieving revision 1.10.2.2
  diff -u -u -r1.10.2.1 -r1.10.2.2
  --- mod_userdir.xml	15 Apr 2003 22:56:39 -0000	1.10.2.1
  +++ mod_userdir.xml	8 Feb 2004 18:25:13 -0000	1.10.2.2
  @@ -1,6 +1,23 @@
   <?xml version="1.0"?>
   <!DOCTYPE modulesynopsis SYSTEM "../style/modulesynopsis.dtd">
   <?xml-stylesheet type="text/xsl" href="../style/manual.en.xsl"?>
  +
  +<!--
  + Copyright 2002-2004 Apache Software Foundation
  +
  + Licensed under the Apache License, Version 2.0 (the "License");
  + you may not use this file except in compliance with the License.
  + You may obtain a copy of the License at
  +
  +     http://www.apache.org/licenses/LICENSE-2.0
  +
  + Unless required by applicable law or agreed to in writing, software
  + distributed under the License is distributed on an "AS IS" BASIS,
  + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  + See the License for the specific language governing permissions and
  + limitations under the License.
  +-->
  +
   <modulesynopsis metafile="mod_userdir.xml.meta">
   
   <name>mod_userdir</name>
  
  
  
  1.5.2.3   +16 -0     httpd-2.0/docs/manual/mod/mod_usertrack.xml
  
  Index: mod_usertrack.xml
  ===================================================================
  RCS file: /home/cvs/httpd-2.0/docs/manual/mod/mod_usertrack.xml,v
  retrieving revision 1.5.2.2
  retrieving revision 1.5.2.3
  diff -u -u -r1.5.2.2 -r1.5.2.3
  --- mod_usertrack.xml	18 Apr 2003 02:49:22 -0000	1.5.2.2
  +++ mod_usertrack.xml	8 Feb 2004 18:25:13 -0000	1.5.2.3
  @@ -2,6 +2,22 @@
   <!DOCTYPE modulesynopsis SYSTEM "../style/modulesynopsis.dtd">
   <?xml-stylesheet type="text/xsl" href="../style/manual.en.xsl"?>
   
  +<!--
  + Copyright 2002-2004 Apache Software Foundation
  +
  + Licensed under the Apache License, Version 2.0 (the "License");
  + you may not use this file except in compliance with the License.
  + You may obtain a copy of the License at
  +
  +     http://www.apache.org/licenses/LICENSE-2.0
  +
  + Unless required by applicable law or agreed to in writing, software
  + distributed under the License is distributed on an "AS IS" BASIS,
  + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  + See the License for the specific language governing permissions and
  + limitations under the License.
  +-->
  +
   <modulesynopsis metafile="mod_usertrack.xml.meta">
   <name>mod_usertrack</name>
   <description>
  
  
  
  1.6.2.2   +17 -0     httpd-2.0/docs/manual/mod/mod_vhost_alias.xml
  
  Index: mod_vhost_alias.xml
  ===================================================================
  RCS file: /home/cvs/httpd-2.0/docs/manual/mod/mod_vhost_alias.xml,v
  retrieving revision 1.6.2.1
  retrieving revision 1.6.2.2
  diff -u -u -r1.6.2.1 -r1.6.2.2
  --- mod_vhost_alias.xml	15 Apr 2003 22:56:39 -0000	1.6.2.1
  +++ mod_vhost_alias.xml	8 Feb 2004 18:25:13 -0000	1.6.2.2
  @@ -1,6 +1,23 @@
   <?xml version="1.0"?>
   <!DOCTYPE modulesynopsis SYSTEM "../style/modulesynopsis.dtd">
   <?xml-stylesheet type="text/xsl" href="../style/manual.en.xsl"?>
  +
  +<!--
  + Copyright 2002-2004 Apache Software Foundation
  +
  + Licensed under the Apache License, Version 2.0 (the "License");
  + you may not use this file except in compliance with the License.
  + You may obtain a copy of the License at
  +
  +     http://www.apache.org/licenses/LICENSE-2.0
  +
  + Unless required by applicable law or agreed to in writing, software
  + distributed under the License is distributed on an "AS IS" BASIS,
  + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  + See the License for the specific language governing permissions and
  + limitations under the License.
  +-->
  +
   <modulesynopsis metafile="mod_vhost_alias.xml.meta">
   
   <name>mod_vhost_alias</name>
  
  
  
  1.21.2.6  +17 -0     httpd-2.0/docs/manual/mod/mpm_common.xml
  
  Index: mpm_common.xml
  ===================================================================
  RCS file: /home/cvs/httpd-2.0/docs/manual/mod/mpm_common.xml,v
  retrieving revision 1.21.2.5
  retrieving revision 1.21.2.6
  diff -u -u -r1.21.2.5 -r1.21.2.6
  --- mpm_common.xml	11 Dec 2003 02:02:09 -0000	1.21.2.5
  +++ mpm_common.xml	8 Feb 2004 18:25:13 -0000	1.21.2.6
  @@ -1,6 +1,23 @@
   <?xml version="1.0"?>
   <!DOCTYPE modulesynopsis SYSTEM "../style/modulesynopsis.dtd">
   <?xml-stylesheet type="text/xsl" href="../style/manual.en.xsl"?>
  +
  +<!--
  + Copyright 2002-2004 Apache Software Foundation
  +
  + Licensed under the Apache License, Version 2.0 (the "License");
  + you may not use this file except in compliance with the License.
  + You may obtain a copy of the License at
  +
  +     http://www.apache.org/licenses/LICENSE-2.0
  +
  + Unless required by applicable law or agreed to in writing, software
  + distributed under the License is distributed on an "AS IS" BASIS,
  + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  + See the License for the specific language governing permissions and
  + limitations under the License.
  +-->
  +
   <modulesynopsis metafile="mpm_common.xml.meta">
   
   <name>mpm_common</name>
  
  
  
  1.5.2.3   +17 -0     httpd-2.0/docs/manual/mod/mpm_netware.xml
  
  Index: mpm_netware.xml
  ===================================================================
  RCS file: /home/cvs/httpd-2.0/docs/manual/mod/mpm_netware.xml,v
  retrieving revision 1.5.2.2
  retrieving revision 1.5.2.3
  diff -u -u -r1.5.2.2 -r1.5.2.3
  --- mpm_netware.xml	15 Apr 2003 22:56:40 -0000	1.5.2.2
  +++ mpm_netware.xml	8 Feb 2004 18:25:13 -0000	1.5.2.3
  @@ -1,6 +1,23 @@
   <?xml version="1.0"?>
   <!DOCTYPE modulesynopsis SYSTEM "../style/modulesynopsis.dtd">
   <?xml-stylesheet type="text/xsl" href="../style/manual.en.xsl"?>
  +
  +<!--
  + Copyright 2002-2004 Apache Software Foundation
  +
  + Licensed under the Apache License, Version 2.0 (the "License");
  + you may not use this file except in compliance with the License.
  + You may obtain a copy of the License at
  +
  +     http://www.apache.org/licenses/LICENSE-2.0
  +
  + Unless required by applicable law or agreed to in writing, software
  + distributed under the License is distributed on an "AS IS" BASIS,
  + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  + See the License for the specific language governing permissions and
  + limitations under the License.
  +-->
  +
   <modulesynopsis metafile="mpm_netware.xml.meta">
   <name>mpm_netware</name>
   <description>Multi-Processing Module implementing an exclusively threaded web
  
  
  
  1.1.2.3   +16 -0     httpd-2.0/docs/manual/mod/mpmt_os2.xml
  
  Index: mpmt_os2.xml
  ===================================================================
  RCS file: /home/cvs/httpd-2.0/docs/manual/mod/mpmt_os2.xml,v
  retrieving revision 1.1.2.2
  retrieving revision 1.1.2.3
  diff -u -u -r1.1.2.2 -r1.1.2.3
  --- mpmt_os2.xml	15 Apr 2003 22:56:40 -0000	1.1.2.2
  +++ mpmt_os2.xml	8 Feb 2004 18:25:13 -0000	1.1.2.3
  @@ -2,6 +2,22 @@
   <!DOCTYPE modulesynopsis SYSTEM "../style/modulesynopsis.dtd">
   <?xml-stylesheet type="text/xsl" href="../style/manual.en.xsl"?>
   
  +<!--
  + Copyright 2002-2004 Apache Software Foundation
  +
  + Licensed under the Apache License, Version 2.0 (the "License");
  + you may not use this file except in compliance with the License.
  + You may obtain a copy of the License at
  +
  +     http://www.apache.org/licenses/LICENSE-2.0
  +
  + Unless required by applicable law or agreed to in writing, software
  + distributed under the License is distributed on an "AS IS" BASIS,
  + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  + See the License for the specific language governing permissions and
  + limitations under the License.
  +-->
  +
   <modulesynopsis metafile="mpmt_os2.xml.meta">
   
   <name>mpmt_os2</name>
  
  
  
  1.4.2.4   +17 -0     httpd-2.0/docs/manual/mod/mpm_winnt.xml
  
  Index: mpm_winnt.xml
  ===================================================================
  RCS file: /home/cvs/httpd-2.0/docs/manual/mod/mpm_winnt.xml,v
  retrieving revision 1.4.2.3
  retrieving revision 1.4.2.4
  diff -u -u -r1.4.2.3 -r1.4.2.4
  --- mpm_winnt.xml	11 Dec 2003 02:02:09 -0000	1.4.2.3
  +++ mpm_winnt.xml	8 Feb 2004 18:25:13 -0000	1.4.2.4
  @@ -1,6 +1,23 @@
   <?xml version="1.0"?>
   <!DOCTYPE modulesynopsis SYSTEM "../style/modulesynopsis.dtd">
   <?xml-stylesheet type="text/xsl" href="../style/manual.en.xsl"?>
  +
  +<!--
  + Copyright 2002-2004 Apache Software Foundation
  +
  + Licensed under the Apache License, Version 2.0 (the "License");
  + you may not use this file except in compliance with the License.
  + You may obtain a copy of the License at
  +
  +     http://www.apache.org/licenses/LICENSE-2.0
  +
  + Unless required by applicable law or agreed to in writing, software
  + distributed under the License is distributed on an "AS IS" BASIS,
  + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  + See the License for the specific language governing permissions and
  + limitations under the License.
  +-->
  +
   <modulesynopsis metafile="mpm_winnt.xml.meta">
   
   <name>mpm_winnt</name>
  
  
  
  1.6.2.3   +17 -0     httpd-2.0/docs/manual/mod/perchild.xml
  
  Index: perchild.xml
  ===================================================================
  RCS file: /home/cvs/httpd-2.0/docs/manual/mod/perchild.xml,v
  retrieving revision 1.6.2.2
  retrieving revision 1.6.2.3
  diff -u -u -r1.6.2.2 -r1.6.2.3
  --- perchild.xml	15 Apr 2003 22:56:40 -0000	1.6.2.2
  +++ perchild.xml	8 Feb 2004 18:25:13 -0000	1.6.2.3
  @@ -1,6 +1,23 @@
   <?xml version="1.0"?>
   <!DOCTYPE modulesynopsis SYSTEM "../style/modulesynopsis.dtd">
   <?xml-stylesheet type="text/xsl" href="../style/manual.en.xsl"?>
  +
  +<!--
  + Copyright 2002-2004 Apache Software Foundation
  +
  + Licensed under the Apache License, Version 2.0 (the "License");
  + you may not use this file except in compliance with the License.
  + You may obtain a copy of the License at
  +
  +     http://www.apache.org/licenses/LICENSE-2.0
  +
  + Unless required by applicable law or agreed to in writing, software
  + distributed under the License is distributed on an "AS IS" BASIS,
  + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  + See the License for the specific language governing permissions and
  + limitations under the License.
  +-->
  +
   <modulesynopsis metafile="perchild.xml.meta">
   
   <name>perchild</name>
  
  
  
  1.8.2.4   +17 -0     httpd-2.0/docs/manual/mod/prefork.xml
  
  Index: prefork.xml
  ===================================================================
  RCS file: /home/cvs/httpd-2.0/docs/manual/mod/prefork.xml,v
  retrieving revision 1.8.2.3
  retrieving revision 1.8.2.4
  diff -u -u -r1.8.2.3 -r1.8.2.4
  --- prefork.xml	30 Jun 2003 19:25:27 -0000	1.8.2.3
  +++ prefork.xml	8 Feb 2004 18:25:13 -0000	1.8.2.4
  @@ -1,6 +1,23 @@
   <?xml version="1.0"?>
   <!DOCTYPE modulesynopsis SYSTEM "../style/modulesynopsis.dtd">
   <?xml-stylesheet type="text/xsl" href="../style/manual.en.xsl"?>
  +
  +<!--
  + Copyright 2002-2004 Apache Software Foundation
  +
  + Licensed under the Apache License, Version 2.0 (the "License");
  + you may not use this file except in compliance with the License.
  + You may obtain a copy of the License at
  +
  +     http://www.apache.org/licenses/LICENSE-2.0
  +
  + Unless required by applicable law or agreed to in writing, software
  + distributed under the License is distributed on an "AS IS" BASIS,
  + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  + See the License for the specific language governing permissions and
  + limitations under the License.
  +-->
  +
   <modulesynopsis metafile="prefork.xml.meta">
   
   <name>prefork</name>
  
  
  
  1.4.2.4   +16 -0     httpd-2.0/docs/manual/mod/quickreference.xml
  
  Index: quickreference.xml
  ===================================================================
  RCS file: /home/cvs/httpd-2.0/docs/manual/mod/quickreference.xml,v
  retrieving revision 1.4.2.3
  retrieving revision 1.4.2.4
  diff -u -u -r1.4.2.3 -r1.4.2.4
  --- quickreference.xml	30 Jun 2003 19:25:27 -0000	1.4.2.3
  +++ quickreference.xml	8 Feb 2004 18:25:13 -0000	1.4.2.4
  @@ -4,6 +4,22 @@
   >
   <?xml-stylesheet type="text/xsl" href="../style/manual.en.xsl"?>
   
  +<!--
  + Copyright 2002-2004 Apache Software Foundation
  +
  + Licensed under the Apache License, Version 2.0 (the "License");
  + you may not use this file except in compliance with the License.
  + You may obtain a copy of the License at
  +
  +     http://www.apache.org/licenses/LICENSE-2.0
  +
  + Unless required by applicable law or agreed to in writing, software
  + distributed under the License is distributed on an "AS IS" BASIS,
  + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  + See the License for the specific language governing permissions and
  + limitations under the License.
  +-->
  +
   <quickreference metafile="quickreference.xml.meta">
     <title>Directive Quick Reference</title>
     <summary>
  
  
  
  1.1.2.3   +16 -0     httpd-2.0/docs/manual/mod/threadpool.xml
  
  Index: threadpool.xml
  ===================================================================
  RCS file: /home/cvs/httpd-2.0/docs/manual/mod/threadpool.xml,v
  retrieving revision 1.1.2.2
  retrieving revision 1.1.2.3
  diff -u -u -r1.1.2.2 -r1.1.2.3
  --- threadpool.xml	15 Apr 2003 22:56:40 -0000	1.1.2.2
  +++ threadpool.xml	8 Feb 2004 18:25:13 -0000	1.1.2.3
  @@ -2,6 +2,22 @@
   <!DOCTYPE modulesynopsis SYSTEM "../style/modulesynopsis.dtd">
   <?xml-stylesheet type="text/xsl" href="../style/manual.en.xsl"?>
   
  +<!--
  + Copyright 2002-2004 Apache Software Foundation
  +
  + Licensed under the Apache License, Version 2.0 (the "License");
  + you may not use this file except in compliance with the License.
  + You may obtain a copy of the License at
  +
  +     http://www.apache.org/licenses/LICENSE-2.0
  +
  + Unless required by applicable law or agreed to in writing, software
  + distributed under the License is distributed on an "AS IS" BASIS,
  + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  + See the License for the specific language governing permissions and
  + limitations under the License.
  +-->
  +
   <modulesynopsis metafile="threadpool.xml.meta">
   <name>threadpool</name>
   <description>Yet another experimental variant of the standard
  
  
  
  1.8.2.6   +17 -0     httpd-2.0/docs/manual/mod/worker.xml
  
  Index: worker.xml
  ===================================================================
  RCS file: /home/cvs/httpd-2.0/docs/manual/mod/worker.xml,v
  retrieving revision 1.8.2.5
  retrieving revision 1.8.2.6
  diff -u -u -r1.8.2.5 -r1.8.2.6
  --- worker.xml	12 Jan 2004 16:30:19 -0000	1.8.2.5
  +++ worker.xml	8 Feb 2004 18:25:13 -0000	1.8.2.6
  @@ -1,6 +1,23 @@
   <?xml version="1.0"?>
   <!DOCTYPE modulesynopsis SYSTEM "../style/modulesynopsis.dtd">
   <?xml-stylesheet type="text/xsl" href="../style/manual.en.xsl"?>
  +
  +<!--
  + Copyright 2002-2004 Apache Software Foundation
  +
  + Licensed under the Apache License, Version 2.0 (the "License");
  + you may not use this file except in compliance with the License.
  + You may obtain a copy of the License at
  +
  +     http://www.apache.org/licenses/LICENSE-2.0
  +
  + Unless required by applicable law or agreed to in writing, software
  + distributed under the License is distributed on an "AS IS" BASIS,
  + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  + See the License for the specific language governing permissions and
  + limitations under the License.
  +-->
  +
   <modulesynopsis metafile="worker.xml.meta">
   <name>worker</name>
   <description>Multi-Processing Module implementing a hybrid