From: Eric Covener If you are upgrading from one minor version to the next (for
- example, 2.2.50 to 2.2.51), please skip down to the upgrading section.
Require expr "%{TIME_HOUR} -ge 9 && %{TIME_HOUR} -le 17"+
<RequireAll> + Require expr "!(%{QUERY_STRING} =~ /secret/)" + Require expr "%{REQUEST_URI} in { '/example.cgi' }" +</RequireAll>+ + +
Require expr "!(%{QUERY_STRING} =~ /secret/) && %{REQUEST_URI} in { '/example.cgi' }"+ +
The syntax is described in the ap_expr documentation.
diff --git a/docs/manual/mod/mod_log_config.xml.ja b/docs/manual/mod/mod_log_config.xml.ja index 7d391575499..469bb17a90e 100644 --- a/docs/manual/mod/mod_log_config.xml.ja +++ b/docs/manual/mod/mod_log_config.xml.ja @@ -1,7 +1,7 @@ - + +