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


How to setup Apache Tomcat 5.5 on Debian Etch

Posted by Admin on 27th November 2007

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

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/Save/Bookmark

Posted in Webserver | 7 Comments »

Restart Apache Server without affecting existing connections

Posted by Admin on 3rd October 2007

Sometimes you want to restart your Apache server after changing some configuration in your virutual hosts,sites etc, but you have few hundred clients currently downloading files from your server and you don’t want to disconnect them.

Read the rest of this entry »

Share/Save/Bookmark

Posted in Webserver | No Comments »

A SUCCESSFULL installation guide to VHCS2 on Debian Etch (4.0)

Posted by guimeau on 30th July 2007

I’ve read a lot of manuals, how-to’s etc. describing the process of setting a Debian webserver containing the great VHCS2 control panel system. I’ve tried them all, and all were failing for me on several critical points. So i tried to gathered all steps to this one-stop how-to.

Read the rest of this entry »

Share/Save/Bookmark

Posted in General, Webserver | 19 Comments »

Apache Log file analyzer Using Awstats in Debian

Posted by Admin on 4th June 2007

AWStats is a free powerful and featureful tool that generates advanced web, streaming, ftp or mail server statistics, graphically. This log analyzer works as a CGI or from command line and shows you all possible information your log contains, in few graphical web pages. It uses a partial information file to be able to process large log files, often and quickly. It can analyze log files from all major server tools like Apache log files (NCSA combined/XLF/ELF log format or common/CLF log format), WebStar, IIS (W3C log format) and a lot of other web, proxy, wap, streaming servers, mail servers and some ftp servers.

Read the rest of this entry »

Share/Save/Bookmark

Posted in Webserver | 2 Comments »

Securing Apache Web Server from information leakage

Posted by Admin on 2nd April 2007

By default, most pre-packaged apache installations come with full information leakage, so if you telnet to port 80 on your webserver you can check, just type in the GET / HTTP/1.1 line, then hit enter twice

Read the rest of this entry »

Share/Save/Bookmark

Posted in Webserver | 1 Comment »

Realtime Apache monitoring with apachetop

Posted by Admin on 19th March 2007

Apache top is a curses-based realtime utility to display information from a running copy of Apache.It is modelled after the standard ‘top’ utility, and displays information such as the requests pers second, bytes per second and the most popular URLs displayed.It must be run from a machine running Apache, as it works by processing the logfiles found in /var/log/apache.

Read the rest of this entry »

Share/Save/Bookmark

Posted in Webserver | No Comments »