diff options
Diffstat (limited to 'www-servers/lighttpd/files/lighttpd-1.1.8-gentoo.diff')
-rw-r--r-- | www-servers/lighttpd/files/lighttpd-1.1.8-gentoo.diff | 47 |
1 files changed, 0 insertions, 47 deletions
diff --git a/www-servers/lighttpd/files/lighttpd-1.1.8-gentoo.diff b/www-servers/lighttpd/files/lighttpd-1.1.8-gentoo.diff deleted file mode 100644 index 8df2fb291728..000000000000 --- a/www-servers/lighttpd/files/lighttpd-1.1.8-gentoo.diff +++ /dev/null @@ -1,47 +0,0 @@ ---- doc/lighttpd.1.orig 2005-02-06 23:58:57.661234800 -0500 -+++ doc/lighttpd.1 2005-02-06 23:59:30.758203296 -0500 -@@ -5,7 +5,7 @@ - lighttpd -D -f <configfile> - .SH DESCRIPTION - .SH FILES --/etc/lighttpd/lighttpd.conf -+/etc/lighttpd.conf - .SH CONFORMING TO - HTTP/1.0 - HTTP/1.0 ---- 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/" - - - ## |