public marks

PUBLIC MARKS from falko with tag lighttpd

2013

Installing Lighttpd With PHP5 (PHP-FPM) And MySQL Support On Fedora 19 | HowtoForge - Linux Howtos and Tutorials

Lighttpd is a secure, fast, standards-compliant web server designed for speed-critical environments. This tutorial shows how you can install Lighttpd on a Fedora 19 server with PHP5 support (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. I use PHP-FPM in this tutorial instead of Lighttpd's spawn-fcgi.

Installing Lighttpd With PHP5 (PHP-FPM) And MySQL Support On Ubuntu 13.04 | HowtoForge - Linux Howtos and Tutorials

Lighttpd is a secure, fast, standards-compliant web server designed for speed-critical environments. This tutorial shows how you can install Lighttpd on an Ubuntu 13.04 server with PHP5 support (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. I use PHP-FPM in this tutorial instead of Lighttpd's spawn-fcgi.

Installing Lighttpd With PHP5 (PHP-FPM) And MySQL Support On Debian Wheezy | HowtoForge - Linux Howtos and Tutorials

Lighttpd is a secure, fast, standards-compliant web server designed for speed-critical environments. This tutorial shows how you can install Lighttpd on a Debian Wheezy server with PHP5 support (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. I use PHP-FPM in this tutorial instead of Lighttpd's spawn-fcgi.

Installing Lighttpd With PHP5 (PHP-FPM) And MySQL Support On Fedora 18 | HowtoForge - Linux Howtos and Tutorials

Lighttpd is a secure, fast, standards-compliant web server designed for speed-critical environments. This tutorial shows how you can install Lighttpd on a Fedora 18 server with PHP5 support (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. I use PHP-FPM in this tutorial instead of Lighttpd's spawn-fcgi.

2012

Installing Lighttpd With PHP5 (PHP-FPM) And MySQL Support On Ubuntu 12.10 | HowtoForge - Linux Howtos and Tutorials

Lighttpd is a secure, fast, standards-compliant web server designed for speed-critical environments. This tutorial shows how you can install Lighttpd on an Ubuntu 12.10 server with PHP5 support (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. I use PHP-FPM in this tutorial instead of Lighttpd's spawn-fcgi.

Installing Lighttpd With PHP5 (PHP-FPM) And MySQL Support On OpenSUSE 12.2 | HowtoForge - Linux Howtos and Tutorials

Lighttpd is a secure, fast, standards-compliant web server designed for speed-critical environments. This tutorial shows how you can install Lighttpd on an OpenSUSE 12.2 server with PHP5 support (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. I use PHP-FPM in this tutorial instead of Lighttpd's spawn-fcgi.

Creating Advanced MySQL-Based Virtual Hosts On Lighttpd (Ubuntu 12.04) | HowtoForge - Linux Howtos and Tutorials

This guide explains how you can create advanced virtual hosts on a lighttpd web server on Ubuntu 12.04 that are stored in a MySQL database. The method described here does not use the lighttpd mod_mysql_vhost module, and unlike mod_mysql_vhost (which allows you to store only the hostname and document root of a vhost in a database), this method allows to store individual configuration directives for each vhost in the MySQL database.

Installing Lighttpd With PHP5 (PHP-FPM) And MySQL Support On Fedora 17 | HowtoForge - Linux Howtos and Tutorials

Lighttpd is a secure, fast, standards-compliant web server designed for speed-critical environments. This tutorial shows how you can install Lighttpd on a Fedora 17 server with PHP5 support (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. I use PHP-FPM in this tutorial instead of Lighttpd's spawn-fcgi.

Creating Simple Virtual Hosts With mod_mysql_vhost On Lighttpd (Debian Squeeze) | HowtoForge - Linux Howtos and Tutorials

This guide explains how you can use mod_mysql_vhost to create simple virtual hosts on a lighttpd web server on Debian Squeeze. With mod_mysql_vhost, lighttpd can read the vhost configuration from a MySQL database. Currently, you can store the domain and the document root in the MySQL database which results in very simple virtual hosts. If you need more directives for your vhosts, you'd have to configure them in the global section of lighttpd.conf, which means they'd be valid for all vhosts. Therefore, mod_mysql_vhost is ideal if your vhosts differ only in the domain and document root.

Installing Lighttpd With PHP5 (PHP-FPM) And MySQL Support On CentOS 6.3 | HowtoForge - Linux Howtos and Tutorials

Lighttpd is a secure, fast, standards-compliant web server designed for speed-critical environments. This tutorial shows how you can install Lighttpd on a Centos 6.3 server with PHP5 support (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. I use PHP-FPM in this tutorial instead of Lighttpd's spawn-fcgi.

HowtoForge - Linux Howtos and Tutorials

by 38 others
Lighttpd is a secure, fast, standards-compliant web server designed for speed-critical environments. This tutorial shows how you can install Lighttpd on an Ubuntu 12.04 server with PHP5 support (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. I use PHP-FPM in this tutorial instead of Lighttpd's spawn-fcgi.

2011

Installing Lighttpd With PHP5 And MySQL Support On CentOS 5.6 | HowtoForge - Linux Howtos and Tutorials

(via)
Lighttpd is a secure, fast, standards-compliant web server designed for speed-critical environments. This tutorial shows how you can install Lighttpd on a CentOS 5.6 server with PHP5 support (through FastCGI) and MySQL support.

Installing Lighttpd With PHP5 And MySQL Support On Ubuntu 11.04 | HowtoForge - Linux Howtos and Tutorials

(via)
Lighttpd is a secure, fast, standards-compliant web server designed for speed-critical environments. This tutorial shows how you can install Lighttpd on an Ubuntu 11.04 server with PHP5 support (through FastCGI) and MySQL support.

Installing Lighttpd With PHP5 And MySQL Support On OpenSUSE 11.4 | HowtoForge - Linux Howtos and Tutorials

(via)
Lighttpd is a secure, fast, standards-compliant web server designed for speed-critical environments. This tutorial shows how you can install Lighttpd on an OpenSUSE 11.4 server with PHP5 support (through FastCGI) and MySQL support.

How To Save Traffic With Lighttpd's mod_compress (Debian Squeeze) | HowtoForge - Linux Howtos and Tutorials

(via)
In this tutorial I will describe how to configure mod_compress on a Lighttpd web server (on Debian Squeeze). mod_compress allows Lighttpd to compress files and deliver them to clients (e.g. browsers) that can handle compressed content which most modern browsers do. With mod_compress, you can compress HTML, CSS, Javascript, text or XML files to approx. 20 - 30% of their original sizes, thus saving you server traffic and making your modem users happier.

Installing Lighttpd With PHP5 And MySQL Support On Debian Squeeze | HowtoForge - Linux Howtos and Tutorials

(via)
Lighttpd is a secure, fast, standards-compliant web server designed for speed-critical environments. This tutorial shows how you can install Lighttpd on a Debian Squeeze server with PHP5 support (through FastCGI) and MySQL support.

2010

Installing Lighttpd With PHP5 And MySQL Support On Fedora 14 | HowtoForge - Linux Howtos and Tutorials

(via)
Lighttpd is a secure, fast, standards-compliant web server designed for speed-critical environments. This tutorial shows how you can install Lighttpd on a Fedora 14 server with PHP5 support (through FastCGI) and MySQL support.

Installing Lighttpd With PHP5 And MySQL Support On Ubuntu 10.10 | HowtoForge - Linux Howtos and Tutorials

(via)
Lighttpd is a secure, fast, standards-compliant web server designed for speed-critical environments. This tutorial shows how you can install Lighttpd on an Ubuntu 10.10 server with PHP5 support (through FastCGI) and MySQL support.

Installing Lighttpd With PHP5 And MySQL Support On OpenSUSE 11.3 | HowtoForge - Linux Howtos and Tutorials

(via)
Lighttpd is a secure, fast, standards-compliant web server designed for speed-critical environments. This tutorial shows how you can install Lighttpd on an OpenSUSE 11.3 server with PHP5 support (through FastCGI) and MySQL support.

Installing Lighttpd With PHP5 And MySQL Support On Fedora 13 | HowtoForge - Linux Howtos and Tutorials

(via)
Lighttpd is a secure, fast, standards-compliant web server designed for speed-critical environments. This tutorial shows how you can install Lighttpd on a Fedora 13 server with PHP5 support (through FastCGI) and MySQL support.

Installing Lighttpd With PHP5 And MySQL Support On Ubuntu 10.04 | HowtoForge - Linux Howtos and Tutorials

(via)
Lighttpd is a secure, fast, standards-compliant web server designed for speed-critical environments. This tutorial shows how you can install Lighttpd on an Ubuntu 10.04 server with PHP5 support (through FastCGI) and MySQL support.

Build Your Own Video Community With Lighttpd And FlowPlayer (Ubuntu 9.10) | HowtoForge - Linux Howtos and Tutorials

(via)
This article shows how you can build your own video community using lighttpd with its mod_flv_streaming module (for streaming .flv videos, the format used by most major video communities such as YouTube) and its mod_secdownload module (for preventing hotlinking of the videos) on Ubuntu 9.10. I will use FlowPlayer as the video player, a free Flash video player with support for lighttpd's mod_flv_streaming module. I will also show how you can encode videos (.mp4 .mov .mpg .3gp .mpeg .wmv .avi) to the FLV format supported by Adobe Flash.

Build Your Own Video Community With Lighttpd And FlowPlayer (Debian Lenny) | HowtoForge - Linux Howtos and Tutorials

(via)
This article shows how you can build your own video community using lighttpd with its mod_flv_streaming module (for streaming .flv videos, the format used by most major video communities such as YouTube) and its mod_secdownload module (for preventing hotlinking of the videos) on Debian Lenny. I will use FlowPlayer as the video player, a free Flash video player with support for lighttpd's mod_flv_streaming module. I will also show how you can encode videos (.mp4 .mov .mpg .3gp .mpeg .wmv .avi) to the FLV format supported by Adobe Flash.

2008

Installing Lighttpd With PHP5 And MySQL Support On OpenSUSE 11 | HowtoForge - Linux Howtos and Tutorials

(via)
Lighttpd is a secure, fast, standards-compliant web server designed for speed-critical environments. This tutorial shows how you can install Lighttpd on an OpenSUSE 11 server with PHP5 support (through FastCGI) and MySQL support.

Benchmark: Apache2 vs. Lighttpd (Static HTML Files) | HowtoForge - Linux Howtos and Tutorials

(via)
This benchmark shows how Apache2 (version 2.2.3) and lighttpd (version 1.4.13) perform compared to each other when delivering a static HTML file (about 50KB in size). This benchmark was created with the help of ab (Apache benchmark) on a VMware vm (Debian Etch); if you try this yourself, your numbers might differ (depending on your hardware), but the tendency should be the same.

falko's TAGS related to tag lighttpd

.htaccess +   ab +   apache +   benchmark +   centos +   cgi +   compress +   database +   dav +   debian +   debian etch +   drupal +   etch +   fastcgi +   fcgi +   fedora +   ffmpeg +   flash +   flowplayer +   flv +   fpm +   gzip +   http compression +   joomla +   lenny +   lighty +   linux +   logs +   mandriva +   maverick +   mod_compress +   mod_deflate +   mod_mysql_vhost +   mysql +   natty +   opensuse +   performance +   php +   php-fpm +   php5 +   precise +   server +   squeeze +   static file +   statistics +   streaming +   suse +   ubuntu +   vhosts +   video +   vlogger +   webalizer +   webdav +   webserver +   wheezy +   youtube +