nav HOME » Posts tagged 'lighttpd'

How-to: AWstats installation and configuration on Debian

This is a simple tutorial on how to install AWstats on Debian and configure it for displaying web statistics. I’ve tried this on lenny, but it should also work on other versions with small or no modifications. First, make sure your web server is configured to write access logs to combined format. This is default [...]

Posted in System administration
Tags: , , , , , ,

How-To: Nagios 3 installation on Debian

Nagios is a great monitoring software. This is how I get it working on debian lenny…

Posted in Linux
Tags: , , , ,

How-To: BackupPC with lighttpd on debian lenny

This is the way I set up BackupPC with lighttpd on lenny… Install package: apt-get install backuppc In this process, apt-get will automatically install apache2 package (if not already installed), but if you don’t need it, remove it with: apt-get remove apache2* apt-get autoremove Edit file /etc/lighttpd/lighttpd.conf and add “mod_cgi” to server.modules section. Add “default.cgi” [...]

Posted in Linux, System administration
Tags: , , , ,