Writing Apache Modules with Perl and C

Writing Apache Modules with Perl and C
Author :
Publisher : "O'Reilly Media, Inc."
Total Pages : 756
Release :
ISBN-10 : 156592567X
ISBN-13 : 9781565925670
Rating : 4/5 (670 Downloads)

Book Synopsis Writing Apache Modules with Perl and C by : Lincoln Stein

Download or read book Writing Apache Modules with Perl and C written by Lincoln Stein and published by "O'Reilly Media, Inc.". This book was released on 1999 with total page 756 pages. Available in PDF, EPUB and Kindle. Book excerpt: 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.

Writing Apache Modules with Perl and C Related Books

Writing Apache Modules with Perl and C
Language: en
Pages: 756
Authors: Lincoln Stein
Categories: Computers
Type: BOOK - Published: 1999 - Publisher: "O'Reilly Media, Inc."

GET EBOOK

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 o
Network Programming with Perl
Language: en
Pages: 798
Authors: Lincoln D. Stein
Categories: Computers
Type: BOOK - Published: 2001 - Publisher: Addison-Wesley Professional

GET EBOOK

A text focusing on the methods and alternatives for designed TCP/IP-based client/server systems and advanced techniques for specialized applications with Perl.
Practical Mod_perl
Language: en
Pages: 924
Authors: Stas Bekman
Categories: Computers
Type: BOOK - Published: 2003 - Publisher: "O'Reilly Media, Inc."

GET EBOOK

This book gives detailed instructions on how to use, optimize, and troubleshoot mod_perl. It shows how to get this Apache module running quickly and easily.
Mod_perl Developer's Cookbook
Language: en
Pages: 676
Authors: Geoffrey Young
Categories: Computers
Type: BOOK - Published: 2002 - Publisher: Sams Publishing

GET EBOOK

A task-based reference that will provide experienced developers with useful recipes and easy-to-follow solutions to common problems when using mod_perl in Web a
Embedding Perl in HTML with Mason
Language: en
Pages: 318
Authors: Dave Rolsky
Categories: Computers
Type: BOOK - Published: 2002-10-16 - Publisher: "O'Reilly Media, Inc."

GET EBOOK

This is the first book to introduce Mason, an open source Perl-based platformwith template elements.