Web server configuration: Difference between revisions

From Open Source Ecology
Jump to navigation Jump to search
No edit summary
(Replaced content with "=Software= Our http(s) content is served using the following web servers: # Nginx # Varnish # Apache ==See Also== *Website *OSE Server Category: IT Infrastru...")
Line 1: Line 1:
=Page Status=
=Software=


As of 2017, all of this information appears to be invalid. See [[OSE Server]] for current backup info, though I do want to upgrade our current solution to duplicity.
Our http(s) content is served using the following web servers:


=Overview=
# Nginx
[[Website]] configuration information.
# Varnish
 
# Apache
*We have used Hetzner.de since 2011, and have 4 GB RAM and 9 GB free disk space as of 2/2014. The entire wiki currently takes____________, and overall usage is 50GB as of 5/16.
:*RAM dictates how many frequently accessed pages can be cached, and allows for handling more users.
*We have unlimited subdomains
*We have unlimited domains
*10 GB memory
*Managed Server MS5000- hosting - specs request submitted 5/25/16 to Hetzner - they have changed since the 4GB RAM in 2011.
*May 25, 2016 - used 70 GB of unlimited traffic.
 
==What’s inside our site root folder?==
{|
|[[Main Page|Wiki]]
|[[Special: Version|MediaWiki]]
|----
|[http://blog.opensourceecology.org/ Blog]
|Wordpress
|----
|[http://forum.opensourceecology.org/ Forum]
|[[Vanilla Forums]]
|----
|[http://civicrm.opensourceecology.org/ CRM]
|CiviCRM
|----
|}
* To see the currently used version of MediaWiki, PHP and MySQL, visit the [[Special: Version]] page.
 
==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:


==See Also==
==See Also==

Revision as of 17:29, 22 December 2017

Software

Our http(s) content is served using the following web servers:

  1. Nginx
  2. Varnish
  3. Apache

See Also