summaryrefslogtreecommitdiff
path: root/strata/apache-httpd-server/httpd-server.morph
diff options
context:
space:
mode:
Diffstat (limited to 'strata/apache-httpd-server/httpd-server.morph')
-rw-r--r--strata/apache-httpd-server/httpd-server.morph31
1 files changed, 0 insertions, 31 deletions
diff --git a/strata/apache-httpd-server/httpd-server.morph b/strata/apache-httpd-server/httpd-server.morph
deleted file mode 100644
index 131d0475..00000000
--- a/strata/apache-httpd-server/httpd-server.morph
+++ /dev/null
@@ -1,31 +0,0 @@
-name: httpd-server
-kind: chunk
-build-system: autotools
-configure-commands:
-- ./buildconf --with-apr=/usr/share/apr-1
-- |
- ./configure --prefix="$PREFIX" \
- --libexecdir="$PREFIX"/lib/httpd/modules \
- --enable-layout=RPM \
- --enable-mpms-shared=all \
- --with-apr="$PREFIX"/bin/apr-2-config \
- --enable-suexec --with-suexec \
- --with-suexec-caller=apache \
- --with-suexec-docroot=/var/www \
- --with-suexec-logfile=/var/log/httpd/suexec.log \
- --with-suexec-bin="$PREFIX"/lib/httpd/suexec \
- --with-suexec-uidmin=500 --with-suexec-gidmin=100\
- --with-suexec-userdir=public_html \
- --enable-pie \
- --with-pcre \
- --enable-mods-shared=all \
- --enable-ssl --with-ssl \
- --enable-case-filter --enable-case-filter-in \
- --enable-cgid --enable-cgi\
- --enable-so
-post-install-commands:
-- |
- sed -i 's|#!/replace/with/path/to/perl/interpreter -w|#!/usr/bin/perl -w|g' \
- "$DESTDIR$PREFIX"/bin/apxs
-- mkdir -p "$DESTDIR"/etc/httpd/conf.d
-- echo 'Include /etc/httpd/conf.d/*.conf' >> "$DESTDIR"/etc/httpd/conf/httpd.conf