]> git.pld-linux.org Git - packages/lighttpd.git/commitdiff
- initial configs for lighttpd modularized config
authorElan Ruusamäe <glen@pld-linux.org>
Tue, 11 Jul 2006 19:47:32 +0000 (19:47 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    lighttpd-mod_access.conf -> 1.1
    lighttpd-mod_accesslog.conf -> 1.1
    lighttpd-mod_alias.conf -> 1.1
    lighttpd-mod_auth.conf -> 1.1
    lighttpd-mod_cgi.conf -> 1.1
    lighttpd-mod_cml.conf -> 1.1
    lighttpd-mod_compress.conf -> 1.1
    lighttpd-mod_deflate.conf -> 1.1
    lighttpd-mod_dirlisting.conf -> 1.1
    lighttpd-mod_evasive.conf -> 1.1
    lighttpd-mod_evhost.conf -> 1.1
    lighttpd-mod_expire.conf -> 1.1
    lighttpd-mod_fastcgi.conf -> 1.1
    lighttpd-mod_flv_streaming.conf -> 1.1
    lighttpd-mod_indexfile.conf -> 1.1
    lighttpd-mod_proxy.conf -> 1.1
    lighttpd-mod_redirect.conf -> 1.1
    lighttpd-mod_rewrite.conf -> 1.1
    lighttpd-mod_rrdtool.conf -> 1.1
    lighttpd-mod_scgi.conf -> 1.1
    lighttpd-mod_secdownload.conf -> 1.1
    lighttpd-mod_setenv.conf -> 1.1
    lighttpd-mod_simple_vhost.conf -> 1.1
    lighttpd-mod_ssi.conf -> 1.1
    lighttpd-mod_staticfile.conf -> 1.1
    lighttpd-mod_status.conf -> 1.1
    lighttpd-mod_trigger_b4_dl.conf -> 1.1
    lighttpd-mod_userdir.conf -> 1.1
    lighttpd-mod_usertrack.conf -> 1.1
    lighttpd-mod_webdav.conf -> 1.1

30 files changed:
lighttpd-mod_access.conf [new file with mode: 0644]
lighttpd-mod_accesslog.conf [new file with mode: 0644]
lighttpd-mod_alias.conf [new file with mode: 0644]
lighttpd-mod_auth.conf [new file with mode: 0644]
lighttpd-mod_cgi.conf [new file with mode: 0644]
lighttpd-mod_cml.conf [new file with mode: 0644]
lighttpd-mod_compress.conf [new file with mode: 0644]
lighttpd-mod_deflate.conf [new file with mode: 0644]
lighttpd-mod_dirlisting.conf [new file with mode: 0644]
lighttpd-mod_evasive.conf [new file with mode: 0644]
lighttpd-mod_evhost.conf [new file with mode: 0644]
lighttpd-mod_expire.conf [new file with mode: 0644]
lighttpd-mod_fastcgi.conf [new file with mode: 0644]
lighttpd-mod_flv_streaming.conf [new file with mode: 0644]
lighttpd-mod_indexfile.conf [new file with mode: 0644]
lighttpd-mod_proxy.conf [new file with mode: 0644]
lighttpd-mod_redirect.conf [new file with mode: 0644]
lighttpd-mod_rewrite.conf [new file with mode: 0644]
lighttpd-mod_rrdtool.conf [new file with mode: 0644]
lighttpd-mod_scgi.conf [new file with mode: 0644]
lighttpd-mod_secdownload.conf [new file with mode: 0644]
lighttpd-mod_setenv.conf [new file with mode: 0644]
lighttpd-mod_simple_vhost.conf [new file with mode: 0644]
lighttpd-mod_ssi.conf [new file with mode: 0644]
lighttpd-mod_staticfile.conf [new file with mode: 0644]
lighttpd-mod_status.conf [new file with mode: 0644]
lighttpd-mod_trigger_b4_dl.conf [new file with mode: 0644]
lighttpd-mod_userdir.conf [new file with mode: 0644]
lighttpd-mod_usertrack.conf [new file with mode: 0644]
lighttpd-mod_webdav.conf [new file with mode: 0644]

diff --git a/lighttpd-mod_access.conf b/lighttpd-mod_access.conf
new file mode 100644 (file)
index 0000000..ec92c9b
--- /dev/null
@@ -0,0 +1,3 @@
+server.modules += (
+       "mod_access"
+)
diff --git a/lighttpd-mod_accesslog.conf b/lighttpd-mod_accesslog.conf
new file mode 100644 (file)
index 0000000..863ca44
--- /dev/null
@@ -0,0 +1,3 @@
+server.modules += (
+       "mod_accesslog"
+)
diff --git a/lighttpd-mod_alias.conf b/lighttpd-mod_alias.conf
new file mode 100644 (file)
index 0000000..2c2818d
--- /dev/null
@@ -0,0 +1,3 @@
+server.modules += (
+       "mod_alias"
+)
diff --git a/lighttpd-mod_auth.conf b/lighttpd-mod_auth.conf
new file mode 100644 (file)
index 0000000..bcd8797
--- /dev/null
@@ -0,0 +1,3 @@
+server.modules += (
+       "mod_auth"
+)
diff --git a/lighttpd-mod_cgi.conf b/lighttpd-mod_cgi.conf
new file mode 100644 (file)
index 0000000..46aa5cc
--- /dev/null
@@ -0,0 +1,3 @@
+server.modules += (
+       "mod_cgi"
+)
diff --git a/lighttpd-mod_cml.conf b/lighttpd-mod_cml.conf
new file mode 100644 (file)
index 0000000..1e2e6f3
--- /dev/null
@@ -0,0 +1,3 @@
+server.modules += (
+       "mod_cml"
+)
diff --git a/lighttpd-mod_compress.conf b/lighttpd-mod_compress.conf
new file mode 100644 (file)
index 0000000..1f7d348
--- /dev/null
@@ -0,0 +1,3 @@
+server.modules += (
+       "mod_compress"
+)
diff --git a/lighttpd-mod_deflate.conf b/lighttpd-mod_deflate.conf
new file mode 100644 (file)
index 0000000..a65f2dd
--- /dev/null
@@ -0,0 +1,3 @@
+server.modules += (
+       "mod_deflate"
+)
diff --git a/lighttpd-mod_dirlisting.conf b/lighttpd-mod_dirlisting.conf
new file mode 100644 (file)
index 0000000..56279bc
--- /dev/null
@@ -0,0 +1,3 @@
+server.modules += (
+       "mod_dirlisting"
+)
diff --git a/lighttpd-mod_evasive.conf b/lighttpd-mod_evasive.conf
new file mode 100644 (file)
index 0000000..eb3e5a1
--- /dev/null
@@ -0,0 +1,3 @@
+server.modules += (
+       "mod_evasive"
+)
diff --git a/lighttpd-mod_evhost.conf b/lighttpd-mod_evhost.conf
new file mode 100644 (file)
index 0000000..5b1b512
--- /dev/null
@@ -0,0 +1,3 @@
+server.modules += (
+       "mod_evhost"
+)
diff --git a/lighttpd-mod_expire.conf b/lighttpd-mod_expire.conf
new file mode 100644 (file)
index 0000000..427dab8
--- /dev/null
@@ -0,0 +1,3 @@
+server.modules += (
+       "mod_expire"
+)
diff --git a/lighttpd-mod_fastcgi.conf b/lighttpd-mod_fastcgi.conf
new file mode 100644 (file)
index 0000000..0dcd34e
--- /dev/null
@@ -0,0 +1,3 @@
+server.modules += (
+       "mod_fastcgi"
+)
diff --git a/lighttpd-mod_flv_streaming.conf b/lighttpd-mod_flv_streaming.conf
new file mode 100644 (file)
index 0000000..880ab5c
--- /dev/null
@@ -0,0 +1,3 @@
+server.modules += (
+       "mod_flv_streaming"
+)
diff --git a/lighttpd-mod_indexfile.conf b/lighttpd-mod_indexfile.conf
new file mode 100644 (file)
index 0000000..8911815
--- /dev/null
@@ -0,0 +1,3 @@
+server.modules += (
+       "mod_indexfile"
+)
diff --git a/lighttpd-mod_proxy.conf b/lighttpd-mod_proxy.conf
new file mode 100644 (file)
index 0000000..27684b8
--- /dev/null
@@ -0,0 +1,3 @@
+server.modules += (
+       "mod_proxy"
+)
diff --git a/lighttpd-mod_redirect.conf b/lighttpd-mod_redirect.conf
new file mode 100644 (file)
index 0000000..ea3ea95
--- /dev/null
@@ -0,0 +1,3 @@
+server.modules += (
+       "mod_redirect"
+)
diff --git a/lighttpd-mod_rewrite.conf b/lighttpd-mod_rewrite.conf
new file mode 100644 (file)
index 0000000..3850636
--- /dev/null
@@ -0,0 +1,3 @@
+server.modules += (
+       "mod_rewrite"
+)
diff --git a/lighttpd-mod_rrdtool.conf b/lighttpd-mod_rrdtool.conf
new file mode 100644 (file)
index 0000000..0da9240
--- /dev/null
@@ -0,0 +1,3 @@
+server.modules += (
+       "mod_rrdtool"
+)
diff --git a/lighttpd-mod_scgi.conf b/lighttpd-mod_scgi.conf
new file mode 100644 (file)
index 0000000..7fb8395
--- /dev/null
@@ -0,0 +1,3 @@
+server.modules += (
+       "mod_scgi"
+)
diff --git a/lighttpd-mod_secdownload.conf b/lighttpd-mod_secdownload.conf
new file mode 100644 (file)
index 0000000..37140c8
--- /dev/null
@@ -0,0 +1,3 @@
+server.modules += (
+       "mod_secdownload"
+)
diff --git a/lighttpd-mod_setenv.conf b/lighttpd-mod_setenv.conf
new file mode 100644 (file)
index 0000000..f32001b
--- /dev/null
@@ -0,0 +1,3 @@
+server.modules += (
+       "mod_setenv"
+)
diff --git a/lighttpd-mod_simple_vhost.conf b/lighttpd-mod_simple_vhost.conf
new file mode 100644 (file)
index 0000000..6dbcca6
--- /dev/null
@@ -0,0 +1,3 @@
+server.modules += (
+       "mod_simple_vhost"
+)
diff --git a/lighttpd-mod_ssi.conf b/lighttpd-mod_ssi.conf
new file mode 100644 (file)
index 0000000..c21bc41
--- /dev/null
@@ -0,0 +1,3 @@
+server.modules += (
+       "mod_ssi"
+)
diff --git a/lighttpd-mod_staticfile.conf b/lighttpd-mod_staticfile.conf
new file mode 100644 (file)
index 0000000..8e587d2
--- /dev/null
@@ -0,0 +1,3 @@
+server.modules += (
+       "mod_staticfile"
+)
diff --git a/lighttpd-mod_status.conf b/lighttpd-mod_status.conf
new file mode 100644 (file)
index 0000000..62ba395
--- /dev/null
@@ -0,0 +1,3 @@
+server.modules += (
+       "mod_status"
+)
diff --git a/lighttpd-mod_trigger_b4_dl.conf b/lighttpd-mod_trigger_b4_dl.conf
new file mode 100644 (file)
index 0000000..8bb5b28
--- /dev/null
@@ -0,0 +1,3 @@
+server.modules += (
+       "mod_trigger_b4_dl"
+)
diff --git a/lighttpd-mod_userdir.conf b/lighttpd-mod_userdir.conf
new file mode 100644 (file)
index 0000000..8d714db
--- /dev/null
@@ -0,0 +1,3 @@
+server.modules += (
+       "mod_userdir"
+)
diff --git a/lighttpd-mod_usertrack.conf b/lighttpd-mod_usertrack.conf
new file mode 100644 (file)
index 0000000..70396a5
--- /dev/null
@@ -0,0 +1,3 @@
+server.modules += (
+       "mod_usertrack"
+)
diff --git a/lighttpd-mod_webdav.conf b/lighttpd-mod_webdav.conf
new file mode 100644 (file)
index 0000000..191a18a
--- /dev/null
@@ -0,0 +1,3 @@
+server.modules += (
+       "mod_webdav"
+)
This page took 0.210686 seconds and 4 git commands to generate.