document updated 16 years ago, on Dec 12, 2007
Reasons why Dreamhost seems good: relatively cheap ($2/mo for first 12 months, with a promo code (though note that they're now max $50)), allows adult content, debian-based, etc
resources
howto
- setup that's good to do right away
- setenv TZ ... in your .htaccess, to fix timezone
- features to enable
- Apache configuration
extra work you have to be aware of
- DH's bandwidth-throttling features are sub-par. The available throttling feature does't react until 24 hours after you've gone over your limit, so you have to implement your own bandwidth limit solution. Mine consists of:
- a cron job that every 15 minutes scans the newest Apache log entries, and keeps close track of bandwidth totals
- when the bandwidth crosses a predetermined limit, it swaps the topmost .htaccess with a pre-built one that has a number of mod_rewrite rules, intended to divert or minimize traffic
limitations of the shared system
The basic Dreamhost subscription is put on a large multi-user server (see TOS "MATERIAL PRODUCTS" item 7). (okay, they also have a virtual private thingy... but you don't get root on that one either. Gotchya!)
nice bonuses of the shared system
dedicated plan
tips