This script is for Slackware 11.0 only and may be outdated.

SlackBuilds Repository

11.0 > Network > apache2 (2.2.4)

WARNING
This script builds a package that conflicts with Slackware's apache1 and
thus should be installed using upgradepkg if another version of apache
is currently installed.

Apache is the most popular web server in the known universe; over half
the servers on the Internet are running Apache or one of its variants.

By default, we build apache2 with the traditional "apache prefork" multi
processing module (MPM). This is somewhat safer for the use of mod_php,
but can still carry some security risks (all your php scripts run as the
user configured to run apache2). This is mitigated by default, as
apache2 runs as user apache2 and group apache2, which do not exist on
default Slackware installations and should have minimal privilages.

For enhanced multi-threaded performance, use "apache worker", but using
mod_php with "worker" is considered dangerous. PHP Core is multi-thread
safe, but many PHP extensions are *NOT*. To build apache2 with the
worker MPM, just run the script like so:

# MPM_FLAVOR=worker; ./apache2.SlackBuild

Please note that this script does not build apache2 with SuEXEC support.
If you need this functionality, please read the following documentation
and make the necessary changes to the ./configure options in the script.

http://httpd.apache.org/docs/2.0/suexec.html

Maintained by: Adis Nezirovic
Keywords: web server,httpd
ChangeLog: apache2

Homepage:
http://www.apache.org

Source Downloads:
httpd-2.2.4.tar.bz2 (536c86c7041515a25dd8bad3611da9a3)

Download SlackBuild:
apache2.tar.gz
apache2.tar.gz.asc (FAQ)

(the SlackBuild does not include the source)

Validated for Slackware 11.0

See our HOWTO for instructions on how to use the contents of this repository.

Access to the repository is available via:
ftp git cgit http rsync

© 2006-2024 SlackBuilds.org Project. All rights reserved.
Slackware® is a registered trademark of Patrick Volkerding
Linux® is a registered trademark of Linus Torvalds