Webmaster Tips » Webmaster Books » Apache

Sort by:

Apache books

Apache Pocket Ref

Author: Andrew Ford
List price: $9.95
Amazon price: $0.19   Book details at Amazon.com
Average rating:  / 0 (0 reviews)
Publisher: O'Reilly Media (27 June 2000)

Apache is far and away the most widely used web server platform in the world, running on Windows NT as well as Unix and other platforms. It powers about half of the world's existing web sites and is still increasing market share. Apache also forms the basis of a number of commercial web servers, such as IBM HTTP Server powered by Apache and C2Net's Stronghold.

Apache is at the leading edge of web server development with many new technologies being implemented first. Apache has a flexible architecture that allows independent developers to add their own functionality by way of modules, written either in C or, with the advent of mod_perl, in Perl.

The Apache Pocket Reference, a companion volume to Writing Apache Modules with Perl and C and Apache: The Definitive Guide, 2nd Edition, covers Apache 1.3.12. It provides a complete overview of the command-line options, configuration directives, and modules, and covers Apache support utilities.

Developing Web Services with Apache Axis2

Author: Kent Ka lok Tong
List price: $32.95
Amazon price:   Book details at Amazon.com
Average rating:  / 0 (0 reviews)
Publisher: TipTec Development (21 July 2008)

If you'd like to learn how to create web services (in particular, using Apache Axis2) and make some sense of various standards like SOAP, WSDL, MTOM, WS-Addressing, WS-Security, WS-Policy, XML Encryption and XML Signature, then this book is for you. Why? First, it has a tutorial style that walks you through in a step-by-step manner. Second, it is concise. There is no lengthy, abstract description. Third, Many diagrams are used to show the flow of processing and high level concepts so that you get a whole picture of what's happening. The first 46 pages are freely available on www.agileskills2.org and you can judge it yourself.

Professional Apache Tomcat

Author: Chanoch Wiggers
List price: $59.99
Amazon price: $15.01   Book details at Amazon.com
Average rating:  / 0 (0 reviews)
Publisher: Wrox ( 4 October 2002)

What is this book about?

Tomcat is an open source web server that processes JavaServer Pages and Java Servlets. It can run as a stand-alone server or be integrated with Apache. Like Apache, the core Tomcat program is relatively simple, but there are many enhancements that can be added to make it much more complex.

What does this book cover?

You will learn how to integrate Tomcat with the Apache HTTP server (and the situations when you should and you shouldn't), how to set up database connectivity through JDBC, and how to ensure your web applications are secure.

This book will provide you, the server administrator, with the necessary knowledge to install and configure Tomcat, as well as many of the most popular enhancements to the Tomcat package. It will help you plan the installation and possible growth options of your site.

Here are just a few of the things you'll find covered in this book:

  • Tomcat 3.x, Tomcat 4.0.x, and Tomcat 4.1.x
  • The Tomcat architecture
  • Tomcat installation and configuration
  • Apache and Tomcat integration using the AJP and WARP connectors
  • Tomcat security with SSL, realms, and the Java Security Manager
  • Shared Tomcat hosting, server load testing, and load balancing
  • Managing and administering web applications
  • JDBC with Tomcat
  • Ant and Log4j

It will also cover some of the tools that can be integrated with Tomcat, such as Ant (for automatically building web applications) and Log4J (for advanced logging).

Who is this book for?

This book is for professionals working with Java web applications. It assumes a certain knowledge of the JSP and Servlet technologies, but only from an administrator's point of view. Knowledge of databases, XML, HTML, networking, and general administrative techniques is also assumed.

Web Programming in Python: Techniques for Integrating Linux, Apache, and MySQL

Author: George K. Thiruvathukal
List price: $44.99
Amazon price: $85.00   Book details at Amazon.com
Average rating:  / 0 (0 reviews)
Publisher: Prentice Hall PTR (23 October 2001)

Python is 100% enterprise ready, with powerful database and XML support, and even a full CORBA implementation. But it's virtually impossible to find a book that shows you Python at work in a real enterprise environment. Web Programming in Python fills that gap, demonstrating exactly how to build robust, Web-based systems that integrate Python with other key open source technologies, including Linux, Apache, and MySQL. The book begins with a quick introduction and self-standing reference to Web programming in Linux environments using Python and Apache. You'll then review Python CGI programming from the ground up, discovering how to generate clean HTML code without adding unnecessary complexity to your code. Once you've mastered the fundamentals of Python Web development, the authors introduce threading, Linux networking, and other advanced techniques for maximizing the program robustness and scalability in. Finally, using a start-to-finish case study, you'll push web technology to its limits, as you build a powerful XML-based, database-driven application that utilizes CORBA distributed components.

Professional Apache Security (Programmer to Programmer)

Author: Sandip Bhattacharya
List price: $49.99
Amazon price: $3.18   Book details at Amazon.com
Average rating:  / 0 (0 reviews)
Publisher: Wrox Press ( 1 January 2003)

Apache is the epitome of free software that is both the standard in a critical area (the Web), and widely accepted by proprietary software companies. With increased usage, server security becomes an issue of paramount importance.

Security is one of the most important factors that Apache administrators need to consider. Determining who is allowed access to what, verifying that people and systems are who they say they are, and eliminating security holes that could allow crackers to gain unauthorized access to a system are all issues that the conscientious web server administrator needs to worry about on a daily basis.

Apache provides many features that can be used to either compromise server security or gather information about a server that the administrator would prefer kept secret. Of course, these features aren't there to create security holes, but the more complex the configuration the more chances we have of creating an unanticipated use of the server. Understanding what is and what is not expected behavior is essential, both when creating the server configuration and detecting possible misuse.

There is no such thing as a totally one hundred percent secure server, but in this book we'll delve into crucial aspects of Apache security and practical ways to setting up a safer, more secure implementation of an Apache server.

Apache Tomcat 7 User Guide

Author: The Apache Software Foundation
List price: $29.99
Amazon price: $29.99   Book details at Amazon.com
Average rating:  / 0 (0 reviews)
Publisher: Fultus Corporation (13 September 2011)

Apache Tomcat (or Jakarta Tomcat or simply Tomcat) is an open source servlet container developed by the Apache Software Foundation (ASF). Tomcat implements the Java Servlet and the JavaServer Pages (JSP) specifications.

mod_perl Pocket Reference: Extending Apache (Pocket Reference (O'Reilly))

Author: Andrew Ford
List price: $9.95
Amazon price: $0.01   Book details at Amazon.com
Average rating:  / 0 (0 reviews)
Publisher: O'Reilly Media ( 8 December 2000)

mod_perl integrates the complete Perl interpreter with the Apache web server. With mod_perl, programmers can take existing Perl CGI scripts and plug them in, usually without making any source code changes. The scripts will run exactly as before but many times faster. In addition, mod_perl offers a Perl interface to the Apache API, allowing full access to Apache internals, so that programmers can control every aspect of the Apache server.

mod_perl Pocket Reference is a concise, conveniently formatted reference to all mod_perl features used in day-to-day mod_perl programming. This small book covers functions as well as configuration directives that help maximize the effectiveness of the mod_perl Apache module.

Apache Jakarta Commons: Reusable Java(TM) Components

Author: Will Iverson
List price: $44.99
Amazon price: $19.93   Book details at Amazon.com
Average rating:  / 0 (0 reviews)
Publisher: Prentice Hall PTR (17 February 2005)

The Apache Jakarta Commons project is a collection of freely-reusable, opensource Java components. Commons components are used in a wide variety ofprojects, including Apache Tomcat, Hibernate, and many other commercialand open source projects.This book is a Java developer's guide to the Apache Jakarta Commons project.It covers in detail the twelve most important Commons packages, with sampleprogram code provided for each. Included are a number of remarkably usefulideas for working the various Commons packages, such as using HttpClient toaccess web resources, File Upload for handling HTTP file upload, BeanUtilsfor easy form generation, implementations of various protocols such as FTPand NNTP, and building a command line tool to search for the location ofclasses on the class path.Also included are detailed instructions for combining the Commons projectlibraries with the popular Eclipse IDE. Plus, the book includes a handy 75-page Jakarta Commons quick reference Appendix.

Administering Apache

Author: Mark Allan Arnold
List price: $48.95
Amazon price: $2.49   Book details at Amazon.com
Average rating:  / 0 (0 reviews)
Publisher: McGraw-Hill/OsborneMedia (24 May 2000)

Performance, reliability, security, and the fact that it's free, are just some of the reasons Apache has become one of the most popular Web servers today. And, with over half of all companies that conduct business over the Web using Apache, keeping servers running at peak performance is vital to a company's success. That's why administrators need a hands-on, task-oriented guide that deals with Apache on a day-to-day basis. This complete guide offers administrators clear step-by-step instructions on everything from securing and programming the Apache Web server to creating multiple domain sites on one server, and an extensive troubleshooting section. This essential reference belongs on the shelf of every Apache administrator.

Apache Strategies & Secrets

Author: Andrew Reese
List price: $19.99
Amazon price: $7.18   Book details at Amazon.com
Average rating:  / 0 (0 reviews)
Publisher: Sybex Inc ( 1 November 1995)

The first Apache helicoptor flight simulation game, Apache is already a bestseller worldwide. Now, this guide shows how to take control of the world's most powerful helicopter and fly deep into enemy territory. It includes tips from the game designers, plus hints from actual military specialists. The disk contains interactive product demos plus extra mission maps and scenarios.