Run Your Own Web Server Using Linux & Apache

Run Your Own Web Server Using Linux & Apache – Free 191 Page Preview

Learn about everything you’ll need to build and maintain your Linux servers, and to deploy Web applications to them.

Whether you’re planning on running Linux at home, or on a leased Web Server, this book will walk you step-by-step through all of the common administration tasks, from managing traffic reporting to log-file rotation. This guide even includes step-by-step instructions on installing Linux (Fedora 4), Apache 2.0, PHP 5 and MySQL 4.1 on a home or office development server, so you can test all of your applications before rolling them out.

Get it

from Nettuts+

Add Comment

Discussion 18 Comments

  1. Alec GOrge says:

    Not much of a freebie if you have to have Nettuts+

  2. I had a web server running for about a year. It’s not that difficult to set up, except for setting up email. I was using Postfix, and it was difficult to install. I finally bought a book on Postfix and figured it out. This was a great learning experience for me.

    • Ian says:

      I’ve had so many problems trying to setup email servers. I’d love to see a good tutorial about setting up a web server with email capabilities form a tutorial site like NetTuts.

      • RJ says:

        Have you been out to howtoforge.net? Great tutorials on different aspects of linux (and most popular flavors). Helped me to get my postfix setup running with Zarafa back-end (although admittedly, I pieced that part together from a few different sources.)

      • Ian says:

        Yup. I’ve tried following the howtoforge.net tutorials. I think one of my problems is I like things to be as light weight as possible so I prefer not to install all the control panels they suggest. So towards the configuration steps I usually get lost since I don’t have everything installed they do.

  3. Ethan says:

    Isn’t this just a more in-depth version of the Ubuntu server article?

  4. BRG says:

    I must say, after quick overview of this eBook, that this is totally the wrong solution of successful Web server.

    First of all, Fedora is not at all good for stability, I have chosen FreeBSD or Debian.
    Second failure, he is running the server with GUI, which has much less stability.
    Third failure, no Virtual Domain support, no php,ror,sql.

    This encourages me to write good tutorial how to set up stable Web Server with FreeBSD, Webmin and Apache here on NetTuts+.
    Supporting PHP, Python, Ruby on Rails, MySQL, PEAR and some other great programing languages.

  5. Tech Tips says:

    Nice Books, Thanks for sharing

  6. Ashit Vora says:

    Why do you need even the phone number to get the ebook ?

  7. g says:

    MYSQL 4.1??

  8. vladimir says:

    I am running ubuntu server at home for a long time…

    For normal users, this is more than enough to learn how to setup a server:

    https://help.ubuntu.com/9.04/serverguide/C/index.html
    https://help.ubuntu.com/community/ApacheMySQLPHP

  9. Spooks DVD says:

    Thanks for this awesome freebie – and also thanks to sitepoint for creating this book. I’ve been wanting to do this for a while so i can start testing my own apps in my own home environment

  10. Dave says:

    This “preview” was mostly fluff – the potentially useful info is outside chapter 1-4 which is not included in the preview.

Add a Comment

To add a code snippet to your comment, please wrap your code like so: <pre name="code" class="html">YOUR CODE</pre>. You can replace the class name with "js," "css," "sql," or "php." If there are any "<" or ">" within your code, please search and replace them with: &lt; and &gt; respectively.