Posts

Update Genshin Impact Patch v.1.5.1 - v.1.6.0 Via Download Manager

Image
Update genshin impact manual via download manager (IDM).

Fix error retrieving pid file on termux apache

Image
Solution to "error retrieving pid file" - Termux and apache Apache errors overview: (20014) Internal error (specific information not available): AH00058: Error retrieving pid file var / run / apache2 / httpd.pid AH00059: Remove it before continuing if it is corrupted. This mistake seems while summoning apachectl either with start or with stop and here and there happens when running on Previous Install XAMPP apache on android termux . Solution Stop apache first apachectl stop Change dir: cd /data/data/com.termux/files/usr/var/run/apache2 Then delete the httpd.pid file: rm httpd.pid Or using this script: # # This script is part of the video, # Cómo instalar Apache Web Server en Android: https://youtu.be/cwp63pJMy_A and # it's intended to be used on Termux Android 32 bits in order to fix

Fix apache wont run on android

Image
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(#) : LoadModule mpm_worker_module libexec/apache2/mod_mpm_worker.so to # LoadModule mpm_worker_module libexec/apache2/mod_mpm_worker.so Then uncomment the following line (remove hash[#]): # LoadModule mpm_prefork_module libexec/apache2/mod_mpm_prefork.so to LoadModule mpm_prefork_module libexec/apache2/mod_mpm_prefork.so Preview: