Ports in use
sudo netstat -anp | grep apache
Conf files
cd /etc/apache2 # depends on your OS
grep -r Listen **.conf
Restart Apache
sudo service apache2 restart
Ports in use
sudo netstat -anp | grep apache
Conf files
cd /etc/apache2 # depends on your OS
grep -r Listen **.conf
Restart Apache
sudo service apache2 restart