Linux Tutorials on the topic “web server”
-
Running phpMyAdmin On Nginx (LEMP) On Debian Squeeze/Ubuntu 11.04
Author: Falko Timme • Tags: debian, mysql, nginx, ubuntu, web server • Comments: 6
Running phpMyAdmin On Nginx (LEMP) On Debian Squeeze/Ubuntu 11.04 The phpMyAdmin package from the Debian/Ubuntu repositories comes with configuration files for Apache and Lighttpd, but not for nginx. This tutorial shows how you can use the Debian Squeeze/Ubuntu 11.04 phpMyAdmin package in an nginx vhost. Nginx is a HTTP server that uses much less resources than Apache and delivers pages a lot of faster, especially static files.
-
Running SquirrelMail On Nginx (LEMP) On Debian Squeeze/Ubuntu 11.04
Author: Falko Timme • Tags: debian, email, nginx, ubuntu, web server • Comments: 1
Running SquirrelMail On Nginx (LEMP) On Debian Squeeze/Ubuntu 11.04 The SquirrelMail package from the Debian/Ubuntu repositories comes with a configuration file for Apache, but not for nginx. This tutorial shows how you can use the Debian Squeeze/Ubuntu 11.04 SquirrelMail package in an nginx vhost. Nginx is a HTTP server that uses much less resources than Apache and delivers pages a lot of faster, especially static files.
-
Running SugarCRM Community Edition On Nginx (LEMP) on Debian Squeeze/Ubuntu 11.04
Author: Falko Timme • Tags: debian, nginx, ubuntu, web server • Comments: 3
Running SugarCRM Community Edition On Nginx (LEMP) on Debian Squeeze/Ubuntu 11.04 SugarCRM is a webbased CRM solution written in PHP. SugarCRM is available in different flavours called "Editions" ("Community" (free), "Professional", and "Enterprise"). In this tutorial I will describe the installation of the free Community Edition on a Debian Squeeze or Ubuntu 11.04 system that has nginx installed instead of Apache (LEMP = Linux + nginx (pronounced "engine x") + MySQL + PHP). With the modules My Portal, Calendar, Activities, Contacts, Accounts, Leads, Opportunities, Cases, Bugtracker, Documents and Email, SugarCRM Community Edition offers everything that can be expected from a CRM solution.
-
-
Running Contao 2.10.2 On Nginx (LEMP) On Debian Squeeze/Ubuntu 11.10
Author: Falko Timme • Tags: debian, ubuntu, web server, nginx • Comments: 0
Running Contao 2.10.2 On Nginx (LEMP) On Debian Squeeze/Ubuntu 11.10 This tutorial shows how you can install and run a Contao 2.10.2 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). nginx is a HTTP server that uses much less resources than Apache and delivers pages a lot of faster, especially static files.
-
Running Joomla 1.7 On Nginx (LEMP) On Debian Squeeze/Ubuntu 11.10
Author: Falko Timme • Tags: debian, nginx, ubuntu, web server • Comments: 2
Running Joomla 1.7 On Nginx (LEMP) On Debian Squeeze/Ubuntu 11.10 This tutorial shows how you can install and run a Joomla 1.7 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). nginx is a HTTP server that uses much less resources than Apache and delivers pages a lot of faster, especially static files.
-
Installing Nginx With PHP5 (And PHP-FPM) And MySQL Support On Ubuntu 11.10
Author: Falko Timme • Tags: mysql, nginx, php, ubuntu, web server • Comments: 4
Installing Nginx With PHP5 (And PHP-FPM) And MySQL Support On Ubuntu 11.10 Nginx (pronounced "engine x") is a free, open-source, high-performance HTTP server. Nginx is known for its stability, rich feature set, simple configuration, and low resource consumption. This tutorial shows how you can install Nginx on an Ubuntu 11.10 server with PHP5 support (through PHP-FPM) and MySQL support.
-
Installing Nginx With PHP5 (And PHP-FPM) And MySQL Support On CentOS 6.0
Author: Falko Timme • Tags: centos, mysql, nginx, php, web server • Comments: 9
Installing Nginx With PHP5 (And PHP-FPM) And MySQL Support On CentOS 6.0 Nginx (pronounced "engine x") is a free, open-source, high-performance HTTP server. Nginx is known for its stability, rich feature set, simple configuration, and low resource consumption. This tutorial shows how you can install Nginx on a CentOS 6.0 server with PHP5 support (through PHP-FPM) and MySQL support.
-
Using PHP5-FPM With Apache2 On CentOS 6.2
Author: Falko Timme • Tags: apache, centos, php, web server • Comments: 5
Using PHP5-FPM With Apache2 On CentOS 6.2 This tutorial shows how you can install an Apache2 webserver on a CentOS 6.2 server with PHP5 (through PHP-FPM) and MySQL support. PHP-FPM (FastCGI Process Manager) is an alternative PHP FastCGI implementation with some additional features useful for sites of any size, especially busier sites.
-
Installing Nginx With PHP5 (And PHP-FPM) And MySQL Support On CentOS 6.2
Author: Falko Timme • Tags: centos, nginx, web server • Comments: 1
Installing Nginx With PHP5 (And PHP-FPM) And MySQL Support On CentOS 6.2 Nginx (pronounced "engine x") is a free, open-source, high-performance HTTP server. Nginx is known for its stability, rich feature set, simple configuration, and low resource consumption. This tutorial shows how you can install Nginx on a CentOS 6.2 server with PHP5 support (through PHP-FPM) and MySQL support.
-
How To Set Up WebDAV With Lighttpd On Debian Squeeze
Author: Falko Timme • Tags: debian, lighttpd, storage, web server • Comments: 2
How To Set Up WebDAV With Lighttpd On Debian Squeeze This guide explains how to set up WebDAV with lighttpd on a Debian Squeeze server. WebDAV stands for Web-based Distributed Authoring and Versioning and is a set of extensions to the HTTP protocol that allow users to directly edit files on the lighttpd server so that they do not need to be downloaded/uploaded via FTP. Of course, WebDAV can also be used to upload and download files.