11 Star 0 Fork 44

src-openEuler/httpd

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
backport-layout_add_openEuler.patch 1.14 KB
一键复制 编辑 原始数据 按行查看 历史
yangl777 提交于 2022-03-26 16:26 . update httpd to 2.4.51
diff -urN a/config.layout b/config.layout
--- a/config.layout 2018-02-09 18:30:35.000000000 +0800
+++ b/config.layout 2019-09-21 09:36:47.000000000 +0800
@@ -154,6 +154,30 @@
proxycachedir: ${localstatedir}/cache/httpd/proxy
</Layout>
+# Layout used in openEuler httpd packaging.
+<Layout openEuler>
+ prefix: /usr
+ exec_prefix: ${prefix}
+ bindir: ${prefix}/bin
+ sbindir: ${prefix}/sbin
+ libdir: ${prefix}/lib
+ libexecdir: ${prefix}/libexec
+ mandir: ${prefix}/man
+ sysconfdir: /etc/httpd/conf
+ datadir: ${prefix}/share/httpd
+ installbuilddir: ${libdir}/httpd/build
+ errordir: ${datadir}/error
+ iconsdir: ${datadir}/icons
+ htdocsdir: /var/www/html
+ manualdir: ${datadir}/manual
+ cgidir: /var/www/cgi-bin
+ includedir: ${prefix}/include/httpd
+ localstatedir: /var
+ runtimedir: /run/httpd
+ logfiledir: ${localstatedir}/log/httpd
+ proxycachedir: ${localstatedir}/cache/httpd/proxy
+</Layout>
+
# According to the /opt filesystem conventions
<Layout opt>
prefix: /opt/apache
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/src-openeuler/httpd.git
git@gitee.com:src-openeuler/httpd.git
src-openeuler
httpd
httpd
master

搜索帮助