Showing headlines posted by falko

« Previous ( 1 ... 64 65 66 67 68 69 70 71 72 73 74 ... 92 ) Next »

Creating Advanced MySQL-Based Virtual Hosts On Lighttpd (Debian Etch)

  • HowtoForge; By Falko Timme (Posted by falko on Aug 19, 2008 8:28 PM EDT)
  • Story Type: Tutorial; Groups: Debian
This guide explains how you can create advanced virtual hosts on a lighttpd web server on Debian Etch that are stored in a MySQL database. The method described here does not use the lighttpd mod_mysql_vhost module, and unlike mod_mysql_vhost (which allows you to store only the hostname and document root of a vhost in a database), this method allows to store individual configuration directives for each vhost in the MySQL database.

Setting Up A FreeRadius Based AAA Server With MySQL & Management With Daloradius

  • HowtoForge; By Osman Aftab (Posted by falko on Aug 18, 2008 1:41 PM EDT)
  • Story Type: Tutorial; Groups: Ubuntu
This tutorial explains how you can set up a FreeRadius server with Wifi authentication and accounting in conjunction with MySQL & web management with Daloradius on Ubuntu 8.04 (LTS). This howto should work for a newbie. Production deployment is also possible with minor tweaking.

QuickStart, The Swiss Army Knife For Ubuntu 8.04 Desktop

In this article I will show how to install and use QuickStart on an Ubuntu 8.04 desktop. QuickStart is like a Swiss army knife, it allows you to do various things on your Ubuntu desktop: creating and restoring backups, running scheduled backups, backing up configuration files, installing some common applications, installing DVD codecs, deleting unnecessary files, etc.

Running Vhosts Under Separate UIDs/GIDs With Apache2 mpm-itk On Debian Etch

  • HowtoForge; By Falko Timme (Posted by falko on Aug 15, 2008 5:53 PM EDT)
  • Story Type: Tutorial; Groups: Debian
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 is non-threaded. This means you do not need to use suExec or suPHP anymore to run a website's PHP scripts as a separate user.

Installing The PHP WebDAV Extension On Debian Etch

  • HowtoForge; By Falko Timme (Posted by falko on Aug 13, 2008 11:14 AM EDT)
  • Story Type: Tutorial; Groups: Debian, PHP
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.

Installing And Using OpenVZ On Ubuntu 8.04 LTS Server

  • HowtoForge; By Falko Timme (Posted by falko on Aug 12, 2008 3:25 PM EDT)
  • Story Type: Tutorial; Groups: Ubuntu
In this HowTo I will describe how to prepare an Ubuntu 8.04 LTS server for OpenVZ. With OpenVZ you can create multiple Virtual Private Servers (VPS) on the same hardware, similar to Xen and the Linux Vserver project. OpenVZ is the open-source branch of Virtuozzo, a commercial virtualization solution used by many providers that offer virtual servers. The OpenVZ kernel patch is licensed under the GPL license, and the user-level tools are under the QPL license.

How 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.

How To Set Up WebDAV With Lighttpd On Debian Etch

  • HowtoForge; By Falko Timme (Posted by falko on Aug 10, 2008 10:11 AM EDT)
  • Story Type: Tutorial; Groups: Debian
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 http://FTP. Of course, WebDAV can also be used to upload and download files.

How To Set Up A Cisco Lab On Linux (CentOS 5.2)

  • HowtoForge; By Andrew Colin Kissa (Posted by falko on Aug 8, 2008 11:45 AM EDT)
  • Story Type: Tutorial; Groups: Red Hat
I recently decided to study for the Cisco CSSP certification. My main concern in the beginning was the fact that most of the lab simulation software that I found out there could only run on Windows, this was a problem for me given the fact that I do not own a Windows computer. After a quick search I found the wonderful Dynamips project that goes beyond what other simulators do by running actual Cisco IOS images, as well as the PEMU project which allows for running of Cisco PIX images. To integrate the various pieces of software and provide an interface for interaction with the devices I used dynagen.

Creating Simple Virtual Hosts With mod_mysql_vhost On Lighttpd (Debian Etch)

  • HowtoForge; By Falko Timme (Posted by falko on Aug 7, 2008 5:52 PM EDT)
  • Story Type: Tutorial; Groups: Debian
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 would have to configure them in the global section of lighttpd.conf, which means they would be valid for all vhosts. Therefore, mod_mysql_vhost is ideal if your vhosts differ only in the domain and document root.

CentOS Directory Server On CentOS 5.2

  • HowtoForge; By Osman Aftab (Posted by falko on Aug 6, 2008 5:49 PM EDT)
  • Story Type: Tutorial; Groups: Red Hat
This guide shows how you can install the CentOS Directory Server on CentOS 5.2. It is hardened by real-world use, is full-featured, supports multi-master replication, and already handles many of the largest LDAP deployments in the world. The CentOS Directory Server (based on Fedora Directory Server) can be downloaded for free and set up in less than half an hour.

How To Install The Zimbra Desktop Email Client On Ubuntu 8.04 LTS (Hardy Heron)

  • HowtoForge; By Falko Timme (Posted by falko on Aug 5, 2008 8:04 PM EDT)
  • Story Type: Tutorial; Groups: Ubuntu
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.

Postfix Virtual Hosting With LDAP Backend & Dovecot As IMAP/POP3 Server On Ubuntu 8.04

  • HowtoForge; By Miguel Brams (Posted by falko on Aug 3, 2008 10:37 AM EDT)
  • Story Type: Tutorial; Groups: Ubuntu
I have been running with a MySQL backend for virtual hosting for some time, but when I discovered Phamm and the added FTP feature I decided to switch to LDAP as backend for Postfix with virtual hosting. In view of the fact that the installation and configuration guide of Phamm is lacking some basic information it took me quite some time to put it all together and get it working. Piecing it all together was not simple so I would like to share how I configured it and got it all working toghether.

How To Set Up A Linux Layer 7 Packet Classifier On CentOS 5.1

  • HowtoForge; By Sayyed Mehdi Poustchi Amin (Posted by falko on Aug 1, 2008 3:42 PM EDT)
  • Story Type: Tutorial; Groups: Red Hat
This tutorial will walk you through setting up a Linux layer 7 packet classifier on CentOS 5.1, this can easily be adapted to any other Linux distribution out there.

Installing And Using OpenVZ On CentOS 5.2

  • HowtoForge; By Falko Timme (Posted by falko on Jul 31, 2008 4:50 PM EDT)
  • Story Type: Tutorial; Groups: Red Hat
In this HowTo I will describe how to prepare a CentOS 5.2 server for OpenVZ. With OpenVZ you can create multiple Virtual Private Servers (VPS) on the same hardware, similar to Xen and the Linux Vserver project. OpenVZ is the open-source branch of Virtuozzo, a commercial virtualization solution used by many providers that offer virtual servers. The OpenVZ kernel patch is licensed under the GPL license, and the user-level tools are under the QPL license.

How To Patch BIND9 Against DNS Cache Poisoning (Debian/Fedora/CentOS)

Dan Kaminsky earlier this month announced a massive, multi-vendor issue with DNS that could allow attackers to compromise any name server - clients, too. These two articles explain how you can fix a BIND9 nameserver on Debian Etch and Fedora/CentOS so that it is not vulnerable anymore to DNS cache poisoning.

Virtual Hosting With PureFTPd And MySQL On Fedora 9

  • HowtoForge; By Falko Timme (Posted by falko on Jul 27, 2008 9:49 AM EDT)
  • Story Type: Tutorial; Groups: Fedora
This document describes how to install a PureFTPd 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 and upload/download bandwidth limits with this setup. Passwords will be stored encrypted as MD5 strings in the database.

How To Create A Cluster Testbed Using CentOS 5 Virtualization And iSCSI

  • HowtoForge; By Roderick Tapang (Posted by falko on Jul 25, 2008 10:32 AM EDT)
  • Story Type: Tutorial; Groups: Linux
This guide attempts to provide a Xen based test environment where you can practice setting up a two node cluster (cluster setup itself is not discussed here - I am merely giving you what you need to set it up).

How To Install Django On Debian Etch (Apache2/mod_python)

  • HowtoForge; By Falko Timme (Posted by falko on Jul 24, 2008 1:48 PM EDT)
  • Story Type: Tutorial; Groups: Debian
This tutorial explains how to install Django on a Debian Etch 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.

Reduce Apache's Load With Nginx On RHEL 5.2

This article describes how to install and configure Nginx to accelerate an Apache server based on RHEL 5.2.

« Previous ( 1 ... 64 65 66 67 68 69 70 71 72 73 74 ... 92 ) Next »