HowtoForge provides user-friendly Linux tutorials.
-
Creating Simple Virtual Hosts With mod_mysql_vhost On Lighttpd (Debian Etch)
Author: Falko Timme • Tags: debian, lighttpd • Comments: 1
This guide explains how you can use mod_mysql_vhost to create simple virtual hosts on a lighttpd web server on Debian Etch. With mod_mysql_vhost, lighttpd can read the vhost configuration from a MySQL database. Currently, you can store the domain and the document root in the MySQL database which results in very simple virtual hosts. If you need more directives for your vhosts, you'd have to configure them in the global section of lighttpd.conf, which means they'd be valid for all vhosts. Therefore, mod_mysql_vhost is ideal if your vhosts differ only in the domain and document root.
-
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.
-
Virtual Hosting With Proftpd And MySQL (Incl. Quota) On Fedora 9
Author: Falko Timme • Tags: fedora, ftp • Comments: 1
Virtual Hosting With Proftpd And MySQL (Incl. Quota) On Fedora 9 This document describes how to install a Proftpd server that uses virtual users from a MySQL database instead of real system users. This is much more performant and allows to have thousands of ftp users on a single machine. In addition to that I will show the use of quota with this setup.
-
-
How To Install The Zimbra Desktop Email Client On Ubuntu 8.04 LTS (Hardy Heron)
Author: Falko Timme • Tags: desktop, email, ubuntu • Comments: 5How To Install The Zimbra Desktop Email Client On Ubuntu 8.04 LTS (Hardy Heron) This article shows how you can install the Zimbra Desktop email client on an Ubuntu 8.04 LTS (Hardy Heron) desktop. Zimbra Desktop is a full-fledged replacement for email clients such as Outlook or Evolution, offering email, contacts, calendar, documents, tasks, etc. You can use it in conjunction with the Zimbra Collaboration Suite (ZCS) or any other email account that supports POP3 or IMAP.
-
Running Vhosts Under Separate UIDs/GIDs With Apache2 mpm-itk On Debian Etch
Author: Falko Timme • Tags: apache, debian • Comments: 6
Running Vhosts Under Separate UIDs/GIDs With Apache2 mpm-itk On Debian Etch This article explains how you can install and configure apache2-mpm-itk on a Debian Etch server. apache2-mpm-itk is an MPM (Multi-Processing Module) for the Apache 2 web server. mpm-itk allows you to run each of your vhost under a separate UID and GID - in short, the scripts and configuration files for one vhost no longer have to be readable for all the other vhosts. mpm-itk works with mod_php because mpm-itk is based on the traditional prefork MPM, which means it's non-threaded. This means you don't need to use suExec or suPHP anymore to run a website's PHP scripts as a separate user.
-
HOWTO: Unlock A LUKS Encrypted Root Partition Via SSH On Ubuntu
Author: sjau • Tags: ubuntu • Comments: 12HOWTO: Unlock A LUKS Encrypted Root Partition Via SSH On Ubuntu Fully encrypted systems prevent others from getting your data from physical access. The rationale behind the encryption of a complete system is that you don't have worry about what you encrypt and what not, because everything (except for the /boot) partition will be encrypted. However the problem I have encountered so far is, how could I reboot my computer from afar? I would be required to be in front of the computer and enter the password. I have wondered this far how I could reboot the computer remotely.
-
How To Install Django On Mandriva 2008.1 (Apache2/mod_python)
Author: Falko Timme • Tags: apache, mandriva • Comments: 0How To Install Django On Mandriva 2008.1 (Apache2/mod_python) This tutorial explains how to install Django on a Mandriva 2008.1 server. Django is a web framework that allows to develop Python web applications quickly with as much automation as possible. I will use it with Apache2 and mod_python in this guide.
-
VNStat On FreeBSD 7 With A PHP GUI
Author: codenjanod • Tags: freebsd • Comments: 0VNStat On FreeBSD 7 With A PHP GUI I installed VNStat and the PHP GUI to be able to view basic information regarding incoming and outgoing traffic per interface. I am using FreeBSD 7 with PHP4, as I had problems setting the GUI up with PHP5.
-
Installing The PHP WebDAV Extension On Debian Etch
Author: Falko Timme • Tags: php • Comments: 0
Installing The PHP WebDAV Extension On Debian Etch This article shows how you can install the PHP WebDAV extension for PHP5 on a Debian Etch system. The PHP WebDAV extension allows easy access to remote resources through the DAV protocol from PHP scripts.
-
How To Remotely Install Debian Over A RH Based Distro
Author: jakev383 • Tags: centos, debian, fedora • Comments: 1How To Remotely Install Debian Over A RH Based Distro Ocassionally, servers need to be retasked for various reasons. It has always been a challenge when the server has a distribution other than what I need. I do not want to drive to the data center to swap CDs around, so I decided to see if there was a way to remotely install the machine. I found some notes by Erik Jacobsen and used them to come up with an up-to-date how-to.