Linux Tutorials on the topic “lighttpd”
-
Build Your Own Video Community With Lighttpd And FlowPlayer (Debian Lenny)
Author: Falko Timme • Tags: debian, lighttpd • Comments: 0
Build Your Own Video Community With Lighttpd And FlowPlayer (Debian Lenny) 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.
-
How To Set Up WebDAV With Lighttpd On OpenSUSE 11.2
Author: Falko Timme • Tags: suse, lighttpd • Comments: 0
How To Set Up WebDAV With Lighttpd On OpenSUSE 11.2 This guide explains how to set up WebDAV with lighttpd on an OpenSUSE 11.2 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 12
Author: Falko Timme • Tags: php, mysql, fedora, lighttpd • Comments: 0
Installing Lighttpd With PHP5 And MySQL Support On Fedora 12 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 12 server with PHP5 support (through FastCGI) and MySQL support.
-
-
Installing Lighttpd With PHP5 And MySQL Support On OpenSUSE 11.2
Author: Falko Timme • Tags: suse, lighttpd • Comments: 0
Installing Lighttpd With PHP5 And MySQL Support On OpenSUSE 11.2 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.2 server with PHP5 support (through FastCGI) and MySQL support.
-
Installing Lighttpd With PHP5 And MySQL Support On Mandriva 2010.0
Author: Falko Timme • Tags: php, mysql, mandriva, lighttpd • Comments: 0
Installing Lighttpd With PHP5 And MySQL Support On Mandriva 2010.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 2010.0 server with PHP5 support (through FastCGI) and MySQL support.
-
Installing Lighttpd With PHP5 And MySQL Support On CentOS 5.4
Author: Falko Timme • Tags: centos, lighttpd, mysql, php • Comments: 2
Installing Lighttpd With PHP5 And MySQL Support On CentOS 5.4 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.4 server with PHP5 support (through FastCGI) and MySQL support.
-
Installing Lighttpd With PHP5 And MySQL Support On CentOS 5.3
Author: Falko Timme • Tags: centos, lighttpd • Comments: 0
Installing Lighttpd With PHP5 And MySQL Support On CentOS 5.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 5.3 server with PHP5 support (through FastCGI) and MySQL support.
-
Installing Lighttpd With PHP5 And MySQL Support On OpenSUSE 11.1
Author: Falko Timme • Tags: suse, lighttpd • Comments: 0
Installing Lighttpd With PHP5 And MySQL Support On OpenSUSE 11.1 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.1 server with PHP5 support (through FastCGI) and MySQL support.
-
Installing Lighttpd With PHP5 And MySQL Support On Ubuntu 9.10
Author: Falko Timme • Tags: lighttpd, mysql, php, ubuntu • Comments: 0
Installing Lighttpd With PHP5 And MySQL Support On Ubuntu 9.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 9.10 server with PHP5 support (through FastCGI) and MySQL support.
-
Block Spam, Preventing URL Injection And Block HTTP Attacks With mod_dnsblacklist
Author: euronymous • Tags: security, lighttpd • Comments: 1Block Spam, Preventing URL Injection And Block HTTP Attacks With mod_dnsblacklist mod_dnsblacklist is a Lighttpd module that use DNSBL in order to block spam relay via web forms, preventing URL injection, block http DDoS attacks from bots and generally protecting your web service denying access to a known bad IP address.