mirror of
https://gitdl.cn/https://github.com/chakralinux/core.git
synced 2025-02-04 02:27:13 +08:00
22 lines
692 B
Plaintext
22 lines
692 B
Plaintext
<Layout Chakra>
|
|
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: /run/httpd
|
|
logfiledir: /var/log/httpd
|
|
proxycachedir: /var/cache/httpd
|
|
</Layout> |