Linux Tutorials on the topic “lighttpd”
-
Splitting lighttpd Logs With vlogger And Creating Statistics With Webalizer
Author: Falko Timme • Tags: debian, lighttpd • Comments: 0Splitting lighttpd Logs With vlogger And Creating Statistics With Webalizer Vlogger is a little tool with which you can write lighttpd logs broken down by virtual hosts and days. With vlogger, we need to put just one accesslog.filename directive into our global lighttpd configuration, and it will write access logs for each virtual host and day. Therefore, you do not have to split lighttpd's overall access log into access logs for each virtual host each day, and you do not have to configure lighttpd to write one access log per virtual host (which could make you run out of file descriptors very fast). At the end of this tutorial I will show you how to use webalizer to create statistics from the lighttpd access logs.
-
How To Set Up WebDAV With Lighttpd On Debian Etch
Author: Falko Timme • Tags: debian, lighttpd • Comments: 1
How To Set Up WebDAV With Lighttpd On Debian Etch This guide explains how to set up WebDAV with lighttpd on a Debian Etch server. WebDAV stands for Web-based Distributed Authoring and Versioning and is a set of extensions to the HTTP protocol that allow users to directly edit files on the lighttpd server so that they do not need to be downloaded/uploaded via FTP. Of course, WebDAV can also be used to upload and download files.