Hi,
I have ccimx6ulsbc dev board with dey2.2r2 yocto
I added apache2 package as
PACKAGECONFIG_append = "apache2"
The image installed without /etc/httpd/httpd.conf
I created one httpd.conf and run httpd as
httpd -h /home/www -c /etc/httpd/httpd.conf
I found any line added into the httpd.conf causing error: config error
I don't know that append apache2 will automatically include php, python, mysql, and perl or not.
I was be able to append php, python, mysql, and apache2, but not perl package, which will cause bitbake error.
The webserver (httpd) runs, but without httpd.conf. I cannot include a simple httpd. What is missing?
Thank you,
David Zhou