packages: lighttpd/lighttpd.spec, lighttpd/TODO (NEW) - load mod_expires af...

blues blues at pld-linux.org
Thu Jun 4 12:52:56 CEST 2009


Author: blues                        Date: Thu Jun  4 10:52:56 2009 GMT
Module: packages                      Tag: HEAD
---- Log message:
- load mod_expires after fastcgi and before compress

---- Files affected:
packages/lighttpd:
   lighttpd.spec (1.291 -> 1.292) , TODO (NONE -> 1.1)  (NEW)

---- Diffs:

================================================================
Index: packages/lighttpd/lighttpd.spec
diff -u packages/lighttpd/lighttpd.spec:1.291 packages/lighttpd/lighttpd.spec:1.292
--- packages/lighttpd/lighttpd.spec:1.291	Thu Apr 16 23:55:32 2009
+++ packages/lighttpd/lighttpd.spec	Thu Jun  4 12:52:50 2009
@@ -1,17 +1,4 @@
 # $Revision$, $Date$
-# TODO:
-# - test mysql (failed at this time)
-# - mysql issue: http://www.freebsd.org/cgi/query-pr.cgi?pr=76866
-# - fam over gamin is possible, just configure doesn't check other than gamin
-# - feature stat-cache-fam (doesn't work)
-# - lighttpd writes early startup messages to stderr, and if started from
-#   rc-scripts the stderr is closed which causes lighttpd to abort():
-#   2006-07-20 21:05:52: (server.c.1233) WARNING: unknown config-key: url.rewrite-final (ignored)
-#
-# NOTES:
-# - disable largefile, if you have 2.4 kernel to get sendfile() support, and don't need > 2GB file requests,
-#   see http://article.gmane.org/gmane.comp.web.lighttpd:722
-#
 # Conditional build for lighttpd:
 %bcond_without	xattr		# support of extended attributes
 %bcond_without	ipv6		# IPv4-only version (doesn't require IPv6 in kernel)
@@ -901,7 +888,6 @@
 install %{SOURCE108} $RPM_BUILD_ROOT%{_sysconfdir}/conf.d/50_mod_dirlisting.conf
 install %{SOURCE109} $RPM_BUILD_ROOT%{_sysconfdir}/conf.d/50_mod_evasive.conf
 install %{SOURCE110} $RPM_BUILD_ROOT%{_sysconfdir}/conf.d/50_mod_evhost.conf
-install %{SOURCE111} $RPM_BUILD_ROOT%{_sysconfdir}/conf.d/50_mod_expire.conf
 install %{SOURCE112} $RPM_BUILD_ROOT%{_sysconfdir}/conf.d/50_mod_fastcgi.conf
 install %{SOURCE113} $RPM_BUILD_ROOT%{_sysconfdir}/conf.d/50_mod_flv_streaming.conf
 install %{SOURCE136} $RPM_BUILD_ROOT%{_sysconfdir}/conf.d/50_mod_h264_streaming.conf
@@ -922,6 +908,8 @@
 install %{SOURCE129} $RPM_BUILD_ROOT%{_sysconfdir}/conf.d/50_mod_webdav.conf
 install %{SOURCE133} $RPM_BUILD_ROOT%{_sysconfdir}/conf.d/50_mod_mysql_vhost.conf
 
+install %{SOURCE111} $RPM_BUILD_ROOT%{_sysconfdir}/conf.d/55_mod_expire.conf
+
 install %{SOURCE106} $RPM_BUILD_ROOT%{_sysconfdir}/conf.d/60_mod_compress.conf
 
 install %{SOURCE101} $RPM_BUILD_ROOT%{_sysconfdir}/conf.d/90_mod_accesslog.conf
@@ -1301,6 +1289,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.292  2009/06/04 10:52:50  blues
+- load mod_expires after fastcgi and before compress
+
 Revision 1.291  2009/04/16 21:55:32  glen
 - up to r2475, spawn-fcgi available as separately
 

================================================================
Index: packages/lighttpd/TODO
diff -u /dev/null packages/lighttpd/TODO:1.1
--- /dev/null	Thu Jun  4 12:52:56 2009
+++ packages/lighttpd/TODO	Thu Jun  4 12:52:50 2009
@@ -0,0 +1,13 @@
+# TODO:
+- test mysql (failed at this time)
+- mysql issue: http://www.freebsd.org/cgi/query-pr.cgi?pr=76866
+- fam over gamin is possible, just configure doesn't check other than gamin
+- feature stat-cache-fam (doesn't work)
+- lighttpd writes early startup messages to stderr, and if started from
+  rc-scripts the stderr is closed which causes lighttpd to abort():
+  2006-07-20 21:05:52: (server.c.1233) WARNING: unknown config-key: url.rewrite-final (ignored)
+
+# NOTES:
+- disable largefile, if you have 2.4 kernel to get sendfile() support, and don't need > 2GB file requests,
+  see http://article.gmane.org/gmane.comp.web.lighttpd:722
+
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/lighttpd/lighttpd.spec?r1=1.291&r2=1.292&f=u



More information about the pld-cvs-commit mailing list