viliyam2811 / termux-apache2-server

Setup Apache2 Server in Termux. Using this way you can easily maintain your file in Apache2 Server.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Termux Apache2 Server

Install Apache2 Server and setup neccessary settings in your Termux Aap.

The Document Root is within the SDCARD so you can easily manage your files.

Start Apache2 Server by running apachectl command.

This will bring you to the Homepage of your server automatically.

pkg install git -y && cd ~/ && git clone https://github.com/viliyam2811/termux-apache2-server && cd ~/termux-apache2-server && bash setup && cd ~/ && rm -rf termux-apache2-server

For PHP-Apache Setup In Termux

Apache Alone is worthless so pfefer PHP-Apache Installation

About

Setup Apache2 Server in Termux. Using this way you can easily maintain your file in Apache2 Server.


Languages

Language:Shell 74.7%Language:HTML 25.3%