php apache setup on android with Termux (without root) 	  	  		  			  				Download Termux 			  			(allow installation from unknwon sources and install the termux app) 		  	  	 Termux Setup Steps  	  		  			update packages (If it asks you, choose yes in both cases.) 			 apt update  -y && apt upgrade  -y    		  		 Install Apache and PHP 7  	  	  		There is as of now a bundle that serves to introduce these two things 		together. That is, through apache PHP documents are prepared. To introduce 		our LAMPP on Android we will run: 	  	 apt install  php-apache    	  		That will install apache, PHP and a few libraries that will permit us to 		join the two things. 	  	  		 configure apache to process the PHP files  	  	  		We are going to configure the httpd.conf file. Attention here, because the 		route is important. The apache configuration file is in 		 /data/data/com.termux/files/usr/etc/apache2/httpd.conf  	  	 You can change to that folder with:  	 cd /data/ data /com.ter...