Commit c1e3ecdb authored by José Luis  Gutiérrez's avatar José Luis Gutiérrez Committed by Alessandro Rubini

adding file upload capabilities to lighttpd

Modification of lighttpd.config file in order to make possible uploading
files to the switch. (flashing and loading tools)
parent c75f1f9a
......@@ -2,8 +2,8 @@ server.document-root = "/var/www"
server.port = 80
#server.username = "www"
#server.groupname = "www"
#server.username = "root"
#server.groupname = "root"
## modules to load
......@@ -31,7 +31,7 @@ server.modules = (
# "mod_ssi",
# "mod_usertrack",
# "mod_expire",
# "mod_secdownload",
"mod_secdownload",
# "mod_rrdtool",
"mod_accesslog" )
......@@ -123,4 +123,7 @@ fastcgi.server = ( ".php" => ((
#compress.cache-dir = "/tmp/lighttpd_tmp/"
#compress.filetype = ("text/plain", "text/html", "text/css", "image/png")
## where to upload files to, purged daily.
server.upload-dirs = ( "/tmp" )
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment