summaryrefslogtreecommitdiff
blob: f75fd3ccbe209507293da5bbdb3e955bd439e0ad (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
--- 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/"
 
 
 ##