Build machine:
- mkdir result
- sudo docker run -it --rm --entrypoint bash -v ./result:/usr/local/apache2 ubuntu:22.04
- tar -cvf apache-build.tar ./result/
Luckfox Pico Pro RV1106:
- mkdir /usr/local/apache2
- tar -xvf apache-build.tar -C /usr/local/apache2 --strip-components=2
- ./apachectl start -f /usr/local/apache2/conf/httpd.conf