Submitted by steveoliver on Thu, Sep 30, 2012 - 9:32pm
You may be like me and wonder why it seems that Google Analytics Filters are not working at all -- on the Real-Time Overview page, for example. It was here that I've been bashing my head against Hostname Include and Exclude filters, expecting the Real-Time data to be filtered.
Apparently, Real-Time data in Google Analytics completely disregards any Filters.
Submitted by steveoliver on Fri, Sep 30, 2012 - 9:17am
I migrated a site from one platform to another. In the process, the site went down with a 404 not found error from Apache. When the Migrate task completed, Apache (not Drupal) still threw a 404 error. Post 8080 (Apache, behind Varnish) delivered the page. So I restarted varnish and the site began responding again on port 80.
Hmmm... Should Varnish be restarted as part of the Migrate task? Why have I never experienced this with any other Migrate tasks?
sudo vim /etc/apache2/ports.conf ; // Change 80 to 8080 sudo vim /etc/apache2/sites-available/default // Change 80 to 8080 sudo vim /etc/default/varnish // Change 6081 to 80