Debian Admin

Debian/Ubuntu Linux System Administration Tutorials,Howtos,Tips

  • RSS Subscribe

    subscribe to the Debian Admin RSS feed
  • Sponsors



  • Categories

  • Sponsors

  • Support DebianAdmin

    Amount $:
    Website(Optional):


  • Meta

  • Archives



Archive for the 'Webserver' Category

WebDAV Configuration With Apache2 On Debian Etch

Posted by Admin on 2nd July 2008

If you're new here, you may want to subscribe to my RSS feed. Thanks for visiting!

Web-based Distributed Authoring and Versioning, or WebDAV, is a set of extensions to the Hypertext Transfer Protocol (HTTP) which allows users to collaboratively edit and manage files on remote World Wide Web servers. The group of developers responsible for these extensions was also known by the same name and was a working group of the Internet Engineering Task Force (IETF).

Read the rest of this entry »

  • Share/Bookmark

Posted in Webserver | 6 Comments »

How to setup GeoIP support for apache2 On Debian Etch

Posted by Admin on 11th April 2008

This is an apache2 module for finding the country that a web request originated from. It uses the GeoIP library and database to perform the lookup.This module only works on Apache 2.0.x servers.

First you need to make sure you have apache2 server installed and working fine.

Read the rest of this entry »

  • Share/Bookmark

Posted in Webserver | 1 Comment »

How to Split apache Logs With vlogger in debian etch

Posted by Admin on 28th March 2008

Vlogger is a little piece of code borned to handle dealing with large amounts of virtualhost logs. It’s bad news that apache can’t do this on its own. Vlogger takes piped input from apache, splits it off to separate files based on the first field. It uses a file handle cache so it can’t run out of file descriptors. It will also start a new logfile every night at midnight, and maintain a symlink to the most recent file. For security, it can drop privileges and do a chroot to the logs directory.

Read the rest of this entry »

  • Share/Bookmark

Posted in Webserver | 1 Comment »

How to Split lighttpd Logs With vlogger in Debian Etch

Posted by Admin on 7th March 2008

Vlogger is a little piece of code borned to handle dealing with large amounts of virtualhost logs. It’s bad news that apache can’t do this on its own. Vlogger takes piped input from apache, splits it off to separate files based on the first field. It uses a file handle cache so it can’t run out of file descriptors. It will also start a new logfile every night at midnight, and maintain a symlink to the most recent file. For security, it can drop privileges and do a chroot to the logs directory.

Read the rest of this entry »

  • Share/Bookmark

Posted in Webserver | No Comments »

Setup Easy Hosting Control Panel (ehcp) for Debian/Ubuntu

Posted by dgs on 2nd February 2008

ehcp is a new Hosting Control Panel in Linux world. Although it is in beta stage, its basic functions are well functioning. it operates strongly with debian/ubuntu”s apt-get package manager..

it differs from other control panels, or even other opensource panels that, ehcp is the first and only: opensource,full php, object oriented, gpl, free hosting control panel on the earth !

Read the rest of this entry »

  • Share/Bookmark

Posted in Free-Tools, General, Other Linux, Webserver | 14 Comments »

How to setup Apache Tomcat 5.5 on Debian Etch

Posted by Admin on 27th November 2007

Apache Tomcat is a web container, or application server developed at the Apache Software Foundation (ASF). Tomcat implements the servlet and the JavaServer Pages (JSP) specifications from Sun Microsystems, providing an environment for Java code to run in cooperation with a web server. It adds tools for configuration and management but can also be configured by editing configuration files that are normally XML-formatted. Tomcat includes its own internal HTTP server.

Read the rest of this entry »

  • Share/Bookmark

Posted in Webserver | 14 Comments »