From c9b1a0d949601931ddf95860777089db6e37a8fa Mon Sep 17 00:00:00 2001 From: Florian Pritz Date: Sat, 12 Sep 2009 20:40:28 +0200 Subject: add apache (mpm worker) Signed-off-by: Florian Pritz --- apache/arch.layout | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 apache/arch.layout (limited to 'apache/arch.layout') diff --git a/apache/arch.layout b/apache/arch.layout new file mode 100644 index 0000000..ab59db8 --- /dev/null +++ b/apache/arch.layout @@ -0,0 +1,22 @@ + + prefix: /etc/httpd + exec_prefix: /usr + bindir: /usr/bin + sbindir: /usr/sbin + libdir: /usr/lib/httpd + libexecdir: /usr/lib/httpd/modules + mandir: /usr/share/man + sysconfdir: /etc/httpd/conf + datadir: /usr/share/httpd + installbuilddir: /usr/lib/httpd/build + errordir: /usr/share/httpd/error + iconsdir: /usr/share/httpd/icons + htdocsdir: /srv/http + manualdir: /usr/share/httpd/manual + cgidir: /srv/http/cgi-bin + includedir: /usr/include/httpd + localstatedir: /var + runtimedir: /var/run/httpd + logfiledir: /var/log/httpd + proxycachedir: /var/cache/httpd + \ No newline at end of file -- cgit v1.2.3-24-g4f1b