Changes between Version 4 and Version 5 of boggs


Ignore:
Timestamp:
Mar 2, 2014, 5:29:14 PM (11 years ago)
Author:
Benjamin Melançon
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • boggs

    v4 v5  
    77{{{
    88# This file was created by Red. Best not to modify
    9 # by hand unless you know what you're doing.
     9# by hand unless you know what you're doing--- going for it!
     10# These modules must be enabled : rewrite, fcgid
     11# (mod_fastcgi is much harder to configure)
    1012<VirtualHost *:80>
    1113        # web config for projects.occupytechnology.org
    1214        ServerName projects.occupytechnology.org
    1315        ServerAlias www.projects.occupytechnology.org ctprojects.mayfirst.org projects.occupy.net
    14 #       DocumentRoot /home/members/ocutech/sites/projects.occupytechnology.org/web
    15         CustomLog /home/members/ocutech/sites/projects.occupytechnology.org/logs/web.log combined
    16         ErrorLog /home/members/ocutech/sites/projects.occupytechnology.org/logs/error.log
    17         ScriptAlias /cgi-bin /home/members/ocutech/sites/projects.occupytechnology.org/cgi-bin
    18 
    19 #       FCGIWrapper /home/members/ocutech/sites/projects.occupytechnology.org/bin/php-cgi .php
    20         SuexecUserGroup ctprojects ctprojects
    21 
    2216        # FcgidInitialEnv for module mod_fcgid
    23         # These enviroment variables appear to be ignored by ruby, so these are also set in
    24         # the relevant config/enviroment.rb file
    2517        FcgidInitialEnv RAILS_RELATIVE_URL_ROOT ""
    2618        FcgidInitialEnv X_DEBIAN_SITEID "default"
    27         FcgidInitialEnv RAILS_ETC "/home/members/ocutech/sites/projects.occupytechnology.org/include/redmine/config"
    28         FcgidInitialEnv RAILS_LOG "/home/members/ocutech/sites/projects.occupytechnology.org/include/redmine/log"
    29         FcgidInitialEnv RAILS_VAR "/home/members/ocutech/sites/projects.occupytechnology.org/include/redmine"
    30         FcgidInitialEnv RAILS_CACHE "/home/members/ocutech/sites/projects.occupytechnology.org/include/redmine/tmp"
    31         FcgidInitialEnv RAILS_ENV "production"
     19        FcgidMaxRequestLen 20971520
    3220
    3321        Alias "/plugin_assets/" /var/cache/redmine/default/plugin_assets/
     
    4836                RewriteRule ^(.*)$ dispatch.fcgi [QSA,L]
    4937        </Directory>
     38
     39        ErrorLog /home/members/ocutech/sites/projects.occupytechnology.org/logs/error.log
     40
     41        # Possible values include: debug, info, notice, warn, error, crit,
     42        # alert, emerg.
     43        LogLevel warn
     44
     45        CustomLog /home/members/ocutech/sites/projects.occupytechnology.org/logs/web.log combined
     46        ScriptAlias /cgi-bin /home/members/ocutech/sites/projects.occupytechnology.org/cgi-bin
     47        SuexecUserGroup ctprojects ctprojects
    5048</VirtualHost>
    5149}}}
     
    5452
    5553
    56 Required:
    57 
    58 {{{
    59 gem install i18n -v=0.4.2
    60 }}}