Fix apache wont run on android
Previous Install XAMPP apache on android termux
Fix error starting apache on android
- Open httpd.conf
nano /data/data/com.termux/files/usr/etc/apache2/httpd.conf
- Find the lines that contain LoadModule. Comment the following line with hash(#):
toLoadModule mpm_worker_module libexec/apache2/mod_mpm_worker.so
#LoadModule mpm_worker_module libexec/apache2/mod_mpm_worker.so
- Then uncomment the following line (remove hash[#]):
to#LoadModule mpm_prefork_module libexec/apache2/mod_mpm_prefork.so
LoadModule mpm_prefork_module libexec/apache2/mod_mpm_prefork.so
Preview:
Comments
Post a Comment
Bila Ada posting yang kurang, atau error atau yang lainnya, silahkan tinggalkan komentar agar artikel/post di perbaiki.
Jangan Lupa Cek Box "Notify Me" agar tahu komentar kamu dibalas oleh saya.
If there are any posts that are missing, or error or anything else, please leave a comment for the article / post to be fixed.
Do not Forget Check Box "Notify Me" to know our comments replied by me.