Scale up as you grow — whether you're running one virtual machine or ten thousand.

From GPU-powered inference and Kubernetes to managed databases and storage, get everything you need to build, scale, and deploy intelligent applications.

This textbox defaults to using Markdown to format your answer.
You can type !ref in this text area to quickly search our full set of tutorials, documentation & marketplace offerings and insert the link!
Tried to install the server-status module but the page redirects to the root. Is there something which needs to be done in the .htaccess so that the server-status page will load? Can that page be moved to another location?
Ubuntu, Apache2, nginx
For mod_rewrite you must go to /etc/apache2/sites-available/default and you will see something like this:
<Directory /var/www/> Options Indexes FollowSymLinks MultiViews AllowOverride XXXXXXXXXXXXXXXXXXX Order allow,deny allow from all </Directory>
You have to set AllowOverride to All
Shouldn’t it be: sudo a2enmod spamhaus
Instead of: sudo a2enmod mod-spamhaus
?
@yconst: I believe it should be <strong>mod-spamhaus</strong>. Did it not work for you?
While trying to install dpkg -i mod-pagespeed-.deb i am getting a message says ‘no action available’ not able to install dpkg -i mod-pagespeed-.deb
can you rewrite the same tutorial for Ubuntu 14.04 ? some of the mods are not available in 14.04…
This works for the pagespeed module on Ubuntu 14.04: https://developers.google.com/speed/pagespeed/module/download