Sections on this page...
Web Server resources
Since I look after both Apache and IIS web servrs I regularly need to look up various information about them, and thats what this page is for.
Server Vulnerability Lists
-
The Apache Project Home Page
-
http://httpd.apache.org/
Home page for Apache web server, which is an open-source HTTP server for modern operating systems including UNIX and Windows NT.
-
Apache Software Foundation
-
http://www.apache.org/
Home page for Apache - they provide support for the Apache community of open-source software projects.
-
Apache Week
-
http://www.apacheweek.com
Apache Week aims to become an essential resource for anyone running an Apache server, or anyone responsible for running Apache-based services. it inlcudes regular updates on Apache, lists of new or suspects bugs, press links plus longer specialised articles.
-
mod_backhand
-
http://www.backhand.org/mod_backhand/
Fantastic load balancing/proxying module for apache.
-
Apache Modules
-
http://modules.apache.org/
List of Apache modules
-
Apache API
-
http://httpd.apache.org/dev/apidoc/index.html
Official attempts to provide definitive documentation for the Apache Web server API for version 1.3... but as they say themselves, it does not yet live up to that intention. Still under construction and Apache 2.0 is out, so it mey never be finished.
-
Apache 1.3 CVS Documentation
-
http://apache.dev.wapme.net/doxygen-1.3/main.html
-
Apache 2.0 CVS Documentation
-
http://apache.dev.wapme.net/doxygen-2.0/main.html
-
Comprehensive guide to .htaccess
-
http://javascriptkit.com/howto/htaccess.shtml
I am sure that most of you have heard of htaccess, if just vaguely, and that you may think you have a fair idea of what can be done with an htaccess file. You are more than likely mistaken about that, however. Regardless, even if you have never heard of htaccess and what it can do for you, the intention of this tutorial is to get you two moving along nicely together.
-
mod_ssl .org
-
http://www.modssl.org/
The mod_ssl project provides strong cryptography for the Apache 1.3 webserver via the Secure Sockets Layer. This site is the home of the project and provides doucmentation and examples to get SSL running on Apache.
-
The Rise of the Spammers
-
http://www.securityfocus.com/guest/24043
Excellent detailed article about how a spammer got control of this guys Apache machine through a small vulnerability in PHP. Required reading for any serious web developer.