[Rt-commit] rt branch, 4.2/configure-web-handler, created. rt-4.0.1rc1-5-g3e3a65f
Alex Vandiver
alexmv at bestpractical.com
Wed Jul 20 15:25:56 EDT 2011
The branch, 4.2/configure-web-handler has been created
at 3e3a65f30827fb606615ff045f984cb136f3a8c9 (commit)
- Log -----------------------------------------------------------------
commit 3e3a65f30827fb606615ff045f984cb136f3a8c9
Author: Shawn M Moore <sartak at bestpractical.com>
Date: Fri May 27 17:08:26 2011 -0400
Document that standalone is a valid web-handler
diff --git a/configure.ac b/configure.ac
index ba4eb94..19c7145 100755
--- a/configure.ac
+++ b/configure.ac
@@ -40,7 +40,7 @@ dnl WEB_HANDLER
AC_ARG_WITH(web-handler,
AC_HELP_STRING([--with-web-handler=LIST],
[comma separated list of web-handlers RT will be able to use.
- Default is fastcgi when modperl1, modperl2, and fastcgi are valid.
+ Default is fastcgi. Valid values are modperl1, modperl2, fastcgi and standalone.
To successfully run RT you need only one.
]),
WEB_HANDLER=$withval,
-----------------------------------------------------------------------
More information about the Rt-commit
mailing list