Web server configuration: Difference between revisions

From Open Source Ecology
Jump to navigation Jump to search
mNo edit summary
No edit summary
Line 1: Line 1:
==What’s inside our site root folder?==
{|
{|
|Infrastructure Software:
|----
|Web Server
|Apache 2
|----
|Programming language
|PHP 5.3 FastCGI
|----
|Database
|MySQL 5.1.53-log
|----
|Database client
|MySQL client 5.0.51a
|----
|DB web management console
|http://dhdb.openfarmtech.org/
|----
|}
* Web hosting provider must enable .htacces use
* SSH account should be enabled
Cron jobs
* CiviCRM: hourly: ~/bin/civi-mail.sh
* Drupal: hourly: curl --silent --compressed http://openfarmtech.org/community/cron.php
* Backup site-root: Weekly: . ~/altroot/init.sh; ~/bin/mbkp.sh site-root
* Backup MONTHLY: . ~/altroot/init.sh; ~/bin/mbkp.sh altroot; ~/bin/mbkp.sh blog-cache
* Backup DAILY:
{|
|What’s inside our site root folder?
|----
|[[Special: Version|Wiki]]
|[[Special: Version|Wiki]]
|Wikimedia 1.16
|Wikimedia 1.16
Line 51: Line 20:
|----
|----
|}
|}
==Infrastructure Software==
{|
|Web Server
|Apache >= 2.2.17
|----
|Programming language
|PHP >= 5.2
|----
|Database
|MySQL >= 5.1.47
|----
|Database client
|MySQL client >= 5.1.47
|}
* Web hosting provider must enable .htacces use
* SSH account should be enabled
==Cron jobs==
* CiviCRM: hourly: ~/bin/civi-mail.sh
* Drupal: hourly: curl --silent --compressed http://openfarmtech.org/community/cron.php
* Backup site-root: Weekly: . ~/altroot/init.sh; ~/bin/mbkp.sh site-root
* Backup MONTHLY: . ~/altroot/init.sh; ~/bin/mbkp.sh altroot; ~/bin/mbkp.sh blog-cache
* Backup DAILY:


[[Category: IT Infrastructure]]
[[Category: IT Infrastructure]]

Revision as of 00:12, 24 March 2011

What’s inside our site root folder?

Wiki Wikimedia 1.16
Blog Wordpress
Forum Vanilla Forums
Surveys LimeSurvey
Community portal Drupal
CRM CiviCRM

Infrastructure Software

Web Server Apache >= 2.2.17
Programming language PHP >= 5.2
Database MySQL >= 5.1.47
Database client MySQL client >= 5.1.47
  • Web hosting provider must enable .htacces use
  • SSH account should be enabled

Cron jobs

  • CiviCRM: hourly: ~/bin/civi-mail.sh
  • Drupal: hourly: curl --silent --compressed http://openfarmtech.org/community/cron.php
  • Backup site-root: Weekly: . ~/altroot/init.sh; ~/bin/mbkp.sh site-root
  • Backup MONTHLY: . ~/altroot/init.sh; ~/bin/mbkp.sh altroot; ~/bin/mbkp.sh blog-cache
  • Backup DAILY: