But the website still doesn't show for some reason.
Below is few pieces of /data/data/com.termux/files/usr/etc/apache2/httpd.conf
file
ServerRoot "/data/data/com.termux/files/usr"
ServerName 192.168.0.101
Listen 8080
<Directory />
AllowOverride none
Require all denied
</Directory>
DocumentRoot "/data/data/com.termux/files/home/flarum/public"
<Directory "/data/data/com.termux/files/home/flarum/public">
AllowOverride All
</Directory>