#!/bin/sh
Kommste voran mit "lighttpd für 2.4er Kernel" oder klappt das doch nicht?holofox schrieb:@u.g.
Ist in Arbeit!
# ./lighttpd -f lighttpd.conf
SIGSEGV
server.document-root = "/var/tmp/lighttpd/www/"
server.port = 82
index-file.names = (
"index.html",
)
mimetype.assign = (
".html" => "text/html",
)
server.modules = (
"mod_fastcgi",
)
fastcgi.server = ( ".sh" => ((
"bin-path" => "/bin/sh",
"socket" => "/var/tmp/sh.socket",
"max-procs" => 1,
)))
/var/tmp/lighttpd/lighttpd -m /var/tmp/lighttpd/lib -f lighttpd.conf
# pwd
/var/tmp/lighttpd
# /var/tmp/lighttpd/lighttpd -m /var/tmp/lighttpd/lib -f lighttpd.conf
2007-05-28 19:13:23: (plugin.c.165) dlopen() failed for: /var/tmp/lighttpd/lib/mod_indexfile.so File not found
2007-05-28 19:13:23: (server.c.594) loading plugins finally failed
# ls -l /var/tmp/lighttpd/lib/mod_indexfile.so
-rwxr-xr-x 1 ftpuser root 9288 May 10 23:55 /var/tmp/lighttpd/lib/mod_indexfile.so