]> git.pld-linux.org Git - packages/apache.git/blame - apache-layout.patch
update doc links to 2.4 version
[packages/apache.git] / apache-layout.patch
CommitLineData
85894324
KK
1--- httpd-2.4.3/config.layout.orig 2012-04-17 16:01:41.000000000 +0200
2+++ httpd-2.4.3/config.layout 2012-08-23 13:01:27.879147377 +0200
3@@ -370,3 +370,29 @@
4 logfiledir: ${localstatedir}/log/httpd
5 proxycachedir: ${localstatedir}/cache/httpd
551141ff 6 </Layout>
85894324 7+
551141ff
MM
8+# PLD layout
9+<Layout PLD>
10+ prefix: /usr
11+ exec_prefix: ${prefix}
12+ bindir: ${exec_prefix}/bin
13+ sbindir: ${exec_prefix}/sbin
14+ libdir: ${exec_prefix}/lib
f9adabbc 15+ libexecdir: ${libdir}/apache
551141ff
MM
16+ mandir: /usr/share/man
17+ infodir: /usr/share/info
18+ sysconfdir: /etc/httpd
f9adabbc
ER
19+ datadir: /home/services/httpd
20+ iconsdir: ${datadir}/icons
21+ htdocsdir: ${datadir}/html
22+ manualdir: ${datadir}/manual
23+ errordir: ${datadir}/error
24+ cgidir: ${prefix}/lib/cgi-bin/apache
25+ includedir: ${prefix}/include/apache
551141ff
MM
26+ localstatedir: /var/lib/httpd
27+ runtimedir: /var/run
28+ logfiledir: /var/log/httpd
4654beb1 29+ proxycachedir: /var/cache/httpd
f9adabbc 30+ installbuilddir: ${libexecdir}/build
551141ff 31+</Layout>
85894324 32+
This page took 0.037119 seconds and 4 git commands to generate.