SSL Secured Apache Webserver
Here’s a quick way to run an SSL Secured Webserver. Ideally, a trusted Certificate Authority should be used, but as a proof of concept, we’ll… Read More »SSL Secured Apache Webserver
Here’s a quick way to run an SSL Secured Webserver. Ideally, a trusted Certificate Authority should be used, but as a proof of concept, we’ll… Read More »SSL Secured Apache Webserver
This particular entry deals with installing (not migrating) a base Moodle 2.x installation on CentOS 5.7. A few non-standard packages were recommended at the time… Read More »Installing Moodle 2.x on CentOS 5.7
The Moodle’s config.php includes a section to email connection errors to an email address $CFG->emailconnectionerrorsto = ‘myemail@org.com’ I’ve noticed some random errors popping up in… Read More »Moodle Apache/DB Connection Errors!
This particular configuration is being used to support a large Moodle Installation.The front end comprises of:1 Loadbalancer3 webserversThe load balancer virtual IP Prerequisites:Fully built and… Read More »Deploying a loadbalanced Apache front end
This covers pure installation of the Tomcat server on CentOS alongside Apache httpd, any configurations can be found on the Tomcat site: http://tomcat.apache.org/0. Login as… Read More »Installing Tomcat5 on CentOS 5.x