This book is for Web Developers who want to learn how to use Linux & Apache for Website Hosting. The first chapters will teach you how to install Linux and Apache 2.0 on a home or office machine for testing purposes. Then you'll learn how to perform dozens of common tasks including: Updating server software Setting up new Websites, Email Accounts and Subdomains Configuring various Linux & Apache files related to performance and security Install spam filtering software Perform automatic backups and crash recoveries And much more. This is the ideal book for anyone who wants to run Websites using a leased or co-located Linux server, without having to spends thousands of dollars annually on third party support and management.
Why Manage Your Own Server?
Managing your own Web server offers several benefits.
1. Saving money. You can lease an unmanaged dedicated server for well under $50/month — hundreds of dollars less than a fully managed solution — as long as you’re willing to perform basic tasks yourself.
2. Use better tools and have more flexibility. There are some major disadvantages to having someone else administer a Web server for you. You’ll have a very limited toolset, and your ability to change and optimize configurations will be severely restricted, hindering performance and uptime.
For example, by managing your own server, you can install must-have tools such as Tripwire (for spotting server intruders), SSH, and VNC (so you can securely log in to your server over an encrypted connection). In other words, by running your own server, you’ll enjoy a level of flexibility, plus options and features that are simply unavailable in most managed server offerings.
Why Run a Development Server?
Using a spare PC as a Linux development server means you can develop applications faster, while minimizing your Website’s downtime.
With a development server, you can avoid executing untested code on a "live" server -- a practice that can endanger your site’s security and performance. By writing PHP code and database scripts locally, you can identify and fix problems before they’re published online. Test code revisions, performance optimizations, and partially complete scripts safely on your Linux development server.
You can also avoid making hefty file transfers between your local PC and remote server every time you need to test a minor change.
And if you work with a development team, a development server will allow you to collaborate on projects without having to give