UmVirt LFS Package info
DB commit: d35a620850806ab581b32cb34d268a904c9c0a5f
APP commit: 1ca4178aea919e4c9e869e3d650ff8af9678bd6f
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