I would like to use .htaccess files to password protect certain directories of my website, which is running on a Google Compute Engine Debian instance with LAMP installed.
However, GCE appears to ignore .htaccess files.
How do you enable HTTP basic auth so .htaccess files will work on GCE instances?