summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPaul Querna <pquerna@apache.org>2005-12-01 17:51:23 +0000
committerPaul Querna <pquerna@apache.org>2005-12-01 17:51:23 +0000
commitbd147c9708644d05c85c92da534e2396bd1c179e (patch)
treea3e4186e3b0b5f12069889c589f28e025ef1a40e
parent2fa7b544f0e760ac0f0c36305f7242cd207452d0 (diff)
downloadhttpd-bd147c9708644d05c85c92da534e2396bd1c179e.tar.gz
rebuild.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@350290 13f79535-47bb-0310-9956-ffa450edef68
-rw-r--r--docs/manual/env.html.en2
-rw-r--r--docs/manual/env.xml.ja2
-rw-r--r--docs/manual/env.xml.ko2
-rw-r--r--docs/manual/install.html.en2
-rw-r--r--docs/manual/install.xml.de2
-rw-r--r--docs/manual/install.xml.es2
-rw-r--r--docs/manual/install.xml.fr2
-rw-r--r--docs/manual/install.xml.ja2
-rw-r--r--docs/manual/install.xml.ko2
9 files changed, 9 insertions, 9 deletions
diff --git a/docs/manual/env.html.en b/docs/manual/env.html.en
index 993e8a9fb5..48b2eb909e 100644
--- a/docs/manual/env.html.en
+++ b/docs/manual/env.html.en
@@ -390,7 +390,7 @@ CustomLog logs/access_log common env=!image-request</pre></div>
in limited circumstances. We assume that all your images are in
a directory called /web/images.</p>
<div class="example"><pre>
-SetEnvIf Referer "^http://www.example.com/" local_referal
+SetEnvIf Referer "^http://www\.example\.com/" local_referal
# Allow browsers that do not send Referer info
SetEnvIf Referer "^$" local_referal
&lt;Directory /web/images&gt;
diff --git a/docs/manual/env.xml.ja b/docs/manual/env.xml.ja
index fc08eeae5b..010134b4b3 100644
--- a/docs/manual/env.xml.ja
+++ b/docs/manual/env.xml.ja
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="iso-2022-jp" ?>
<!DOCTYPE manualpage SYSTEM "./style/manualpage.dtd">
<?xml-stylesheet type="text/xsl" href="./style/manual.ja.xsl"?>
-<!-- English Revision: 170354:326130 (outdated) -->
+<!-- English Revision: 170354:349917 (outdated) -->
<!--
Copyright 2002-2005 The Apache Software Foundation or its licensors, as
diff --git a/docs/manual/env.xml.ko b/docs/manual/env.xml.ko
index 5d419f757b..2873c97700 100644
--- a/docs/manual/env.xml.ko
+++ b/docs/manual/env.xml.ko
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="EUC-KR" ?>
<!DOCTYPE manualpage SYSTEM "./style/manualpage.dtd">
<?xml-stylesheet type="text/xsl" href="./style/manual.ko.xsl"?>
-<!-- English Revision: 105989:326130 (outdated) -->
+<!-- English Revision: 105989:349917 (outdated) -->
<!--
Copyright 2003-2005 The Apache Software Foundation or its licensors,
diff --git a/docs/manual/install.html.en b/docs/manual/install.html.en
index 16e5ab16d1..375057d74c 100644
--- a/docs/manual/install.html.en
+++ b/docs/manual/install.html.en
@@ -133,7 +133,7 @@
<dt>ANSI-C Compiler and Build System</dt>
<dd>Make sure you have an ANSI-C compiler installed. The <a href="http://www.gnu.org/software/gcc/gcc.html">GNU C
compiler (GCC)</a> from the <a href="http://www.gnu.org/">Free Software Foundation (FSF)</a>
- is recommended (version 2.7.2 is fine). If you don't have GCC
+ is recommended. If you don't have GCC
then at least make sure your vendor's compiler is ANSI
compliant. In addition, your <code>PATH</code> must contain
basic build tools such as <code>make</code>.</dd>
diff --git a/docs/manual/install.xml.de b/docs/manual/install.xml.de
index 5086df1165..782f59fec4 100644
--- a/docs/manual/install.xml.de
+++ b/docs/manual/install.xml.de
@@ -1,7 +1,7 @@
<?xml version='1.0' encoding='UTF-8' ?>
<!DOCTYPE manualpage SYSTEM "./style/manualpage.dtd">
<?xml-stylesheet type="text/xsl" href="./style/manual.de.xsl"?>
-<!-- English Revision: 239255:349753 (outdated) -->
+<!-- English Revision: 239255:350286 (outdated) -->
<!--
Copyright 2002-2005 The Apache Software Foundation or its licensors,
diff --git a/docs/manual/install.xml.es b/docs/manual/install.xml.es
index af3bc883c8..752646e4f9 100644
--- a/docs/manual/install.xml.es
+++ b/docs/manual/install.xml.es
@@ -1,7 +1,7 @@
<?xml version='1.0' encoding='UTF-8' ?>
<!DOCTYPE manualpage SYSTEM "./style/manualpage.dtd">
<?xml-stylesheet type="text/xsl" href="./style/manual.es.xsl"?>
-<!-- English Revision: 105989:349753 (outdated) -->
+<!-- English Revision: 105989:350286 (outdated) -->
<!--
Copyright 2004-2005 The Apache Software Foundation or its licensors,
diff --git a/docs/manual/install.xml.fr b/docs/manual/install.xml.fr
index f58ec1a986..04d3061d44 100644
--- a/docs/manual/install.xml.fr
+++ b/docs/manual/install.xml.fr
@@ -1,7 +1,7 @@
<?xml version='1.0' encoding='ISO-8859-1' ?>
<!DOCTYPE manualpage SYSTEM "./style/manualpage.dtd">
<?xml-stylesheet type="text/xsl" href="./style/manual.fr.xsl"?>
-<!-- English Revision: 105989:349753 (outdated) -->
+<!-- English Revision: 105989:350286 (outdated) -->
<!--
Copyright 2004-2005 The Apache Software Foundation or its licensors,
diff --git a/docs/manual/install.xml.ja b/docs/manual/install.xml.ja
index ee87d12423..e93fd9493e 100644
--- a/docs/manual/install.xml.ja
+++ b/docs/manual/install.xml.ja
@@ -1,7 +1,7 @@
<?xml version='1.0' encoding='iso-2022-jp' ?>
<!DOCTYPE manualpage SYSTEM "./style/manualpage.dtd">
<?xml-stylesheet type="text/xsl" href="./style/manual.ja.xsl"?>
-<!-- English Revision: 178520:349753 (outdated) -->
+<!-- English Revision: 178520:350286 (outdated) -->
<!--
Copyright 2002-2005 The Apache Software Foundation or its licensors, as
diff --git a/docs/manual/install.xml.ko b/docs/manual/install.xml.ko
index 82ee03b5bf..7fa59c4048 100644
--- a/docs/manual/install.xml.ko
+++ b/docs/manual/install.xml.ko
@@ -1,7 +1,7 @@
<?xml version='1.0' encoding='EUC-KR' ?>
<!DOCTYPE manualpage SYSTEM "./style/manualpage.dtd">
<?xml-stylesheet type="text/xsl" href="./style/manual.ko.xsl"?>
-<!-- English Revision: 105989:349753 (outdated) -->
+<!-- English Revision: 105989:350286 (outdated) -->
<!--
Copyright 2003-2005 The Apache Software Foundation or its licensors,