LinuxParty
Este artículo muestra cómo puede instalar y ejecutar Roundcube webmail (versión 0.7.1) en un sistema Debian Squeeze o Ubuntu 11.10 que tenga Nginx instalado en lugar de Apache (LEMP = Linux + nginx (pronunciado "engine x") + MySQL + PHP). Roundcube webmail es un cliente IMAP multilingüe con interfaz de usuario basada en un navegador. Nginx es un servidor HTTP que utiliza mucho menos recursos que Apache y ofrece páginas y archivos más rápido, especialmente archivos estáticos.
This tutorial shows how you can install and run Roundcube webmail (version 0.7.1) 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). Roundcube webmail is a browser-based multilingual IMAP client with an application-like user interface. nginx is a HTTP server that uses much less resources than Apache and delivers pages a lot of faster, especially static files.
http://www.howtoforge.com/running-roundcube-0.7.1-on-nginx-lemp-on-debian-squeeze-ubuntu-11.10
-
Nginx
- El desarrollador central de Nginx abandona el proyecto y dice que ya no ve a Nginx como un "proyecto gratuito y de código abierto para el bien público"
- La guía definitiva para asegurar, fortalecer y mejorar el servidor web Nginx
- Cómo habilitar y monitorear el estado de PHP-FPM en Nginx
- Configurar NGINX como proxy inverso: paso a paso
- Cómo limitar el número de conexiones (solicitudes) por IP y por dominio con NGINX
- Ejecutar Roundcube 0.7.1 en Nginx (LEMP) en Debian Squeeze/Ubuntu 11.10
- Configure el proxy inverso NGINX: paso a paso
- Servidor Nginx HTTP + PHP5 (Con fast-cgi y xcache) en Ubuntu Feisty Fawn