Overview If you need to build your own Postfix, Dovecot, SpamAssassin and Roundcube server for your own mail hosting, look no further than this all in one Ansible script. Just configure the global configuration file, run the script and BAM, you have a fully functioning mail server! This script completes an end to end configuration… Read more »
Install MediaWiki on Apache with mySQL
From MediaWiki site: MediaWiki is a free software open source wiki package written in PHP, originally for use on Wikipedia. I decided to give MediaWiki a try as a scripts repository so I thought I’d write a quick guide of how to install it on a Linux/Apache/mySQL server. Assumptions A fully qualified domain name with a… Read more »
Set up Apache as a reverse proxy using mod_proxy
Okay so I love Apache and at every chance I will use it over Microsoft IIS or any other web serving service, unless a specific application is only written for Microsoft IIS – such as (Citrix Web Interface) !! So in the case of only having one public IP and Citrix Web Interface behind it… Read more »
How to Install Curl into PHP5 and Apache
Curl is a library that lets your make HTTP requests in PHP. Most hosting providers have cURL installed already but if you have to install it on your self managed server with Apache and PHP5 installed, then follow this step by step process. 1. Install packages apt-get install curl libcurl3 libcurl3-dev php5-curl php5-mcrypt 2. Open… Read more »
Migrating WordPress Between Platforms
Okay so you want to move WordPress from either a Microsoft IIS server running Microsoft SQL to a Linux box running Apache and MySQL or the other way around? This seems like a daunting task (as I thought initially) but as I found, it is easier than once thought. Existing WordPress Site Log into your existing… Read more »