0

How to install Apache GUI

How can I install Apache package graphically in my Linux machine...???

Apache Apache GUI Tool Add a comment
logan
asked Feb 24 2017

Answer

0

To install Apache web server graphically,first you need to install openjdk

apt-get install openjdk-8-jdk

Next Download the Apache GUI package

wget http://ufpr.dl.sourceforge.net/project/apachegui/1.11-Linux-Solaris-Mac/ApacheGUI-1.11.0.tar.gz

Extract the downloaded package

tar xvf ApacheGUI-1.11.0.tar.gz

Move the extracted directory to /opt/

mv ApacheGUI /opt/

To verify and start Apache GUI Web Tool, change directory your path to /opt/ApacheGUI/bin/

cd /opt/ApacheGUI/bin/

To start use “run.sh” script and use “stop.sh” script to stop

./run.sh

To access Apache GUI, just open a browser and type your server IP address or hostname as follows.

http://localhost:9999/ApacheGUI/

Now follow the on-screen instructions to complete the Apache GUI installation.

Add a comment
krishnakumar
asked Feb 26 2017
edited Oct 05 2018
Post your Answer