From 348ec9de1129f14e2cd0af7b099c60e9fee19b4e Mon Sep 17 00:00:00 2001
From: Christophe Jaillet AllowOverride
is set to
FileInfo.
ErrorDocument 500 "Sorry, our script crashed. Oh dear"script might include the following:
-ErrorDocument 500 /cgi-bin/crash-recover
-ErrorDocument 500 http://error.example.com/server_error.html
-ErrorDocument 404 /errors/not_found.html
+ErrorDocument 500 "Sorry, our script crashed. Oh dear" +ErrorDocument 500 /cgi-bin/crash-recover +ErrorDocument 500 http://error.example.com/server_error.html +ErrorDocument 404 /errors/not_found.html ErrorDocument 401 /subscription/how_to_subscribe.html@@ -155,8 +155,8 @@ ErrorDocument 401 /subscription/how_to_subscribe.html
... -print "Content-type: text/html\n";@@ -182,8 +182,8 @@ printf "Status: %s Condition Intercepted\n", $ENV{"REDIRECT_STATUS"};
-printf "Status: %s Condition Intercepted\n", $ENV{"REDIRECT_STATUS"};
+print "Content-type: text/html\n"; +printf "Status: %s Condition Intercepted\n", $ENV{"REDIRECT_STATUS"}; ...
In your server configuration file, you'll see a line such as:
-# Multi-language error messages+
- #Include conf/extra/httpd-multilang-errordoc.conf
# Multi-language error messages +#Include conf/extra/httpd-multilang-errordoc.conf
Uncommenting this Include
line will enable this
diff --git a/docs/manual/custom-error.xml.es b/docs/manual/custom-error.xml.es
index 38bf5e4fdc..feafdd06ac 100644
--- a/docs/manual/custom-error.xml.es
+++ b/docs/manual/custom-error.xml.es
@@ -1,7 +1,7 @@
-
+
+
diff --git a/docs/manual/custom-error.xml.ja b/docs/manual/custom-error.xml.ja
index 41c9a7f5e2..639f497965 100644
--- a/docs/manual/custom-error.xml.ja
+++ b/docs/manual/custom-error.xml.ja
@@ -1,7 +1,7 @@
-
+
+
+
+
diff --git a/docs/manual/howto/htaccess.xml.ja b/docs/manual/howto/htaccess.xml.ja
index e84e0be9e6..0a72c01e78 100644
--- a/docs/manual/howto/htaccess.xml.ja
+++ b/docs/manual/howto/htaccess.xml.ja
@@ -1,7 +1,7 @@
-
+
+
+
+
diff --git a/docs/manual/howto/public_html.xml.ja b/docs/manual/howto/public_html.xml.ja
index b27ef4b629..d4ef0ec414 100644
--- a/docs/manual/howto/public_html.xml.ja
+++ b/docs/manual/howto/public_html.xml.ja
@@ -1,7 +1,7 @@
-
+
+
+
+
diff --git a/docs/manual/howto/ssi.xml.ja b/docs/manual/howto/ssi.xml.ja
index 62ba14c791..131573fec4 100644
--- a/docs/manual/howto/ssi.xml.ja
+++ b/docs/manual/howto/ssi.xml.ja
@@ -1,7 +1,7 @@
-
+
+
-
+
+
+
+
+
diff --git a/docs/manual/mod/mod_include.xml.ja b/docs/manual/mod/mod_include.xml.ja
index f62869704e..100151ad2c 100644
--- a/docs/manual/mod/mod_include.xml.ja
+++ b/docs/manual/mod/mod_include.xml.ja
@@ -1,7 +1,7 @@
-
+
+
diff --git a/docs/manual/mod/mod_lua.xml.meta b/docs/manual/mod/mod_lua.xml.meta
index b55c7710e9..8fc1a0efdf 100644
--- a/docs/manual/mod/mod_lua.xml.meta
+++ b/docs/manual/mod/mod_lua.xml.meta
@@ -8,6 +8,6 @@
If the TestString has the special value expr
, the
CondPattern will be treated as an
ap_expr.
RewriteCond expr "! %{HTTP_REFERER} -strmatch '*://%{HTTP_HOST}/*'"
+RewriteCond expr "! %{HTTP_REFERER} -strmatch '*://%{HTTP_HOST}/*'" RewriteRule "^/images" "-" [F]