components/lighttpd/patches/03-lighttpd.conf.patch
branchs11u3-sru
changeset 7159 59b406bc4a3a
parent 3053 60a045d209ef
equal deleted inserted replaced
7158:835af407ebda 7159:59b406bc4a3a
    65 -server.event-handler = "linux-sysepoll"
    65 -server.event-handler = "linux-sysepoll"
    66 +server.event-handler = "solaris-devpoll"
    66 +server.event-handler = "solaris-devpoll"
    67  
    67  
    68  ##
    68  ##
    69  ## The basic network interface for all platforms at the syscalls read()
    69  ## The basic network interface for all platforms at the syscalls read()
    70 @@ -188,7 +188,7 @@
    70 @@ -325,7 +325,7 @@
    71  ## linux-sendfile - is recommended for small files.
       
    72  ## writev         - is recommended for sending many large files
       
    73  ##
       
    74 -server.network-backend = "linux-sendfile"
       
    75 +server.network-backend = "solaris-sendfilev"
       
    76  
       
    77  ##
       
    78  ## As lighttpd is a single-threaded server, its main resource limit is
       
    79 @@ -296,7 +296,7 @@
       
    80  ##                                 "index.htm", "default.htm" )
    71  ##                                 "index.htm", "default.htm" )
    81  ##
    72  ##
    82  index-file.names += (
    73  index-file.names += (
    83 -  "index.xhtml", "index.html", "index.htm", "default.htm", "index.php"
    74 -  "index.xhtml", "index.html", "index.htm", "default.htm", "index.php"
    84 +  "index.php", "index.html", "index.htm", "default.htm", "index.xhtml"
    75 +  "index.php", "index.html", "index.htm", "default.htm", "index.xhtml"
    85  )
    76  )
    86  
    77  
    87  ##
    78  ##
    88 @@ -345,7 +345,7 @@
    79 @@ -380,7 +380,7 @@
    89  ## Format: <errorfile-prefix><status-code>.html
    80  ## Format: <errorfile-prefix><status-code>.html
    90  ## -> ..../status-404.html for 'File not found'
    81  ## -> ..../status-404.html for 'File not found'
    91  ##
    82  ##
    92 -#server.errorfile-prefix    = "/srv/www/htdocs/errors/status-"
    83 -#server.errorfile-prefix    = "/srv/www/htdocs/errors/status-"
    93 +#server.errorfile-prefix    = "/var/lighttpd/1.4/errors/status-"
    84 +#server.errorfile-prefix    = "/var/lighttpd/1.4/errors/status-"