/openbmc/openbmc/meta-openembedded/meta-oe/recipes-devtools/php/ |
H A D | php_8.2.26.bb | 72 --with-config-file-path=${sysconfdir}/php/apache2-php${PHP_MAJOR_VERSION} \ 111 PACKAGECONFIG[apache2] = "--with-apxs2=${STAGING_BINDIR_CROSS}/apxs,,apache2-native apache2" 127 …U_SOURCE -D_LARGEFILE64_SOURCE -g -DPTYS_ARE_GETPT -DPTYS_ARE_SEARCHED -I${STAGING_INCDIR}/apache2" 174 if ${@bb.utils.contains('PACKAGECONFIG', 'apache2', 'true', 'false', d)}; then 176 install -d ${D}${sysconfdir}/apache2 177 … printf "\nLoadModule dummy_module modules/mod_dummy.so\n" > ${D}${sysconfdir}/apache2/httpd.conf 190 install -d ${D}/${sysconfdir}/apache2/conf.d 191 install -m 0644 ${UNPACKDIR}/php-fpm-apache.conf ${D}/${sysconfdir}/apache2/conf.d/php-fpm.conf 197 install -m 0644 ${UNPACKDIR}/php-fpm-apache.conf ${D}/${sysconfdir}/apache2/conf.d/php-fpm.conf 207 if ${@bb.utils.contains('PACKAGECONFIG', 'apache2', 'true', 'false', d)}; then [all …]
|
/openbmc/openbmc/meta-openembedded/meta-webserver/recipes-httpd/apache-mod/ |
H A D | apache-websocket_git.bb | 9 DEPENDS = "apache2 apache2-native pbzip2-native" 10 RDEPENDS:${PN} += "apache2" 27 install -d ${D}${libexecdir}/apache2/modules 28 install -m 755 ${B}/.libs/mod_websocket.so ${D}${libexecdir}/apache2/modules 31 FILES:${PN} += " ${libexecdir}/apache2/modules/* " 32 FILES:${PN}-dbg += " ${libexecdir}/apache2/modules/.debug/* "
|
H A D | mod-dnssd_0.6.bb | 1 DESCRIPTION = "Avahi Module for Apache2." 6 DEPENDS = "apache2 avahi" 18 install -Dm755 ${S}/src/.libs/mod_dnssd.so ${D}${libexecdir}/apache2/modules/mod_dnssd.so
|
/openbmc/openbmc/meta-openembedded/meta-webserver/recipes-httpd/apache2/ |
H A D | apache2_2.4.63.bb | 10 file://0002-apache2-bump-up-the-core-size-limit-if-CoreDumpDirec.patch \ 11 file://0003-apache2-do-not-export-apr-apr-util-symbols-when-usin.patch \ 12 file://0004-apache2-log-the-SELinux-context-at-startup.patch \ 14 file://0006-apache2-fix-the-race-issue-of-parallel-installation.patch \ 15 file://0007-apache2-allow-to-disable-selinux-support.patch \ 22 file://0010-apache2-do-not-use-relative-path-for-gen_test_char.patch \ 24 file://apache2-volatile.conf \ 25 file://apache2.service \ 36 DEPENDS = "openssl expat pcre apr apr-util apache2-native " 148 install -m 0644 ${UNPACKDIR}/apache2-volatile.conf ${D}${sysconfdir}/tmpfiles.d/ [all …]
|
/openbmc/openbmc/meta-openembedded/meta-webserver/recipes-httpd/apache2/apache2/ |
H A D | 0006-apache2-fix-the-race-issue-of-parallel-installation.patch | 4 Subject: [PATCH] apache2: fix the race issue of parallel installation 9 …p4080ds_release/tmp/work/ppce500mc-fsl_networking-linux/apache2/2.4.3-r1/image/usr/share/apache2':… 11 …p4080ds_release/tmp/work/ppce500mc-fsl_networking-linux/apache2/2.4.3-r1/image/usr/share/apache2':…
|
H A D | 0009-support-apxs.in-force-destdir-to-be-empty-string.patch | 7 search path for apache2 config files is appended to itself, and 11 …pache-websocket/0.1.1+gitAUTOINC+6968083264-r0/recipe-sysroot//usr/share/apache2/build/config_vars…
|
H A D | 0010-apache2-do-not-use-relative-path-for-gen_test_char.patch | 4 Subject: [PATCH] apache2: do not use relative path for gen_test_char
|
H A D | 0003-apache2-do-not-export-apr-apr-util-symbols-when-usin.patch | 4 Subject: [PATCH] apache2: do not export apr/apr-util symbols when using shared
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-devtools/php/php/ |
H A D | php-fpm-apache.conf | 3 LoadModule proxy_module /usr/libexec/apache2/modules/mod_proxy.so 4 LoadModule proxy_fcgi_module /usr/libexec/apache2/modules/mod_proxy_fcgi.so 6 ProxyPassMatch ^/(.*\.php(/.*)?)$ fcgi://127.0.0.1:9000/usr/share/apache2/htdocs/
|
H A D | 70_mod_php8.conf | 1 LoadModule php_module lib/apache2/modules/libphp.so
|
/openbmc/openbmc/meta-security/recipes-mac/AppArmor/ |
H A D | apparmor_4.0.3.bb | 40 PACKAGECONFIG[apache2] = ",,apache2," 44 if 'apache2' in d.getVar('PACKAGECONFIG').split() and \ 68 if ${@bb.utils.contains('PACKAGECONFIG','apache2','true','false', d)}; then 90 if ${@bb.utils.contains('PACKAGECONFIG','apache2','true','false', d)}; then 166 FILES:mod-${PN} = "${libdir}/apache2/modules/*"
|
/openbmc/openbmc/meta-openembedded/meta-webserver/ |
H A D | README.md | 40 apache2 is required to build mod_php, and apache2 recipe is in this 42 by default. If you do wish to use mod_php, you need to add "apache2"
|
/openbmc/openbmc/meta-openembedded/meta-webserver/recipes-php/phpmyadmin/ |
H A D | phpmyadmin_5.2.2.bb | 30 install -d ${D}${sysconfdir}/apache2/conf.d 31 install -m 0644 ${UNPACKDIR}/apache.conf ${D}${sysconfdir}/apache2/conf.d/phpmyadmin.conf 38 ${sysconfdir}/apache2/conf.d"
|
/openbmc/openbmc/meta-openembedded/meta-webserver/recipes-httpd/apache2/files/ |
H A D | apache2-volatile.conf | 1 d /run/apache2 0755 root root - 2 d /var/log/apache2 0755 root root -
|
H A D | volatiles.04_apache2 | 2 d root root 0755 /var/run/apache2 none 3 d root root 0755 /var/log/apache2 none
|
H A D | init | 13 NAME=apache2 18 CONF=/etc/apache2/httpd.conf
|
/openbmc/ipmitool/contrib/ |
H A D | README | 57 Example: /usr/local/apache2/htdocs/images/graphs 78 create_webpage.sh > /usr/local/apache2/cgi-bin/my_ipmi_graphs.cgi 79 chmod 755 /usr/local/apache2/cgi-bin/my_ipmi_graphs.cgi
|
/openbmc/openbmc/meta-openembedded/meta-gnome/recipes-gnome/gnome-user-share/ |
H A D | gnome-user-share_47.0.bb | 22 PACKAGECONFIG[httpd] = "-Dhttpd=${sbindir}/httpd,,,apache2 mod-dnssd" 23 PACKAGECONFIG[modules] = "-Dmodules_path=${libexecdir}/apache2/modules"
|
/openbmc/openbmc/poky/documentation/toaster-manual/ |
H A D | setup-and-use.rst | 214 $ sudo apt install apache2 libapache2-mod-wsgi-py3 mysql-server python3-pip libmysqlclient-dev 223 …$ sudo zypper install apache2 apache2-mod_wsgi-python3 python3-pip mariadb mariadb-client python3-… 357 /etc/apache2/conf-available/toaster.conf 366 /etc/apache2/conf.d/toaster.conf 406 $ sudo service apache2 restart
|
/openbmc/openbmc/poky/meta/recipes-devtools/python/ |
H A D | python3-sortedcontainers_2.4.0.bb | 1 SUMMARY = "Sorted Containers is an Apache2 licensed sorted collections library, written in pure-Pyt…
|
/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/ |
H A D | python3-pytest-asyncio_0.24.0.bb | 1 DESCRIPTION = "pytest-asyncio is an Apache2 licensed library, written in Python, for testing asynci…
|
H A D | python3-sniffio_1.3.1.bb | 7 file://LICENSE.APACHE2;md5=3b83ef96387f14655fc854ddc3c6bd57 \
|
H A D | python3-trio_0.28.0.bb | 5 file://LICENSE.APACHE2;md5=3b83ef96387f14655fc854ddc3c6bd57 \
|
H A D | python3-outcome_1.3.0.post0.bb | 5 file://LICENSE.APACHE2;md5=3b83ef96387f14655fc854ddc3c6bd57 \
|
/openbmc/openbmc/meta-openembedded/meta-webserver/recipes-core/packagesgroups/ |
H A D | packagegroup-meta-webserver.bb | 23 apache2 \
|