Apache Apache2 Learnings | Debugging Issues with Apache2 Knowing the exact issue is important. apachectl configtest journalctl -xe systemctl status apache2.service sudo nano /var/log/apache2/error.log netstat -ltp | grep :80 # To know if…priyankmaniarMay 20, 2019
ApacheUbuntu Installing LAMP Turn on PHP Short tags Uncomment pdo_mysql, curl and other modules that are required. sudo a2enmod rewrite # For laravel 4 projects sudo apt-get install…priyankmaniarSeptember 23, 2018
Apache Reinstalling apache2 Apache breaks for me quite a few times. I wanted to make a log of commands that I run in order to reinstall apache2. Following…priyankmaniarSeptember 9, 2018