Skip to main content

Software and Configurations

WPOven leverages MySQL,Nginx and Varnish to give the best restuls. 

Directory Structure 

  • /srv/www : Various sites in the system with logs/ home/ and public_html/ directories
    • logs/ : Contains access.log and error.log for the current site
    • public_html/ : Contains the site files
    • home/ : Used for SSH login 
  • /srv/bamon : This folder contains various scripts used for displaying dashboard and monitor / backup the server 

Softwares

Nginx - This is a webserver which is used to serve the files and also acts as a SSL termination when in front of varnish 

Varnish : This is the caching system used , this gives RAM based caching and allows flexibility through the vcl scripting. 

PHP-FPM : Allows us to execute PHP 

Redis : This acts as a object cache store. Needs WPBase cache plugin