null
Loading... Please wait...
FREE SHIPPING on All Unbranded Items LEARN MORE
Print This Page

Writing Apache Modules with Perl and C (The Apache API and mod_perl)

List Price: $44.99
SKU:
9781565925670
Quantity:
Minimum Purchase
25 unit(s)
  • Availability: Confirm prior to ordering
  • Branding: minimum 50 pieces (add’l costs below)
  • Check Freight Rates (branded products only)

Branding Options (v), Availability & Lead Times

  • 1-Color Imprint: $2.00 ea.
  • Promo-Page Insert: $2.50 ea. (full-color printed, single-sided page)
  • Belly-Band Wrap: $2.50 ea. (full-color printed)
  • Set-Up Charge: $45 per decoration
FULL DETAILS
  • Availability: Product availability changes daily, so please confirm your quantity is available prior to placing an order.
  • Branded Products: allow 10 business days from proof approval for production. Branding options may be limited or unavailable based on product design or cover artwork.
  • Unbranded Products: allow 3-5 business days for shipping. All Unbranded items receive FREE ground shipping in the US. Inquire for international shipping.
  • RETURNS/CANCELLATIONS: All orders, branded or unbranded, are NON-CANCELLABLE and NON-RETURNABLE once a purchase order has been received.
  • Product Details

    Author:
    Lincoln Stein, Doug MacEachern
    Format:
    Paperback
    Pages:
    746
    Publisher:
    O'Reilly Media (May 11, 1999)
    Language:
    English
    ISBN-13:
    9781565925670
    ISBN-10:
    156592567X
    Dimensions:
    7" x 9.19"
    File:
    TWO RIVERS-PERSEUS-Metadata_Only_Perseus_Distribution_Customer_Group_Metadata_20251022163324-20251022.xml
    Folder:
    TWO RIVERS
    List Price:
    $44.99
    As low as:
    $38.69
    Publisher Identifier:
    P-PER
    Discount Code:
    C
    Case Pack:
    6
    Country of Origin:
    United States
    Pub Discount:
    60
    Weight:
    36.8oz
    Imprint:
    O'Reilly Media
  • Overview

    Apache is the most popular web server on the Internet because it is free, reliable, and extensible. The availability of the source code and the modular design of Apache makes it possible to extend web server functionality through the Apache API.

    For the most part, however, the Apache API has only been available to C programmers, and requires rebuilding the Apache server from source. mod_perl, the popular Apache module used primarily for enhanced CGI performance, changed all that by making the Apache API available to Perl programmers. With mod_perl, it becomes simple to develop Apache modules with Perl and install them without having to rebuild the web server.

    Writing Apache Modules with Perl and C shows how to extend web server capabilities regardless of whether the programming language is Perl or C. The book explains the design of Apache, mod_perl, and the Apache API. It then demonstrates how to use them to perform for tasks like the following:

    • Rewriting CGI scripts as Apache modules to vastly improve performance
    • Server-side filtering of HTML documents, to embed special markup or code (much like SSI)
    • Enhancing server log functionality
    • Converting file formats on the fly
    • Implementing dynamic navigation bars
    • Incorporating database access into CGI scripts
    • Customizing access control and authorization to block robots or to use an external database for passwords

    The authors are Lincoln Stein and Doug MacEachern. Lincoln is the successful author of How to Set Up and Maintain a World Wide web Site and the developer of the widely used Perl CGI.pm module. Doug is a consultant and the creator of the innovative mod_perl Apache module.