«
DRX
Web Developer Resource Index: Apache
The Apache HTTP Server is based on the NCSA Web server, which itself
originated with the first httpd developed in the early 90s by Tim Berners-Lee while he was working at
CERN. Work on the NCSA server at UIUC stopped after the principle
developer, Rob McCool, left in 1994. As the NCSA server was open-source software, many programmers
continued to work on it independently until, in 1995, they formed a group to combine their
modifications (each one known as a patch, yet another of Larry Wall's creations).
This would form what is now the Apache Server Project, from “a patchy server”, though some would dispute this historic name. At any rate, Apache now rules the HTTP/Web server market, as you can see from this Netcraft Survey.
Updated: Tuesday, November 25th, 2008 @ 4:58 PM EST
Navigation
Resources
-
1.
The Apache HTTP Server Project
The goal of this project is to provide a secure, efficient and extensible server that provides HTTP services in sync with the current HTTP standards. [131]
★★★★★
URI:http://httpd.apache.org/
Author:Apache Project Members [6]
Reviewed:Friday, April 8th, 2005 @ 4:29 AM EDT
by:Douglas Clifton
The Apache HTTP Server Project
apacheclient-serverhttpopen-sourceserversweb server
-
2.
Slashdot: ApacheApache news, for nerds. [241]
★★★★★
URI:/app/dnews/apache#news
Author:Slashdot Authors [6]
Reviewed:Thursday, June 16th, 2005 @ 11:31 AM EDT
by:Douglas Clifton
Slashdot: Apache
apachenewsopen-sourceservers
-
3.
mod_rewrite Cheat Sheet"Despite the tons of examples and docs, mod_rewrite is voodoo. Damned cool voodoo, but still voodoo." Once you have regular expressions mastered, and understand rewriting URLs using the Apache module, then keep this cheat sheet around for quick reference. [1854]
★★★★☆
URI:http://www.addedbytes.com/apache/mod_rewrite-cheat-sheet/
Author:Dave Child [7]
Reviewed:Tuesday, November 25th, 2008 @ 4:58 PM EST
by:Douglas Clifton
mod_rewrite Cheat Sheet
apachecheatsheetmoduleregexurl
-
4.
ab: Apache HTTP Server benchmarking toolA command-line tool for benchmarking your Apache Hypertext Transfer Protocol (HTTP) server. It's designed to give the user an overview of how well your server is performing, and in particular, how many requests per second it's capable of serving. [1795]
★★★★☆
URI:http://httpd.apache.org/docs/2.0/programs/ab.html
Author:Apache Project Members [6]
Reviewed:Sunday, November 2nd, 2008 @ 5:07 PM EST
by:Douglas Clifton
ab: Apache HTTP Server benchmarking tool
apachehttpperformanceserverstoolsweb server
-
5.
ONLamp: Apache DevCenterAn O'Reilly ONLamp Development Center dedicated to this very popular open-source Web server. Featuring articles, news, HTTP, installation and configuration, modules, CGI, security, tools, and specialty projects such as the Java-based Tomcat server. [1774]
★★★★☆
URI:http://www.onlamp.com/apache/
Author:O'Reilly Network [13]
Reviewed:Saturday, October 25th, 2008 @ 6:47 PM EDT
by:Douglas Clifton
ONLamp: Apache DevCenter
apachecgideveloperhttpjavamoduleonlampopen-sourceoreillysecurityweb server
-
6.
Practical mod_perlThe O'Reilly book of the same title, in HTML format. Easy to navigate from the full table of contents on the index page that this review points at. The appendix is full of goodies, including mod_perl recipes, and an overview of the AxKit XML server. [1336]
★★★★☆
URI:http://modperlbook.org/html/
Author:Stas Bekman [1]
Reviewed:Saturday, June 25th, 2005 @ 9:52 PM EDT
by:Douglas Clifton
Practical mod_perl
apachehttpmoduleperlprogrammingweb serverxml
-
7.
ModSecurityAs your Web site (hopefully) grows in popularity, there is also a tendency to be noticed by the guys in the black hats. I have to do some more evaluation on this firewall module, but it looks like it has the potential to thwart some of these attacks. [1247]
★★★★☆
URI:http://modsecurity.org/
Author:Thinking Stone [1]
Reviewed:Saturday, May 28th, 2005 @ 1:40 PM EDT
by:Douglas Clifton
ModSecurity
apachemoduleopen-sourcesecurity
-
8.
Using Server Cache Control to Improve PerformanceThis is a very informative article (with examples) on how to make the most of browser caching and reduce unnecessary requests to your Web server. Due to an IE bug, if you're using HTC files, I highly recommend you add text/x-component to the mix. [1241]
★★★★☆
URI:http://websiteoptimization.com/speed/tweak/cache/
Author:Andy King [3]
Reviewed:Friday, May 27th, 2005 @ 9:14 AM EDT
by:Douglas Clifton
Using Server Cache Control to Improve Performance
apachecacheconfighttpperformanceserverssysadmin
-
9.
Apache Performance TuningGet out your Unix systems programming, TCP/IP networking and C language books and get ready for some raw speed. Tailored for Apache version 1.3. [1068]
★★★★☆
URI:http://httpd.apache.org/docs/misc/perf-tuning.html
Author:Apache Project Members [6]
Reviewed:Friday, April 29th, 2005 @ 5:24 AM EDT
by:Douglas Clifton
Apache Performance Tuning
apachecconfigperformanceprogrammingserverssysadminunix
-
10.
mod_gzip
mod_gzip is an all-in-one content negotiation, encoding, compression and acceleration module for the popular Apache Web server. It compresses Web documents delivered to the client. There is no need to install any additional software on the client! [135]
★★★★☆
URI:http://sourceforge.net/projects/mod-gzip/
Author:Michael Schröpl [2]
Reviewed:Friday, April 8th, 2005 @ 5:43 AM EDT
by:Douglas Clifton
mod_gzip
apacheconfiggzipmoduleperformanceserverssysadmin
-
11.
mod_rewriteThis module uses a rule-based rewriting engine (based on a regular-expression parser) to rewrite requested URLs on the fly. [134]
★★★★☆
URI:http://httpd.apache.org/docs/mod/mod_rewrite.html
Author:Ralf Engelschall [4]
Reviewed:Friday, April 8th, 2005 @ 5:16 AM EDT
by:Douglas Clifton
mod_rewrite
apacheconfigmoduleregexserverssysadminurl
-
12.
Apache Friends: XAMPPAn easy to install Apache distribution containing MySQL, PHP and Perl. [133]
★★★★☆
URI:http://www.apachefriends.org/en/
Author:Kai Seidler [1]
Reviewed:Friday, April 8th, 2005 @ 4:56 AM EDT
by:Douglas Clifton
Apache Friends: XAMPP
apacheinstallmysqlperlphp
-
13.
mod_perlmod_perl brings together the full power of the Perl programming language and the Apache HTTP server. You can use Perl to manage Apache, respond to requests for Web pages and much more. [132]
★★★★☆
URI:http://perl.apache.org/
Author:Contributors [1]
Reviewed:Friday, April 8th, 2005 @ 4:39 AM EDT
by:Douglas Clifton
mod_perl
apachehttpmoduleperl
Related Categories
Matching Tags
apache c cache cgi cheatsheet client-server config developer gzip http install java module mysql news onlamp open-source oreilly performance perl php programming regex security servers sysadmin tools unix url web server xml
Indexes
Search for Apache on:

Last updated: Tuesday, November 25th, 2008 @ 4:58 PM EST [2008-11-25T21:58:53Z]




















































































![Writing Apache Modules with Perl and C [I own this title!]](/img/books/156592567X.jpg)





