Commit 990a6c60 authored by Oleg Dzhimiev's avatar Oleg Dzhimiev

+ lighttpd, fastcgi, apache2 and confs

parent c2da0a86
......@@ -10,6 +10,7 @@ IMAGE_INSTALL_append = " python-core \
openssh \
net-tools \
lighttpd \
lighttpd-module-fastcgi \
modphp \
apache2 \
php-cli"
......
This diff is collapsed.
FILESEXTRAPATHS_prepend := "${THISDIR}/files:"
SRC_URI_append = "file://lighttpd.conf"
CONFFILES_${PN} = "${D}/lighttpd.conf"
FILESEXTRAPATHS_prepend := "${THISDIR}/files:"
SRC_URI_append = " file://httpd_port81.conf"
do_install_append() {
cp ${WORKDIR}/httpd_port81.conf ${D}/${sysconfdir}/${BPN}/httpd.conf
}
\ No newline at end of file
This diff is collapsed.
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment