Changes between Version 24 and Version 25 of CloudPlugin


Ignore:
Timestamp:
Feb 4, 2011, 6:01:07 PM (13 years ago)
Author:
Rob Guttman
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • CloudPlugin

    v24 v25  
    4646    You can alternatively use the Trac Web Admin GUI to enable any or all rules.
    4747
    48  3. Configure the main {{{trac.ini}}} section.  A minimal configuration would look like this:
     48 3. Ensure Trac's web server can support long-running requests.
     49    Launching an ec2 instance can take several minutes which may be longer than your web server's timeout depending on how you setup Trac.  For example, for an apache2 and fcgi setup, you should add the following directive to your Trac's apache conf:
     50    {{{
     51    FcgidIOTimeout 900
     52    }}}
     53
     54 4. Configure the main {{{trac.ini}}} section.  A minimal configuration would look like this:
    4955    {{{
    5056    [cloud]