]> git.pld-linux.org Git - packages/lighttpd.git/commitdiff
- update to 1.1.5
authorMarcin Winkler <qurczak@gmail.com>
Wed, 7 Apr 2004 09:39:42 +0000 (09:39 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    lighttpd.conf -> 1.3
    lighttpd.spec -> 1.7

lighttpd.conf
lighttpd.spec

index 40fdc3a5c8613b68730ea6336a908f4ea5ce3172..eedefab6aacaab3462efe520a393ef9177466f34 100644 (file)
@@ -140,6 +140,10 @@ server.groupname           = "http"
 #auth.backend.plain.userfile = "lighttpd.user"
 #auth.backend.plain.groupfile = "lighttpd.group"
 
+#auth.backend.ldap.hostname = "localhost"
+#auth.backend.ldap.base-dn  = "dc=my-domain,dc=com"
+#auth.backend.ldap.filter   = "(uid=$)"
+
 #auth.require                = ( "/server-status" => 
 #                                ( 
 #                                "method"  => "digest",
@@ -158,3 +162,6 @@ server.groupname           = "http"
 #url.rewrite                 = ( "^/$"             => "/server-status" )
 #url.redirect                = ( "^/wishlist/(.+)" => "http://www.123.org/$1" )
 
+#### expire module
+#expire.url                  = ( "/buggy/" => "access 2 hours", "/asdhas/" => "access plus 1 seconds 2 minutes")
+
index b23c1676c56e11e8605979f6720e747a784e157c..2a53b498b796d2ceb073a8d283160bb7bb091af1 100644 (file)
@@ -3,12 +3,12 @@
 Summary:       Fast and light http server
 Summary(pl):   Szybki i lekki serwer http
 Name:          lighttpd
-Version:       1.1.2a
+Version:       1.1.5
 Release:       0.1
 Group:         Networking/Daemons
 License:       QPL
 Source0:       http://jan.kneschke.de/projects/lighttpd/download/%{name}-%{version}.tar.gz
-# Source0-md5: 2b5d247d2f62ac5255fa711a0c85bf06
+# Source0-md5: 6c59db72f34cb0d1542c7aa68f7b23e6
 Source1:       %{name}.init
 Source2:       %{name}.conf
 Source3:       %{name}.user
This page took 0.030794 seconds and 4 git commands to generate.