apache

TwitterFacebook
Get flash to fully experience Pearltrees
http://www.sonatype.com/books/mvnref-book/reference/public-book.html

Maven Book: Maven: The Definitive Guide

Learning Maven can be a daunting and frustrating task. While there are a number of references for Maven online, there is no single, well-written narrative for introducing Maven that can serve as both an authoritative reference and an introduction. Sonatype maintains two books focused on Maven: an example-driven introduction to Maven, "Maven by Example" and this reference book.
When a Web server sends a document to a browser, it prefixes the document with a response header like the one shown in Listing 1 . This contains metadata telling the browser how to interpret the document. One of the most important pieces of metadata is the Content-Type in the last line. http://www.ibm.com/developerworks/xml/library/x-tipapachexhtml/index.html

Tip: Configure Apache to send the right MIME type for XHTML

The full book in HTML

Practical mod_perl

http://modperlbook.org/html/index.html
http://perl.apache.org/docs/1.0/guide/performance.html Table of Contents An exhaustive list of various techniques you might want to use to get the most performance possible out of your mod_perl server: configuration, coding, memory use, and more. To make the user's Web browsing experience as painless as possible, every effort must be made to wring the last drop of performance from the server.

mod_perl: Performance Tuning

Ultimate htaccess Article

.htaccess is a very ancient configuration file that controls the Web Server running your website, and is one of the most powerful configuration files you will ever come across. http://www.askapache.com/htaccess/htaccess.html
http://www.apacheweek.com/features/put

Apache Week. Publishing Pages with PUT

First published: 4th April 1997
Available Languages: en | fr Summary The mod_rewrite module uses a rule-based rewriting engine, based on a PCRE regular-expression parser, to rewrite requested URLs on the fly. http://httpd.apache.org/docs/current/mod/mod_rewrite.html

Apache module mod_rewrite

Table of Contents Small databases can be implemented pretty efficiently using dbm files, but there are still some precautions that must be taken to use them properly under mod_perl. Some of the earliest databases implemented on Unix were dbm files, and many are still in use today.

mod_perl: mod_perl and dbm file

http://perl.apache.org/docs/1.0/guide/dbm.html