so i've started by setting up apache2 up on my ubuntu server. However it seemed to work fine however it did only show index.php as plain text, so i tried to use following command sudo apt-get install libapache2-mod-php5
and now it just show nothing when i access my server. it should be said that i've changed the listener port in ports.conf
to 5055. Why am i not getting anything after installing libapache2?
so in order what i've done is
sudo apt-get install apache2
sudo nano /etc/apache2/ports.conf
sudo service restart apache2
sudo apt-get install libapache2-mod-php5