public marks

PUBLIC MARKS with tag lighttpd

2010

High Scalability - High Scalability - 6 Ways to Kill Your Servers - Learning How to Scale the Hard Way

by ghis (via)
Interesting article about scaling a website : caching, alternative webserver, replication, take care of not messing the filesystem, ... The comments are interesting too.

2009

2008

flv streaming with lighttpd

by camel & 2 others (via)
1.4.11 got a new module for streaming Flash movie files called mod_flv_streaming. This module allows you to seek in FLV files using the high performance infrastructure of lighttpd. The idea is simple and explained and implemented on ‘Streaming’ flv video via PHP, take two at http://www.flashcomguru.com/ But instead of streaming the file through PHP we do it in the webserver. The module expects a request for the URL which matches flv-streaming.extensions and can handle a ’?start=’ as part of the request. The information to pass into the ‘start’ parameter is extractly by the flash-player from the meta-data of the flv-files. The meta-data can be setup with flvtool2 Now I leave it to you to combine this with mod_secdownload to create a flv-streaming server for free with deep/hot linking protected movies. server.modules = ( ..., "mod_secdownload", ## optional "mod_flv_streaming", ... ) flv-streaming.extensions = ( ".flv" ) Take the flash-player from flashcomguru and adjust the URL in the player and try yourself.

Lighttpd Control a Directory Listing With mod_dirlisting

by camel
Lighttpd web server will generate a directory listing if a directory is requested and no index-file was found in that directory. mod_dirlisting is one of the modules that is loaded by default and doesn’t have to be specified on server.modules to work.

How to Split lighttpd Logs With vlogger in Debian Etch -- Debian Admin

by camel
Vlogger is a little piece of code borned to handle dealing with large amounts of virtualhost logs. It’s bad news that apache can’t do this on its own. Vlogger takes piped input from apache, splits it off to separate files based on the first field. It uses a file handle cache so it can’t run out of file descriptors. It will also start a new logfile every night at midnight, and maintain a symlink to the most recent file. For security, it can drop privileges and do a chroot to the logs directory. we need to put just one accesslog.filename directive into our global lighttpd configuration, and it will write access logs for each virtual host and day. Therefore, you do not have to split lighttpd’s overall access log into access logs for each virtual host each day, and you do not have to configure lighttpd to write one access log per virtual host

Lighttpd Webserver setup with php5 and Mysql support -- Ubuntu Geek

by camel & 1 other
Security, speed, compliance, and flexibility — all of these describe lighttpd (pron. lighty) which is rapidly redefining efficiency of a webserver; as it is designed and optimized for high performance environments. With a small memory footprint compared to other web-servers, effective management of the cpu-load, and advanced feature set (FastCGI, SCGI, Auth, Output-Compression, URL-Rewriting and many more) lighttpd is the perfect solution for every server that is suffering load problems. And best of all it’s Open Source licensed under the revised BSD license.

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

by camel & 1 other
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.

2007

Refwell Blog » Blog Archive » Full-Duplex Ajax module for Lighttpd

by greut
Full-Duplex is a module for Lighty that enable a COMET-like communication, keep an eye on it.

2006

PUBLIC TAGS related to tag lighttpd

ajax +   apache +   blog +   bug +   debian +   django +   fastcgi +   fcgi +   flash +   flv +   howto +   http +   linux +   macosx +   mongrel +   mplayer +   mysql +   nginx +   optimisation +   osx +   performance +   php +   php5 +   ponsfrilus +   programming +   proxy +   python +   rails +   reference +   ruby +   rubyonrails +   scalability +   scgi +   server +   setup +   software +   ssl +   streaming +   symfony +   sysadmin +   textdrive +   tutorial +   ubuntu +   vhost +   video +   web +   webdev +   webserver +   wsgi +   www +  

Active users

ghis
last mark : 24/08/2010 07:05

CharlyBr
last mark : 23/04/2009 15:36

krachot
last mark : 13/04/2009 09:00

GodSigmA
last mark : 23/10/2008 23:27

camel
last mark : 27/06/2008 13:35

_Oni_
last mark : 05/02/2008 09:48

lilin
last mark : 14/09/2007 23:52

jlake
last mark : 24/07/2007 05:16

jmfontaine
last mark : 20/06/2007 16:48

greut
last mark : 26/01/2007 21:11

j_c
last mark : 14/01/2007 08:35

salvatore
last mark : 21/12/2006 21:33