public marks

PUBLIC MARKS with tags lighttpd & php

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.

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.

2007

2006

PUBLIC TAGS related to tag lighttpd

debian +   install +   linux +   management +   mysql +   performance +   php5 +   server +   setup +   tutorial +   ubuntu +   web +   webserver +  

Active users

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

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

jlake
last mark : 23/07/2007 05:48

jmfontaine
last mark : 28/05/2007 14:02

fakechris
last mark : 17/07/2006 14:08

arakno
last mark : 05/04/2006 13:48