UmVirt LFS Package info

DB commit: c78e95157185199cceff370fa5b5f1dd2a1be2fa
APP commit: cac3f2066a9a05955b29d720b9b9b14f534d21c2

httpd

The Apache HTTPD package contains an open-source HTTP server. It is useful for creating local intranet web sites or running huge web serving operations.

Package info

Codename: httpd
Source file: httpd-2.4.34.tar.bz2
Source directory: httpd-2.4.34
Package URL: https://umvirt.com/linux/downloads/0.1/packages/h/httpd-2.4.34.tar.bz2
Package md5-checksum URL: https://umvirt.com/linux/downloads/0.1/packages/h/httpd-2.4.34.tar.bz2.md5sum
Dependances: pcre, blfs-systemd-units, berkeleydb, lua, apr-util.
Dependance of: subversion.
Patches: httpd-2.4.34-blfs_layout-1.patch.
Addons: *** NO ADDONS FOUND ***
Nestings *** NO NESTINGS FOUND ***
Configuration script:
groupadd -g 25 apache

useradd -c "Apache Server" -d /srv/www -g apache \
        -s /bin/false -u 25 apache


sed '/dir.*CFG_PREFIX/s@^@#@' -i support/apxs.in              

./configure --enable-authnz-fcgi                              \
            --enable-layout=BLFS                              \
            --enable-mods-shared="all cgi"                    \
            --enable-mpms-shared=all                          \
            --enable-suexec=shared                            \
            --with-apr=/usr/bin/apr-1-config                  \
            --with-apr-util=/usr/bin/apu-1-config             \
            --with-suexec-bin=/usr/lib/httpd/suexec           \
            --with-suexec-caller=apache                       \
            --with-suexec-docroot=/srv/www                    \
            --with-suexec-logfile=/var/log/httpd/suexec.log   \
            --with-suexec-uidmin=100                          \
            --with-suexec-userdir=public_htm



Build script:
make

Install script:
make install  &&

mv -v /usr/sbin/suexec /usr/lib/httpd/suexec &&
chgrp apache           /usr/lib/httpd/suexec &&
chmod 4754             /usr/lib/httpd/suexec &&

chown -v -R apache:apache /srv/www