|
Lighttpd Versus Nginx!
21 hours ago
by max
Today(or yesterday now), I spent like 10 hours trying to figure out why my web server kept going down. Well, I did upgrade to Lighttpd couple months back, which is much better web server than Apache. (YouTube runs on Lighttpd btw.) One of the problems I encountered even with the latest version of Li ...
이정일의 블로그 ... - blogsaup.com · 1 reference
|
|
529 Attacks in 9 Days: id1.txt, RFI, & More
7 days ago
by Guy Patterson
Long time Nullamatix readers know how much I love reviewing log files. Logs can provide detailed incite into not only the overall health of a system, but information one can use to mitigate the risks of automated attacks. In this post, I’ll go over a couple ways to harden a PHP enabled web server an ...
Nullamatix - Technology ... - nullamatix.com · 37 references
|
|
Lighttpd Spam-Referer abwehren
7 days ago
by Bjoern
Seit Tagen schon stören mich die Spammer, die als Referer eine eindeutig nicht- jugendfreie Domain hinterlassen. Bisher hat Akismet zwar alles schön säuberlich rausgefiltert aber trotzdem stört es mich, dass sie bis ins Backend durchkommen. Da der Blog hier auf einem Lighttpd läuft, habe ich mich ma ...
Total Verfriemelt - blog.verfriemelt.com · Rank: 43,015 · 25 references
|
|
Dokuwiki und die Frage nach dem Webserver
8 days ago
by Michael Wenzl
Als ich krzlich das Wiki fr diese Webseite konfiguriert habe, ist mir aufgefallen, dass ich diverse Dokuwiki-Instanzen mit unterschiedlich konfigurierten Webservern betreibe. Eine Nachlässig, ber deren Ursache sich längst der Schleier des Vergessens gelegt hat. Und weil Winter immer auch die Zeit fr ...
Michael Wenzl - michaelwenzl.de
|
|
mime type configuration for lighttpd
9 days ago
by edo
? View Code LIGHTTPD 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 mimetype.assign=( ".pdf"=>"application/pdf", ".sig"=>"application/pgp-signa ...
edoxy.net/weblog - edoxy.net/weblog
|
|
Настройка lighttpd php fcgi
9 days ago
by mefish
Начнем: nano php.ini Добавим строчку php.ini cgi.fix_pathinfo = 1 Включаем mod_fastcgi в Вашем lighttpd.conf server.modules = ( «mod_fastcgi», ) и добавим в этот же файл эту секцию fastcgi.server = ( «.php» => (( «bin-path» => «/usr/local/php5-lighttpd/bin/php», «socket» => «/tmp/php.socket» ))) Пер ...
Мой Red Hat Linux - sysconfig.ru
|
|
Drupal on Lighttpd
9 days ago
by edo
In the lighttpd config: ? View Code LIGHTTPD 1 2 3 4 5 6 7 8 9 $HTTP["host"] == "host" { server.document-root = "/home/exitable/public_html/" url.rewrite-final = ( "^/([^.?]*)\?(.*)$" => "/index.php?q=$1&$2", "^/([^.?]*)$" => "/index.php?q=$1", "^/([^.?]*\.html)$" => "/index.php?q=$1" ) server.error ...
edoxy.net/weblog - edoxy.net/weblog
|
|
Compiling mod_h264_streaming for lighttpd
9 days ago
In compiling the mod_h264_streaming module for lighttpd on Mac OS 10.4 (Tiger), I hit a few snags following these directions. From the directions, the first half went smoothly: wget http://download.lighttpd.net/lighttpd/releases-1.4.x/lighttpd-1.4.25.tar.gz tar -xvzf lighhttpd-1.4.25.tar.gz cd light ...
Authoritative Opinion - authoritativeopinion.com/blog
|
|
Block Spam, Preventing URL Injection And Block HTTP Attacks With ...
9 days ago
Block 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 ...
HowtoForge - Linux Howtos ... - howtoforge.com · Rank: 852 · 1407 references
|
|