--- doc/lighttpd.conf.orig 2004-04-23 18:31:13.985795352 +0100 +++ doc/lighttpd.conf 2004-04-23 18:34:00.191528240 +0100 @@ -25,10 +25,10 @@ ## a static document-root, for virtual-hosting take look at the ## server.virtual-* options -server.document-root = "/www/pages/" +server.document-root = "/var/www/localhost/htdocs/" ## where to send error-messages to -server.errorlog = "/www/logs/lighttpd.error.log" +server.errorlog = "/var/log/lighttpd/error.log" # files to check for if .../ is requested server.indexfiles = ( "index.php", "index.html", @@ -52,7 +52,7 @@ ".conf" => "text/plain" ) #### accesslog module -accesslog.filename = "/www/logs/access.log" +accesslog.filename = "/var/log/lighttpd/access.log" ## deny access the file-extensions # @@ -81,9 +81,9 @@ ## virtual-server-root + virtual-server-default-host + virtual-server-docroot or ## virtual-server-root + http-host + virtual-server-docroot ## -#simple-vhost.server-root = "/home/weigon/wwwroot/servers/" +#simple-vhost.server-root = "/var/www/" #simple-vhost.default-host = "grisu.home.kneschke.de" -#simple-vhost.document-root = "/pages/" +#simple-vhost.document-root = "/htdocs/" ##