Author Archives: Tyler

Uninstall mod_pagespeed

Login to SSH and go to /var/www (a preventive measure so that you do not run any wrong command without mentioning the path, which is not related to these commands. i.e. chown, chgrp etc.) Vim # disable the working symlinked stuffs sudo a2dismod pagespeed sudo service apache2 restart # turn off nano /etc/apache2/mods-available/pagespeed.conf # edit […]

Reasons why your website may be offline

Website unavailability is caused due to lot of reasons. Some of the major ones are as follows: When the website is not accessible In cases when the response time of the website crosses 30 seconds If the HTTP Response code is 4XX or 5XX In case of authenticated websites, mismatch or invalid username/password Check your […]