DreamHost - Web Host Articles

DreamHost Web Hosting
DreamHost has been a privately held company since 1997 when they first started hosting their customers' dreams, so that should give you some indication that they're serious about what they do! DreamHost knows what it takes to provide rock-solid service and connectivity, and they consistently deliver both.

They're currently connected to the Internet via redundant gigabit connections with multiple carriers to ensure continued network connectivity in case any carrier goes down. Each connection is carried across a diversified fiber network and connects to different entrances to the Internet's backbone. This allows for total network redundancy. DreamHost also keeps their bandwidth unsaturated. They carry enough network capacity to double their load if they need to.

hosting plans · our past · the present · the future · we're green

Please help me win the DreamHost Contest

DreamHost Site Of The Month Winner- AskApacheDreamHost has a contest every month nicknamed “DHSOTM” or DreamHost Site Of The Month, that lets the customers rank websites hosted on DreamHost. By winning the contest you get to put a graphic designed in the 90’s on your site. I want it so bad!

Continue Reading
Friday, May 2, 2008 / comments

Mod_Security .htaccess tricks

ModSecurity.comMod_Security rivals Mod_Rewrite in the amount of features it provides. I decided to go ahead and post what I learned about it today, even though its tough to give away such awesome htaccess and apache tricks.. Learn how to control spam once and for all, conditionally log/deny/allow/redirect requests based on IP, username, etc.. Mod_Security is so fine!

Continue Reading
Wednesday, April 23, 2008 / 2 comments

Fresh .htaccess Examples: Cookies, Variables, Custom Headers

Cookie Manipulation in .htaccess with RewriteRuleFresh .htaccess code for you! Check out the Cookie Manipulation and environment variable usage with mod_rewrite! I also included a couple Mod_Security .htaccess examples. Enjoy!

Continue Reading
Saturday, March 29, 2008 / 1 comment

Speed Tips: Add Cache-Control Headers

Cache-Control Headers OnUsing Cache-Control headers you can specify which types of proxies can cache certain content, and how long files should be cached.

Continue Reading
Monday, March 10, 2008 / 2 comments

IP Abuse Detection for DreamHost

Block IP Address .htaccessScan Apache logs for IP address that are probably evil, then generates an .htaccess file to DENY them all.

Continue Reading
Wednesday, January 16, 2008 / 1 comment

SetEnvIf and SetEnvIfNoCase Examples

SetEnvIf and SetEnvIfNoCase directives conditionally set environment variables accessible by scripts and apache based on HTTP Headers, Variables, and Request information.

Continue Reading
Monday, January 7, 2008 / comments

Apache Environment Variables CGI Script

printenv and test-cgi scriptMy improved version of the common printenv / test-cgi scripts for debugging Apache environment variables set in .htaccess files

Continue Reading
Monday, January 7, 2008 / comments

mod_rewrite Fix for Caching Updated Files

Web Developers sometimes use file.ext?v=004 as a version control system to force visitors to use updated files. This is terrible. Instead link to apache-003.css and set it to be cached forever. When you change the file you just change the links to apache-004.css. That eliminates millions of bandwidth and resource robbing If-Modified-Since requests. You only need Apache with mod_rewrite, and 1-10 minutes!

Continue Reading
Saturday, December 22, 2007 / comments

PHP5 Custom Install Shell Script Example

Today I successfully learned how to compile and run multiple custom php installations for a DreamHost account, and to get it working I came upon a simple shell script that I made a couple changes to.

Continue Reading
Sunday, December 16, 2007 / 1 comment

301 Redirect Cheatsheet

Ultimate Redirect Cheatsheet for multiple programming languages. Redirecting Users with Javascript redirect, meta refresh redirect, and php redirect, also htaccess methods, python, coldfusion, asp, perl, etc.

Continue Reading
Thursday, November 29, 2007 / 4 comments
Page: 1 2 3

Search

Apache Software WebRing
Prev | Ring Hub | Join | Next

License and Disclaimer | Terms of Service | Privacy Policy |
© AskApache | International Ambitions | Glossary

Webmaster | Valid XHTML | Valid CSS