![]() |
My Top 3 |
![]() |
When Bad Hosts (Yahoo Small Business) Happen to Good Drupal Sites
Time and again, I work for a client who is stuck with a horrid server environment — say — Yahoo Small Business.* Surely you must think that a company like Yahoo — who employs none other than Rasmus Lerdorf — would offer a decent environment. That's where you'd be wrong.
Its so bad that Drupal 6 won't even allow itself to ATTEMPT an installation. And with good reason. Consider the facts:
- PHP version 4.3.11 — (I wonder if there have been any important security fixes since that version came out?)
- MYSQL version 3.23.49 (Remember 2002?)
- Register globals is ON — this is a "feature" and there ain't a damn thing I can do about it.
- No support for mod_rewrite [meaning all pages on the site have to begin with "?q="]
- 20m Memory limit (32 pushes it depending on what image handling modules you have on… views and panels seem to want more than 32 too)
It seems like its not even worth the effort to try to get drupal to run there. Since the site has to be live on monday, I employed a crude method that gathers all URL aliases, and a few more paths, and generates a full tree of directories and index.php files to mirror the pathauto links. Break the glass, and use this in case of emergency. [its best to run this on a local machine, btw — it takes a while, and you'll want to turn up max page execution time up to near 120 seconds and beyond for most sites in the php.ini files.
read more
tag: yahoo hosting





Leave a Reply