Writing Apache Modules with Perl and C The Apache API and Mod_perl

“Writing Apache Modules with Perl and C: The Apache API and Mod_perl” by Lincoln Stein, published by O’Reilly Media, Inc. in 1999, is a comprehensive resource for developers interested in extending the functionality of the Apache web server. This edition spans 724 pages and is presented in English. The book explores how the modular design of Apache and the availability of its source code allow for enhancements through the Apache API, particularly focusing on how mod_perl enables Perl programmers to create and install Apache modules without the need to rebuild the server.
Readers will find detailed explanations of the Apache design, mod_perl, and the Apache API, along with practical demonstrations of various tasks. The book covers topics such as rewriting CGI scripts as modules to improve performance, server-side filtering of HTML documents, enhancing server log functionality, and implementing dynamic navigation bars. It also addresses database access integration and customizing access control. This resource is suitable for those looking to deepen their understanding of software development and engineering within the context of web server capabilities.
Official synopsis Publisher
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.
Publisher
Topics
FAQ
What is “Writing Apache Modules with Perl and C The Apache API and Mod_perl” about?
Who is the author of “Writing Apache Modules with Perl and C The Apache API and Mod_perl”?
When was “Writing Apache Modules with Perl and C The Apache API and Mod_perl” published?
What is the ISBN for “Writing Apache Modules with Perl and C The Apache API and Mod_perl”?
What are the book details (language, pages, edition)?
