Linux Tutorials on the topic “debian”
-
Running PrestaShop 1.5.x On Nginx (LEMP) On Debian Wheezy/Ubuntu 12.10
Author: Falko Timme • Tags: debian, nginx, ubuntu, web server • Comments: 3
Running PrestaShop 1.5.x On Nginx (LEMP) On Debian Wheezy/Ubuntu 12.10 This tutorial shows how you can install and run a PrestaShop 1.5.x web site on a Debian Wheezy or Ubuntu 12.10 system that has nginx installed instead of Apache (LEMP = Linux + nginx (pronounced "engine x") + MySQL + PHP). nginx is a HTTP server that uses much less resources than Apache and delivers pages a lot of faster, especially static files.
-
Running Redaxo 4.4.x On Nginx (LEMP) On Debian Wheezy/Ubuntu 12.10
Author: Falko Timme • Tags: debian, nginx, ubuntu, web server • Comments: 0
Running Redaxo 4.4.x On Nginx (LEMP) On Debian Wheezy/Ubuntu 12.10 This tutorial shows how you can install and run a Redaxo 4.4.x web site on a Debian Wheezy or Ubuntu 12.10 system that has nginx installed instead of Apache (LEMP = Linux + nginx (pronounced "engine x") + MySQL + PHP). nginx is a HTTP server that uses much less resources than Apache and delivers pages a lot of faster, especially static files.
-
Building Nginx From Source On Debian Squeeze
Author: MaddinXx • Tags: debian, nginx, web server • Comments: 7
Building Nginx From Source On Debian Squeeze This tutorial describes how you can build nginx from source on Debian Squeeze. Additionally, we will include some useful 3rd-party modules like the naxsi WAF (web application firewall), SPDY etc.
-
-
Running TYPO3 4.6 On Nginx (LEMP) On Debian Squeeze/Ubuntu 11.10
Author: Falko Timme • Tags: debian, nginx, ubuntu, web server • Comments: 1
Running TYPO3 4.6 On Nginx (LEMP) On Debian Squeeze/Ubuntu 11.10 This tutorial shows how you can install and run a TYPO3 (version 4.6) web site on a Debian Squeeze or Ubuntu 11.10 system that has nginx installed instead of Apache (LEMP = Linux + nginx (pronounced "engine x") + MySQL + PHP). The guide also covers the use of the nc_staticfilecache extension which allows TYPO3 to cache pages as complete .html files for faster delivery (increases response times for static pages by a factor of 230; it's similar to Drupal's Boost module). nginx is a HTTP server that uses much less resources than Apache and delivers pages a lot of faster, especially static files.
-
Lan Management System (LMS) On Debian Squeeze - Router Howto
Author: yarzombo • Tags: debian • Comments: 6
Lan Management System (LMS) On Debian Squeeze - Router Howto LMS (Lan Management System) is a good system for small ISPs made in Poland. But installation, configuration and integration with firewall or traffic shaping mechanisms could take a lot of time. Here you can try my scripts for express-installation of LMS. The scripts were tested in several companies.
-
How To Detect Weak Mail Passwords On Your ISPConfig 3 Server
Author: grungy • Tags: debian, ispconfig • Comments: 0How To Detect Weak Mail Passwords On Your ISPConfig 3 Server This is a short tutorial on how to find out weak password for your mail users. This will save you you a huge headache since spammers will find out mail account with weak password and send spam email as that user which will result in your mail server being blacklisted.
-
Building PHP 5.4 From Source On Debian Squeeze
Author: MaddinXx • Tags: php, debian, control panels, ispconfig • Comments: 5
Building PHP 5.4 From Source On Debian Squeeze This tutorial describes how you can build PHP 5.4 from source on Debian Squeeze. Later on, we will install more modules through PECL and add it as an additional PHP version to ISPConfig's dropdown. At the end you will have a fully function PHP 5.4 installation which is selectable within the ISPConfig interface and a .deb package than can be used on other server as well.
-
Running Contao 3.x On Nginx (LEMP) On Debian Wheezy/Ubuntu 12.10
Author: Falko Timme • Tags: debian, nginx, ubuntu, web server • Comments: 0
Running Contao 3.x On Nginx (LEMP) On Debian Wheezy/Ubuntu 12.10 This tutorial shows how you can install and run a Contao 3.x web site on a Debian Wheezy or Ubuntu 12.10 system that has nginx installed instead of Apache (LEMP = Linux + nginx (pronounced "engine x") + MySQL + PHP). nginx is a HTTP server that uses much less resources than Apache and delivers pages a lot of faster, especially static files.
-
Setting Up A Standalone Storage Server With GlusterFS And Samba On Debian Squeeze
Author: shofer • Tags: linux, debian, samba, storage • Comments: 4
Setting Up A Standalone Storage Server With GlusterFS And Samba On Debian Squeeze This tutorial shows how to set up a standalone storage server on Debian 6.0, using GlusterFS and SAMBA, and custom scripts and settings to make life easier.
-
Nginx Catch-All Host As Front End To Apache For ISPConfig 3 On Debian Lenny
Author: grungy • Tags: apache, debian, nginx • Comments: 13
Nginx Catch-All Host As Front End To Apache For ISPConfig 3 On Debian Lenny Apache has always been the web server of choice for me. It is a real beast when it comes to resources usage specially in a resource limited environment such as a VPS. I started playing with Nginx a lightweight, high performance web server. My area of interest was running Nginx as a reverse proxy and making it work in a Apache/ISPConfig 3 environment.