Debian LNMP With Dotdeb
25 Sep 2011 by TuxAdminThat's right, I've finally succumbed to using a third party repository for the Debian LNMP script. In addition to the 100% Debian packages script, there is now a Dotdeb version of the script which uses MySQL, Nginx and PHP5 packages from Dotdeb. Every other installed package is from official Debian repo.
Direct download link = Here
Or continue reading for more detailed explanation...
During the feature freeze of Debian squeeze, the PHP maintainers decided to remove the PHP5-FPM package from the main repository. Therefore if you want to setup Nginx with PHP5-FPM you would need to either :-
- Pull the package from testing repository which breaks often unless you upgrade entire system to testing. You risk slower security updates this way and potentially bugs if the package maintainer isn't careful. We're all human beings! Ironically... Debian Testing is historically more bug free than Debian stable as updates come directly from upstream.
- Compile your own PHP. Probably not the wisest option unless you really know what you're doing. If you want to upgrade or add new extensions you'll need to recompile, which can get rather tedious to maintain.
- Use a third party repository. This is where Dotdeb comes in. So far it is a rather well maintained repo so I'd say its a fairly safe option.
Personally, I'd probably still use Debian testing since the web related packages rarely breaks but the dotdeb option isn't too bad either.
Email Configuration: Setting Up Reverse DNS and SPF Records
This tutorial presents a simple 2 step configuration to ensure that emails sent out from your server do not end up being flagged as spam.
1. Set RDNS
Some mail servers checks to see if emails coming from a particular IP matches the hostname of the server it is sent ...
read moreIptables: Firewall Configuration
It is a good idea to limit the number of maximum connections coming from a single IP. Modern browsers use multiple connections to speed up loading to the server, so you want the limit to be reasonably high, but not too high that someone can flood your server with thousands ...
read moreLAMP and LNMP for Ubuntu Oneiric 11.10
Been rather busy but lately I've been getting emails asking when the scripts will be supported for the latest Ubuntu release. Figured I'd wait a while for my providers to roll out the new OS template but as it turns out, the Oneiric template is already available for ...
read moreLAMP for Ubuntu 10.10 Maverick Meerkat
Installer script for Ubuntu 10.10 Maverick Meerkat now available. This script package installs Apache2 (mpm-worker) with mod_fastcgi and PHP5-FPM, which is a faster and better setup than the Debian version of Tuxlite LAMP script (PHP5-CGI). All packages are installed from official Ubuntu repositories. The default install uses 80MB idle ...
read more