Datareign

Apache servers provide 90% or more of the web's content. The first place to look for answers is the Apache home page.

Directory Layout

The basic layout for an Apache installation changes a little from system to system. This can cause confusion when you wish to make alterations quickly. The following information may be of assistance.

WAMP Server

The WAMP (Windows Apache MySQL and PHP) server project provides a packaged solution to installing Apache and the software most commonly used with it onto any Windows host. It offers a particularly neat directory layout. In version 2.0, the main parts of the Apache installation live in…

C:\wamp\bin\apache\Apache2.2.11

with the configuration file being

C:\wamp\bin\apache\Apache2.2.11\conf\httpd.conf

The logs are written, by default, to…

C:\wamp\logs

and the document root is…

C:\wamp\www

Apple OS-X

Last modified: 2009/09/27 10:47