-
Bookmark September 22 2011, 11:55pm
Nginx "how to" - Fast and Secure Web…
Deny certain User-Agents (case insensitive) ## The ~* makes it case insensitive as opposed to just a ~ if ($http_user_agent ~* (Baiduspider|Jullo) ) {…
-
Bookmark August 25 2011, 2:08pm
There seems to be a lot of controversy as to the best way to put Nginx in front of Drupal without passing to an…
-
Bookmark December 10 2009, 9:25am
More on compressing and caching your site with…
If you are lucky enough to have Apache 2 with your hosting provider you can use the mod_deflate module that comes bundled with it.…
-
Bookmark August 23 2009, 2:47am
Create the database | drupal.org
The corrected permissions are: GRANT SELECT, INSERT, UPDATE, DELETE, CREATE, DROP, INDEX, ALTER, LOCK TABLES, CREATE TEMPORARY TABLES ON databasename.* TO 'username'@'localhost' IDENTIFIED BY…
-
Bookmark August 22 2009, 6:43am
Nginx, Fastcgi, PHP, rewrite config for Drupal |…
I've moved two phpAdsNew ad servers, a fairly-busy Wordpress blog, the above-mentioned Drupal site and my own Drupal site from Apache2 into Nginx in…
Page: 1
All