configuring htaccess restrictions on debian apache2 server

Communications | Debian Support | Support

This is a quick guide on how to set up htaccess restrictions on a directory located on a server running apache2 with a debian OS.

First, you will need to update the httpd.conf file, which should be located in the apache2 directory, as follows:

&#60Directory (directory to be protected)&#62
Options Indexes Includes FollowSymLinks Multivews
AllowOverride AuthConfig
Order allow,deny
Allow from all
&#60/Directory&#62

Make sure to take out the "" they are only included so this post displays properly.

Once this update is saved, restart the apache2 server with the following command, or something like it depending on your setup, as follows:

Kubuntu 8.04 (Hardy Heron) Screenshots Tour

Kubuntu is a user friendly operating system based on KDE, the K Desktop Environment. With a predictable 6 month release cycle and part of the Ubuntu project, Kubuntu is the GNU/Linux distribution for everyone.

Full Story

Ubuntu 8.04 (Hardy Heron) LAMP Server Setup

In around 15 minutes, the time it takes to install Ubuntu Server Edition, you can have a LAMP (Linux,Apache, MySQL and PHP) server up and ready to go. This feature, exclusive to Ubuntu Server Edition, is available at the time of installation.

Full Story

Industrial-grade trouble ticketing system on Debian Etch

RT is an industrial-grade trouble ticketing system. It lets a group of people intelligently and efficiently manage requests submitted by a community of users. RT is used by systems administrators,customer support staffs, NOCs, developers, and even marketing departments to track issues, outages,bugs, requests, and all kinds of other things at thousands of sites around the world.

Full Story

A much easier way to install Ubuntu on a USB device (Stick or Hard Disk)!

This tutorial will explain A much easier way to install Ubuntu on a USB device (Stick or Hard Disk).I was reading How to install Ubuntu Linux from USB Stick posted a while ago, and found it to be quite some work to get Ubuntu working on a USB stick. Besides, having to prepare your USB device, creating a separate partition on it which will be more or less “useless” after the installation, giving up 750MB of space?

Full Story

Watching Live-TV On Your Ubuntu Desktop With Zattoo

Zattoo has developed a software program that allows you to watch TV on your computer. All you need is a broadband connection and a current operating system (Windows XP or Vista, Mac OS X, or Linux). The service is legal and free of charge.

Full Story

Howto Select Fastest Mirror in Debian

If you want to select Fastest Mirror in Debian follow this tutorial and this is very helpful if you want to download and install your debian packages,Updates .netselect-apt automatically creates a sources.list file for using with apt for the specified distribution by downloading the list of Debian mirrors using wget and choosing the fastest servers (both US and non-US) using netselect. The output file is written to OUTFILE.

Full Story

Ubuntu 8.04 (Hardy Heron) Screenshots Tour

Ubuntu is a community developed, linux-based operating system that is perfect for laptops, desktops and servers. It contains all the applications you need - a web browser, presentation, document and spreadsheet software, instant messaging and much more.The most recent version, Ubuntu 8.04 (Hardy Heron), was released on April 24, 2008.

Full Story

Unison - file synchronization tool

Unison is a file-synchronization tool for Unix and Windows. It allows two replicas of a collection of files and directories to be stored on different hosts (or different disks on the same host), modified separately, and then brought up to date by propagating the changes in each replica to the other.

Full Story

sshpass - Non-interactive ssh password authentication

SSH’s (secure shell) most common authentication mode is called “interactive keyboard password authentication”, so called both because it is typically done via keyboard, and because openssh takes active measures to make sure that the password is, indeed, typed interactively by the keyboard.

Sometimes, however, it is necessary to fool ssh into accepting an interactive password non-interactively. This is where sshpass comes in.

Full Story