Web Development with Apache and Perl

Theo Peterson, Theo Petersen

  • 出版商: Manning
  • 售價: $1,800
  • 貴賓價: 9.5$1,710
  • 語言: 英文
  • 頁數: 560
  • 裝訂: Paperback
  • ISBN: 1930110065
  • ISBN-13: 9781930110069
  • 相關分類: Perl 程式語言
  • 已過版

買這商品的人也買了...

相關主題

商品描述

Open source tools provide a powerful and flexible environment for web development and maintenance. If your site has complex business rules or server logic, then you need more than just an interface builder. You need a strong application language with effective tools ready at hand. Perl's strengths make it a natural choice.

Did you know you can easily build a site with features like message forums, chat, session management, custom preferences and other features your users will love? This book shows you how. But it is more than a programming book. It covers a wide spectrum of practical issues and how to handle them, such as when to use a database, what information needs to be secure (and how to secure it), and how to keep traffic from crippling your site. It will teach you the empowering use of ready-made modules so you don't have to reinvent the wheel. And it will even teach you how to successfully advocate the use of Open Source tools in your company.

What's Inside:

  • CGI and mod_perl programming
  • mod_ssl, mod_rewrite and other Apache modules
  • Using DBI with databases
  • HTML::Mason and Template Toolkit for embedded scripting
  • User login and session management
  • Performance and system monitoring tools
  • Growth planning and disaster recovery
  • Sample layouts for community, corporate and e-commerce sites

Table of Contents

Part I: Web site basics

  1. Open Source
  2. Apache and other servers
  3. CGI scripts

Part II: Application tools

  1. Databases
  2. Better script performance
  3. Secure communications
  4. Embedding Perl in HTML

Part III: Site designs

  1. The Community site
  2. The Intranet site
  3. The Web store front

Part IV: Site Management

  1. Managing content
  2. Improving performance