Module submission - lighttpd

Dave Brown dagbrown at lart.ca
Fri Mar 10 09:00:05 UTC 2006


module name       : lighttpd
suggested section : web
update (y/n)      : y
bugfix (y/n)      : n
security (y/n)    : n

Well, okay, here's lighttpd with the default config file from its doc
directory *and* an /etc/init.d script.  Enough of the spamming!  I'm
done now.

dagbrown

-------------- next part --------------
Binary files /var/lib/lunar/moonbase/zlocal/lighttpd/.BUILD.swp and /var/lib/lunar/moonbase/zlocal/lighttpd/.BUILD.swp differ
--- lighttpd/BUILD	1970-01-01 09:00:00.000000000 +0900
+++ lighttpd/BUILD	2006-03-10 17:58:36.000000000 +0900
@@ -0,0 +1,17 @@
+(
+
+  ./configure   --prefix=/usr \
+   	 	--libdir=/usr/lib/lighttpd   \
+                $OPTS          &&
+  default_make
+
+  
+  if [ ! -d /etc/lighttpd ]; then
+    mkdir /etc/lighttpd
+  fi
+
+  if [ ! -f /etc/lighttpd/lighttpd.conf ];  then
+    install -m 644 doc/lighttpd.conf /etc/lighttpd
+  fi
+
+) > $C_FIFO 2>&1
--- lighttpd/DETAILS	1970-01-01 09:00:00.000000000 +0900
+++ lighttpd/DETAILS	2006-03-10 14:17:07.000000000 +0900
@@ -0,0 +1,23 @@
+          MODULE=lighttpd
+         VERSION=1.4.11
+	     PKG=${MODULE}-${VERSION}
+          SOURCE=${PKG}.tar.gz
+        WEB_SITE=http://www.lighttpd.net/
+      SOURCE_URL=${WEB_SITE}/download/
+         ENTERED=20060310
+         UPDATED=20060310
+           SHORT="A small httpd with some really good marketing"
+cat << EOF
+From the lighttpd web site:
+
+Security, speed, compliance, and flexibility--all of these
+describe LightTPD 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, CGI, Auth,
+Output-Compression, URL-Rewriting and many more) LightTPD is
+the perfect solution for every server that is suffering load
+problems.
+
+EOF
--- lighttpd/init.d/lighttpd	1970-01-01 09:00:00.000000000 +0900
+++ lighttpd/init.d/lighttpd	2006-03-10 17:42:51.000000000 +0900
@@ -0,0 +1,14 @@
+#!/bin/bash
+#
+# Startup script for the Apache Web Server
+#
+# chkconfig: - 85 15
+# description: LightTPD is a World Wide Web server.  It is used to serve \
+#              HTML files and CGI.
+# processname: lighttpd
+# pidfile: /var/run/httpd.pid
+# config: /etc/lighttpd.conf
+
+ARGS="-f /etc/lighttpd/lighttpd.conf"
+
+. /lib/lsb/init-functions $1
-------------- next part --------------
lvu submit lighttpd 8d145338b0023ef51bad44b1c22c781f  -
2.6.11 2.6.12 gcc-3.4.5 glibc-2.3.6



More information about the Lunar mailing list