SitePoint Articles
Server-side Coding : Apache & IIS Configuration
Save Some Cash: Optimize Your Browser Cache
- Apache & IIS Configuration
- December 18th, 2008
- Interview
Speeding up your site can often be as simple as configuring your web server to make the best use of your visitors' browser cache. If you don't know where to start to do that, you're in luck -- Wayne is here to talk you through it.
Web Site Optimization: 13 Simple Steps
- Apache & IIS Configuration
- October 24th, 2007
- Tutorial
Earlier this year, the Yahoo! Performance Team published a series of front-end performance optimization "rules" for optimizing a site. In this tutorial, Stoyan takes the lead, showing us step-by-step how to implement the rules to achieve the ultimate in speed and performance, no matter what your system's specifications.
Learn Apache mod_rewrite: 13 Real-world Examples
- Apache & IIS Configuration
- September 26th, 2007
- Tutorial
Apache users, it's time to see why the mod_rewrite module is one of the server's most valued treasures. Here, DK steps you though the rewrite rules, regular expressions, and rewrite conditions, before providing 13 examples of mod_rewrite in action.
Hardening Apache - A Conversation with the Author
- Apache & IIS Configuration
- November 3rd, 2004
- Review
The lack of decent Apache security titles prompted Tony Mobily to pen Hardening Apache, the new, definitive reference on the subject. Here, Blane talks with Tony about the technology, the book, and the future...
Securing Your Apache 2 Server with SSL
- Apache & IIS Configuration
- August 2nd, 2004
- Tutorial
If you're new to SSL certificates, securing an Apache 2 Web server can be an intimidating prospect - but it needn't be! Grasp the essentials of SSL, then secure your own Apache server with Blane's step-by-step guide.
Configure Web Logs in Apache
- Apache & IIS Configuration
- February 23rd, 2004
- Tutorial
Traffic statistics have a huge impact on a Website's success, and Apache provides one of the most powerful and flexible logging features available today. Blane explains the nitty-gritty of configuring Apache Weblogs in this handy how-to.
Configuring OS X for Web Development
- Apache & IIS Configuration
- December 17th, 2003
- Tutorial
If you've got the itch, use Blane's handy how-to to configure your own OS X system for localhost Web development. Covering setup for Apache, Perl, PHP and MySQL, this guide is a must-read for those launching into development on OS X.
mod_rewrite: No More Endless Loops!
- Apache & IIS Configuration
- August 23rd, 2003
- Tutorial
Two recent Apache releases introduce a new option for the Rewrite Options directive: MaxRedirects. In this hands-on tutorial, Andrea shows how it can help you avoid the dreaded endless loop.
Getting to Know Debian
- Apache & IIS Configuration
- June 27th, 2003
- Tutorial
Debian is the black sheep of Linux distros - it doesn't contain a single piece of commercial software. Here, Jono introduces the basics of installing and using Debian to the uninitiated.
Compress Web Output Using mod_deflate and Apache 2.0.x
- Apache & IIS Configuration
- May 12th, 2003
- Tutorial
mod_deflate is the GZIP-encoding function developed for use with the Apache 2.0x family of servers. Stephen shows us how it works - and how it compares with mod_gzip.