Author: rjung
Date: Fri Sep 11 19:23:48 2009
New Revision: 813988
URL:
http://svn.apache.org/viewvc?rev=813988&view=rev
Log:
Typo and a bit more precise directive hint.
Modified:
httpd/mod_fcgid/trunk/modules/fcgid/mod_fcgid.c
Modified: httpd/mod_fcgid/trunk/modules/fcgid/mod_fcgid.c
URL:
http://svn.apache.org/viewvc/httpd/mod_fcgid/trunk/modules/fcgid/mod_fcgid.c?rev=813988&r1=813987&r2=813988&view=diff
==============================================================================
--- httpd/mod_fcgid/trunk/modules/fcgid/mod_fcgid.c (original)
+++ httpd/mod_fcgid/trunk/modules/fcgid/mod_fcgid.c Fri Sep 11 19:23:48 2009
@@ -38,7 +38,7 @@
static int g_php_fix_pathinfo_enable = 0;
/* Stolen from mod_cgi.c */
-/* KLUDGE --- for back-combatibility, we don't have to check ExecCGI
+/* KLUDGE --- for back-compatibility, we don't have to check ExecCGI
* in ScriptAliased directories, which means we need to know if this
* request came through ScriptAlias or not... so the Alias module
* leaves a note for us.
@@ -648,7 +648,7 @@
"Header name which will be passed to FastCGI as environment variable."),
AP_INIT_TAKE12("FCGIWrapper", set_wrapper_config, NULL,
RSRC_CONF | ACCESS_CONF | OR_FILEINFO,
- "The CGI wrapper setting"),
+ "The CGI wrapper file and an optional URL suffix"),
AP_INIT_TAKE1("PHP_Fix_Pathinfo_Enable",
set_php_fix_pathinfo_enable,
NULL, RSRC_CONF,
opensubscriber is not affiliated with the authors of this message nor responsible for its content.