Linux Tutorials on the topic “lighttpd”

  • Creating Simple Virtual Hosts With mod_mysql_vhost On Lighttpd (Ubuntu 12.04)

    lighttpd Author: Falko TimmeTags: , , , Comments: 0

    This guide explains how you can use mod_mysql_vhost to create simple virtual hosts on a lighttpd web server on Ubuntu 12.04. 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 Fedora 17

    lighttpd Author: Falko TimmeTags: , , , Comments: 0

    Installing Lighttpd With PHP5 (PHP-FPM) And MySQL Support On Fedora 17 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 Advanced MySQL-Based Virtual Hosts On Lighttpd (Debian Squeeze)

    lighttpd VMWare Image Download Author: Falko TimmeTags: , , , Comments: 0

    Creating Advanced MySQL-Based Virtual Hosts On Lighttpd (Debian Squeeze) This guide explains how you can create advanced virtual hosts on a lighttpd web server on Debian Squeeze 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.

  • Creating Simple Virtual Hosts With mod_mysql_vhost On Lighttpd (Debian Squeeze)

    lighttpd VMWare Image Download Author: Falko TimmeTags: , , Comments: 0

    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

    lighttpd Author: Falko TimmeTags: , , , , Comments: 0

    Installing Lighttpd With PHP5 (PHP-FPM) And MySQL Support On CentOS 6.3 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.

  • Installing Lighttpd With PHP5 (PHP-FPM) And MySQL Support On Ubuntu 12.04

    ubuntu VMWare Image Download Author: Falko TimmeTags: , , , Comments: 6

    Installing Lighttpd With PHP5 (PHP-FPM) And MySQL Support On Ubuntu 12.04 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.

  • How To Set Up WebDAV With Lighttpd On Debian Squeeze

    lighttpd Author: Falko TimmeTags: , , , 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.

  • Installing Lighttpd With PHP5 And MySQL Support On Fedora 16

    lighttpd Author: Falko TimmeTags: , , Comments: 0

    Installing Lighttpd With PHP5 And MySQL Support On Fedora 16 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 16 server with PHP5 support (through FastCGI) and MySQL support.

  • Installing Lighttpd With PHP5 And MySQL Support On Ubuntu 11.10

    lighttpd VMWare Image Download Author: Falko TimmeTags: , , Comments: 0

    Installing Lighttpd With PHP5 And MySQL Support On Ubuntu 11.10 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.10 server with PHP5 support (through FastCGI) and MySQL support.

  • Installing Lighttpd With PHP5 And MySQL Support On CentOS 6.0

    lighttpd Author: CSchTags: , , Comments: 4

    Installing Lighttpd With PHP5 And MySQL Support On CentOS 6.0 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.0 server with PHP5 support (through FastCGI) and MySQL support.