I am trying to install apache2 with PHP support on Linux created with the Yocto Project. Unfortunately there is only the PHP recipe and no extra package for the webserver. I figured out there are different ways to include PHP. The "module-way" should be the easiest one I guess.
According to this question (I have not enough reputations to comment) I have to change the php.inc
.
Bitbake worked fine and I build my image successfully. But how can I "activate" these module? What files should I edit in which way since there is no PHP support out of the box.
php.inc
has apache2 as configuration; to enable, simply add this to yourlocal.conf