~ubuntu-branches/ubuntu/hardy/lighttpd/hardy

« back to all changes in this revision

Viewing changes to debian/lighttpd.conf

  • Committer: Bazaar Package Importer
  • Author(s): Michele Angrisano
  • Date: 2007-07-28 20:33:22 UTC
  • mfrom: (1.1.7 upstream)
  • Revision ID: james.westby@ubuntu.com-20070728203322-ut5ym6udh0xjxkma
Tags: 1.4.16-1ubuntu1
* Merge from Debian unstable, remaining changes:
  - Add fam/gamin stat cache engine support.
  - Replace Depends: on perl with Depends: on libterm-readline-perl-perl.
  - Make sure that upgrades succeed, even if we can't restart lighttpd.
  - Clean environment in init.d script.
  - Update maintainer field in debian/control.

Show diffs side-by-side

added added

removed removed

Lines of Context:
13
13
            "mod_access",
14
14
            "mod_alias",
15
15
            "mod_accesslog",
 
16
            "mod_compress",
16
17
#           "mod_rewrite", 
17
18
#           "mod_redirect", 
18
19
#           "mod_status", 
19
20
#           "mod_evhost",
20
 
#           "mod_compress",
21
21
#           "mod_usertrack",
22
22
#           "mod_rrdtool",
23
23
#           "mod_webdav",
52
52
#      of the document-root
53
53
url.access-deny            = ( "~", ".inc" )
54
54
 
55
 
 
56
 
 
 
55
##
 
56
# which extensions should not be handle via static-file transfer
 
57
#
 
58
# .php, .pl, .fcgi are most often handled by mod_fastcgi or mod_cgi
 
59
static-file.exclude-extensions = ( ".php", ".pl", ".fcgi" )
 
60
 
 
61
 
57
62
######### Options that are good to be but not neccesary to be changed #######
58
63
 
59
64
## bind to port (default: 80)
93
98
server.groupname           = "www-data"
94
99
 
95
100
#### compress module
96
 
#compress.cache-dir          = "/var/tmp/lighttpd/cache/compress/"
97
 
#compress.filetype           = ("text/plain", "text/html")
 
101
compress.cache-dir          = "/var/cache/lighttpd/compress/"
 
102
compress.filetype           = ("text/plain", "text/html", "application/x-javascript", "text/css")
98
103
 
99
104
#### status module
100
105
# status.status-url = "/server-status"