So I choosed apache in buildroot with php but I have a problem with interpreting php . I don't have module php in /usr/modules so I can't to add LoadModule to httpd.conf
In php.ini I have set:
; Enable the PHP scripting language engine under Apache.
; http://php.net/engine
engine = On
Under my apache config: httpd.conf
Output http://192.168.2.103/index.php:
<?php
phpinfo();
?>
How can I resolve the problem?