From: Tony Stevenson Date: Thu, 26 Jul 2007 21:52:02 +0000 (+0000) Subject: Fixed as per PR 39306 X-Git-Tag: 2.2.5~88 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4309da927bf5deb54d5bc4728828d99a1a0b318e;p=thirdparty%2Fapache%2Fhttpd.git Fixed as per PR 39306 git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@560011 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/docs/manual/mod/core.html.en b/docs/manual/mod/core.html.en index fe72c90915b..e88e3ba7783 100644 --- a/docs/manual/mod/core.html.en +++ b/docs/manual/mod/core.html.en @@ -23,7 +23,7 @@

Available Languages:  de  |  en  | - ja 

+ ja 

@@ -2689,6 +2689,12 @@ later registry keys cannot be found, Apache falls back to the behavior of the Script option.

+

For example, the registry setting to have a script with the .pl extension + processed via perl would be:

+ +

HKEY_CLASSES_ROOT\.pl\Shell\ExecCGI\Command\(Default) => C:\Perl\bin\perl.exe -wT

+ +

Security

Be careful when using ScriptInterpreterSource Registry with ScriptAlias'ed directories, because @@ -3389,7 +3395,7 @@ hostname or IP address

Available Languages:  de  |  en  | - ja 

+ ja 

diff --git a/docs/manual/mod/core.xml b/docs/manual/mod/core.xml index 9a43d33542b..65f3237a3bc 100644 --- a/docs/manual/mod/core.xml +++ b/docs/manual/mod/core.xml @@ -2678,6 +2678,12 @@ later registry keys cannot be found, Apache falls back to the behavior of the Script option.

+

For example, the registry setting to have a script with the .pl extension + processed via perl would be:

+ + HKEY_CLASSES_ROOT\.pl\Shell\ExecCGI\Command\(Default) => C:\Perl\bin\perl.exe -wT + + Security

Be careful when using ScriptInterpreterSource Registry with

Description:Core Apache HTTP Server features that are always available