apache

Apache Module mod_status

The Status module allows a server administrator to find out how well their server is performing.

This module is normaly enable by default on ubuntu.

On a ubuntu distribution, you can edit the file
etc/apache2/mods-available/status.conf
for your personal configuration; for example to allow only from your ip.

Complete description can be found at apache website.

 

ab - Apache HTTP server benchmarking tool

ab - apache benchmarkThis is a tool for benchmarking your Apache Hypertext Transfer Protocol (HTTP) server. It is designed to give you an impression of how your current Apache installation performs. This especially shows you how many requests per second your Apache installation is capable of serving.

howto to use the redirect 301 with a full change in the domain name

What happens if you completely change your domain name from www.old-domain.com to www.new-domain.com?In this case it is important to inform the search engine of the change.The best solution is to redirect the request to the new url with a 301 code. How?

Howto install apache2 mod_rewrite on Ubuntu

The default apache php mysql installation on Ubuntu 9.04 server doesn't include mod_rewrite module. This module is required by Drupal "clean url". To install mod_rewrite, run command as below:sudo a2enmod rewriteGood luck..
XHTML | CSS | 2010 Log In
Disclaimer: The information and content provided on this website is for reference and informational purpose only. We cannot guarantee for accuracy and completeness for any information or content published on this site. Use of the information and content on this site is at your own risk. We accept no responsibility for any loss or damage arising from the use of this website either directly or indirectly.