diff options
| author | Natanael Copa <ncopa@alpinelinux.org> | 2010-08-03 12:55:09 +0000 |
|---|---|---|
| committer | Natanael Copa <ncopa@alpinelinux.org> | 2010-08-03 12:57:46 +0000 |
| commit | 067aef21abcefcef888a7c72ccf4d1ee4e787a78 (patch) | |
| tree | 61db84986f00304b9f6a10ffde0f2e253c0973ff /testing/apache/alpine.layout | |
| parent | ee389ee87635e6b433dbaaab6a3b4e17ec98b0bc (diff) | |
| download | aports-067aef21abcefcef888a7c72ccf4d1ee4e787a78.tar.bz2 aports-067aef21abcefcef888a7c72ccf4d1ee4e787a78.tar.xz | |
testing/apache: new aport
A high performance Unix-based HTTP server
http://httpd.apache.org/
Diffstat (limited to 'testing/apache/alpine.layout')
| -rw-r--r-- | testing/apache/alpine.layout | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/testing/apache/alpine.layout b/testing/apache/alpine.layout new file mode 100644 index 0000000000..7146971d2a --- /dev/null +++ b/testing/apache/alpine.layout @@ -0,0 +1,22 @@ +<Layout Alpine> + prefix: /usr + exec_prefix: ${prefix} + bindir: ${prefix}/bin + sbindir: ${prefix}/sbin + libdir: ${prefix}/lib + libexecdir: ${prefix}/lib+ + mandir: ${prefix}/share/man + sysconfdir: /etc+ + datadir: ${usr}/share+ + installbuilddir: ${datadir}/build + errordir: ${datadir}/error + iconsdir: ${datadir}/icons + htdocsdir: /var/www/localhost/htdocs + manualdir: /usr/share/doc/apache2/manual + cgidir: /var/www/cgi-bin + includedir: /usr/include+ + localstatedir: /var + runtimedir: ${localstatedir}/run+ + logfiledir: ${localstatedir}/log+ + proxycachedir: ${localstatedir}/cache+ +</Layout> |
