Linux Tutorials on the topic “lighttpd”
-
Integrating eAccelerator Into PHP5 And Lighttpd (Debian Etch)
Author: Falko Timme • Tags: debian, lighttpd, php • Comments: 0
Integrating eAccelerator Into PHP5 And Lighttpd (Debian Etch) This guide explains how to integrate eAccelerator into PHP5 and lighttpd on a Debian Etch system. From the eAccelerator project page: "eAccelerator is a free open-source PHP accelerator, optimizer, and dynamic content cache. It increases the performance of PHP scripts by caching them in their compiled state, so that the overhead of compiling is almost completely eliminated. It also optimizes scripts to speed up their execution. eAccelerator typically reduces server load and increases the speed of your PHP code by 1-10 times."
-
Installing Lighttpd With PHP5 And MySQL Support On CentOS 5.0
Author: Falko Timme • Tags: centos, lighttpd, php • Comments: 6
Installing Lighttpd With PHP5 And MySQL Support On CentOS 5.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 5.0 server with PHP5 support (through FastCGI) and MySQL support.
-
How To Set Up WebDAV With Lighttpd On Mandriva 2008.1
Author: Falko Timme • Tags: lighttpd, mandriva • Comments: 0How To Set Up WebDAV With Lighttpd On Mandriva 2008.1 This guide explains how to set up WebDAV with lighttpd on a Mandriva 2008.1 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.
-
-
Creating Advanced MySQL-Based Virtual Hosts On Lighttpd (Debian Etch)
Author: Falko Timme • Tags: debian, lighttpd • Comments: 1
Creating Advanced MySQL-Based Virtual Hosts On Lighttpd (Debian Etch) This guide explains how you can create advanced virtual hosts on a lighttpd web server on Debian Etch 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.
-
How To Set Up WebDAV With Lighttpd On Fedora 9
Author: Falko Timme • Tags: fedora, lighttpd • Comments: 0How To Set Up WebDAV With Lighttpd On Fedora 9 This guide explains how to set up WebDAV with lighttpd on a Fedora 9 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 Debian Etch
Author: Falko Timme • Tags: debian, lighttpd, mysql, php • Comments: 15
Installing Lighttpd With PHP5 And MySQL Support On Debian Etch 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 Etch server with PHP5 support (through FastCGI) and MySQL support.
-
How To Save Traffic With mod_deflate On Lighttpd 1.4 (Debian Etch)
Author: Falko Timme • Tags: debian, lighttpd • Comments: 0How To Save Traffic With mod_deflate On Lighttpd 1.4 (Debian Etch) In this tutorial I will describe how to install and configure mod_deflate on a lighttpd 1.4 web server on Debian Etch. mod_deflate is included by default in lighttpd 1.5, but not in 1.4 where mod_compress is used instead. The advantage of mod_deflate over mod_compress is that it can compress static and dynamic files (such as PHP files), whereas mod_compress can compress static files only. The lighttpd version coming with Debian Etch is 1.4.13, so we have to patch it to support mod_deflate. mod_deflate 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_deflate, you can compress HTML, text or XML files to approx. 20 - 30% of their original sizes, thus saving you server traffic and making your modem users happier.
-
Build Your Own Video Community With Lighttpd And FlowPlayer (Debian Etch)
Author: Falko Timme • Tags: debian, lighttpd • Comments: 1
Build Your Own Video Community With Lighttpd And FlowPlayer (Debian Etch) 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). 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.
-
Installing Lighttpd With PHP5 And MySQL Support On OpenSUSE 10.3
Author: Falko Timme • Tags: lighttpd, php, suse • Comments: 1Installing Lighttpd With PHP5 And MySQL Support On OpenSUSE 10.3 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 10.3 server with PHP5 support (through FastCGI) and MySQL support.
-
Installing Lighttpd With PHP5 And MySQL Support On Mandriva 2008.0
Author: Falko Timme • Tags: lighttpd, mandriva, php • Comments: 0Installing Lighttpd With PHP5 And MySQL Support On Mandriva 2008.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 Mandriva 2008.0 server with PHP5 support (through FastCGI) and MySQL support.