32N/A APACHE INSTALLATION OVERVIEW
919N/A $ ./configure --prefix=PREFIX
919N/A NOTES: * Replace PREFIX with the filesystem path under which
919N/A Apache should be installed. A typical installation
919N/A * If you want to build a threaded MPM (for instance worker)
919N/A on FreeBSD, be aware that threads do not work well with
919N/A Apache on FreeBSD versions before 5.4-RELEASE. If you wish
32N/A to try a threaded Apache on an earlier version of FreeBSD,
32N/A use the --enable-threads parameter to ./configure in
32N/A addition to the --with-mpm parameter.
493N/A * If you are a developer building Apache directly from
32N/A Subversion, you will need to run ./buildconf before running
32N/A configure. This script bootstraps the build environment and
1276N/A requires Python as well as GNU autoconf and libtool. If you
32N/A build Apache from a release tarball, you don't have to run
1276N/A * If you are building directly from Subversion on Mac OS X
911N/A (Darwin), make sure to use GNU Libtool 1.4.2 or newer. All
32N/A recent versions of the developer tools on this platform
32N/A include a sufficiently recent version of GNU Libtool (named
32N/A glibtool, but buildconf knows where to find it).
970N/A For a short impression of what possibilities you have, here is a
970N/A typical example which configures Apache for the installation tree
1339N/A additional modules mod_rewrite and mod_speling for later loading
32N/A $ CC="pgcc" CFLAGS="-O2" \
--enable-rewrite=shared \
The easiest way to find all of the configuration flags for Apache 2.3
is to run ./configure --help.
The
Apache/Win32 binaries are primarily distributed as a Windows Installer
package (.msi), and may be available as a .zip file as well. These packages
Please choose the .msi package if at all possible. Note that Apache version
2.3 is a development version and binaries may not be available. Use a
released version from the stable 2.2 branch instead.
any -win32-x86 notation) you must compile the package yourself, see the links
mentioned above. Unless you intended to do this, please look again for the
install that .msi (or .zip package, if you must.)
If you have unpacked this binary distribution from the .zip package, you
to reflect the correct ServerName, Domain, and directory paths. Search for
the text "@@" to discover what you must edit. To install and start the
service after you have corrected the
httpd.conf file, use the command
The .msi package configures the
httpd.conf file, and installs and starts
the Apache2 service for you. It also installs plenty of useful shortcuts
and the taskbar ApacheMonitor. We strongly encourage you to use it.
The Apache HTTP Server group cannot field user's installation questions.
There are many valuable forums to help you get started. Please refer your
questions to the appropriate forum, such as the Users Mailing List at
Thanks for using the Apache HTTP Server, version 2.3.
The Apache Software Foundation