Useful Books and Software
|
Related Apache Books |
|
|
 |
| |
|
|
| |
| Web Hosting and Web Design Related Apache Books |
Page 10 of 22
Total results: 211 |
|
|
| |
|
|
| |
 |
|
Run Your Own Web Server Using Linux & Apache |
This book is for Web Developers who want to learn how to use Linux & Apache for Website Hosting. The first chapters will teach you how to install Linux and Apache 2.0 on a home or office machine for testing purposes. Then you'll learn how to perform dozens of common tasks including: - Updating server software
- Setting up new Websites, Email Accounts and Subdomains
- Configuring various Linux & Apache files related to performance and security
- Install spam filtering software
- Perform automatic backups and crash recoveries
And much more. This is the ideal book for anyone who wants to run Websites using a leased or co-located Linux server, without having to spends thousands of dollars annually on third party support and management.
Publisher:
SitePoint
Author:
Tony Steidler-Dennison
Release Date: 2005-12-15
ISBN/EAN: 0975240226 / 9780975240229
New Price: $22.33 /
Used Price: $21.67 |
| |
|
|
|
|
| |
|
|
| |
 |
|
Pro Apache Struts with Ajax |
Publisher:
Apress
Authors:
John Carnell, Rob Harrop, Kunal Mittal (Ed.)
Release Date: 2006-10-17
ISBN/EAN:
New Price: $32.86 /
Used Price: n.a. |
| |
|
|
|
|
| |
|
|
| |
 |
|
Administering Apache (Administering) |
| Despite many corporate marketing departments that would like you to think otherwise, Apache--the software with performance, reliability, and free availability as its marketing team--is the Internet's most widely used Web server. Administering Apache gives plenty of detail on everyday interactions with the Apache software, as well as considerable information on once-in-a-while operations that involve the server. Author Mark Arnold and his partners know Apache well and are capable of sharing their knowledge in detailed (if sometimes dense) prose. You'll be disappointed if you come to this book expecting a candy-coated guide. Apache administrators with a bit of experience, however, will come away from this book with deeper Apache familiarity. The book's problem lies in its way of heaping explanatory information on top of listings of what to enter at various prompts, and what you should see in response to those entries. This strategy leads to dense pages that can be hard to follow--except for those that have to do with installing the software under Unix, which are very well suited to a reader who's never worked under that OS before. Fortunately, there's a large and detailed index that should help you locate the information you need in most cases. The authors also help matters by organizing their coverage around typical Apache jobs, such as setting up a Web site in both single-site and multisite configurations. Altogether, this book represents a detailed, if sometimes overwhelming, look at installing, configuring, and adjusting Apache. --David Wall Topics covered: The Apache 1.3.6 Web server under Unix variants as well as Windows NT. There's coverage of alternate strategies for using the software (in a small business, for example, as opposed to in an ISP environment), then detailed information on installing it. Configuring content and arranging for tight security are big thrusts, too.
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.
Publisher:
McGraw-Hill/OsborneMedia
Authors:
Clint Miller, James Sheetz, Jeff D. Almeida
Release Date: 2000-05-24
ISBN/EAN: 0072122919 / 9780072122916
New Price: $3.99 /
Used Price: $0.01 |
| |
|
|
|
|
| |
|
|
| |
 |
|
Apache Essentials: Install, Configure, Maintain (Pioneering Series) |
Apache is the most widely used web server on the Internet today, and that comes as no surprise - it's open source and therefore free of charge to use, not to mention gloriously extensible. And it's much more secure than other web servers. So you've picked this book up and youre wondering what exactly makes it different from all those other Apache books? There are hundreds of books about Apache; books that promise to unleash its power, provide a complete reference for it, or delve into the most miniscule corners of its functionality. The problem is that none of them talks to the average web designer or developer. Most books on Apache are written by propellerheads for propellerheads. None of them explain how to configure Apache using plain language, giving examples that matter to you - but Apache Essentials does! In Apache Essentials, I'll show you how to install, configure, and maintain Apache. The key features that you'll use on a daily basis will be emphasized. Youll learn how to host secure (SSL) sites, optimize key Apache modules, use Apache with Perl and PHP, work with Server Side Includes (SSI), and take advantage of the information contained in log files. By the time you're done reading this book, you'll be an Apache superstar!
This book teaches how to install, configure and maintain an Apache Web server. This book is very useful both to Web developers/designers who want to learn how to install an Apache Web server from scratch, and for those who want to configure and use Apache servers hosted by third-party companies. Not only will this book serve to demystify Apache, it will show just how easy it really is! If you are put off by Apache because it is not run on wizards like IIS, or are uncomfortable with command line scripting and configuration files, then this book is for you. It covers Mac/Unix, Linux, and Windows-based Apache.
Publisher:
friends of ED
Author:
Darren James Harkness
Release Date: 2004-05-31
ISBN/EAN: 1590593553 / 9781590593554
New Price: $10.25 /
Used Price: $9.25 |
| |
|
|
|
|
| |
|
|
| |
 |
|
Apache Server Commentary: Guide to Insider's Knowledge on Apache Server Code |
Adopts and extends the method used by the famous Lion's Commentary on Unix, (ISBN 1-57398-013-7) which still is a much sought after title even 20 years after publication. Uses a horizontal format (11" x 8 3/8" trim size) which allows for exhaustive cross-referencing, space for easy-to-read columns of code, and the book to stay flat while open. Over 500,000 lines of code are excerpted and explained in detail. Includes extensive cross-referencing and architectural flow charts to enhance understanding of the structure of the code. Apache Server Commentary is currently the only commentary-style book available on Apache modules. Covers Apache for both Linux and Windows.
Publisher:
Authors:
Greg Holden, Nicholas Wells, Matthew Keller
Release Date: 1999-09-15
ISBN/EAN:
New Price: $12.17 /
Used Price: $5.37 |
| |
|
|
|
|
| |
|
|
| |
 |
|
Perl Template Toolkit |
Among the many different approaches to "templating" with Perl--such as Embperl, Mason, HTML::Template, and hundreds of other lesser known systems--the Template Toolkit is widely recognized as one of the most versatile. Like other templating systems, the Template Toolkit allows programmers to embed Perl code and custom macros into HTML documents in order to create customized documents on the fly. But unlike the others, the Template Toolkit is as facile at producing HTML as it is at producing XML, PDF, or any other output format. And because it has its own simple templating language, templates can be written and edited by people who don't know Perl. In short, the Template Toolkit combines the best features of its competitors, with ease-of-use and flexibility, resulting in a technology that's fast, powerful and extensible, and ideally suited to the production and maintenance of web content and other dynamic document systems. In Perl Template Toolkit you'll find detailed coverage of this increasingly popular technology. Written by core members of the technology's development team, the book guides you through the entire process of installing, configuring, using, and extending the Template Toolkit. It begins with a fast-paced but thorough tutorial on building web content with the Template Toolkit, and then walks you through generating and using data files, particularly with XML. It also provides detailed information on the Template Toolkit's modules, libraries, and tools in addition to a complete reference manual. Topics in the book include:- Getting started with the template toolkit
- The Template language
- Template directives
- Filters
- Plugins
- Extending the Template Toolkit
- Accessing databases
- XML
- Advanced static web page techniques
- Dynamic web content and web applications
The only book to cover this important tool, Perl Template Toolkit is essential reading for any Perl programmer who wants to create dynamic web content that is remarkably easy to maintain. This book is your surefire guide to implementing this fast, flexible, and powerful templating system.
Publisher:
O'Reilly Media, Inc.
Authors:
Darren Chamberlain, David Cross, Andy Wardley
Release Date: 2003-12-23
ISBN/EAN: 0596004761 / 9780596004767
New Price: $8.98 /
Used Price: $7.27 |
| |
|
|
|
|
| |
|
|
| |
 |
|
Professional LAMP : Linux, Apache, MySQL and PHP Web Development |
- The combination of Linux, Apache, MySQL, and PHP is popular because of interaction, flexibility, customization, and-most importantly-the cost effectiveness of its components
- Helps LAMP professionals take their skills to the next level with in-depth discussions of OOP; extensions of PHP such as PEAR, GD, XML, and CURL; improving site security; and advanced tools available to the coder
- Those proficient in other languages such as Java, C++, Perl and ASP will find this guide invaluable when transitioning to the LAMP environment
- The Web site includes sample scripts created in the course of each chapter, and several applications that can be modified and reused
Publisher:
Wrox
Authors:
Jason Gerner, Morgan Owens, Elizabeth Naramore, Matt Warden, Jeremy Stolz
Release Date: 2005-12-05
ISBN/EAN: 076459723X / 9780764597237
New Price: $14.45 /
Used Price: $11.40 |
| |
|
|
|
|
| |
|
|
| |
 |
|
Apache: The Definitive Guide |
| With distributions for both Unix and 32-bit Windows environments, the Apache Web server boasts reliability, security, and scalability--and it's free. Apache: The Definitive Guide shows Apache administrators how to perform their jobs, detailing the server through version 1.3. The authors--one of them a member of the Apache development team--begin with an academic discussion of what Web servers do before walking the reader through the process of installing Apache. Installation gets much attention--readers find out, step by step, how to set up a Web site (or several) under Apache, and how to set up Web site security and other preferences properly. The book also provides in-depth discussions of particular aspects of Apache operation, including MIME handling, the Common Gateway Interface (CGI), and security features such as authentication and caching. For the programmers in the crowd, this book documents the Apache API with discussions of resource pools and their allocation, plus a full API reference. A tutorial explains how to write Apache extension modules in C. In all matters, Apache: The Definitive Guide covers both Unix and Win32 machines, but it places more emphasis on the Unix port. The complete source code of Apache 1.3 appears on the CD-ROM that ships with the book. --David Wall
The freeware Apache Web server runs on about half of the world's existing Web sites, and it is rapidly increasing in popularity. Apache: The Definitive Guide, written and reviewed by key members of the Apache Group, describes how to obtain, set up, and secure the Apache software. Apache was originally based on code and ideas found in the most popular HTTP server of the time: NCSA httpd 1.3 (early 1995). It has since evolved into a far superior system that can rival (and probably surpass) almost any other UNIX-based HTTP server in terms of functionality, efficiency, and speed. It has several new features (among which are highly configurable error messages, DBM-based authentication databases, and content negotiation). It also offers dramatically improved performance and fixes many bugs in the NCSA 1.3 code. Contents include: - The history of the Apache Group
- Obtaining and compiling the server
- Configuring and running Apache, including such topics as directory structures, virtual hosts, and CGI programming
- The Apache Module API
- Apache security
- A complete list of configuration
With Apache: The Definitive Guide, Web administrators new to Apache can come up to speed more quickly than ever before by working through the tutorial demo. Experienced administrators and CGI programmers will find the reference sections indispensable. Apache: The Definitive Guide is the definitive documentation for the world's most popular Web server. Includes CD-ROM with Apache manuals and demo sites discussed in the book.
Publisher:
O'Reilly
Authors:
Ben Laurie, Peter Laurie
Release Date: 1997-03
ISBN/EAN: 1565922506 / 9781565922501
New Price: $4.00 /
Used Price: $0.01 |
| |
|
|
|
|
| |
|
|
| |
 |
|
Apache Jakarta-Tomcat |
Apache Jakarta-Tomcat, the official reference implementation for the Java servlet and JavaServer Pages technologies, has long been heralded as an excellent platform for the development and deployment of powerful Web applications. The recently released version 4.0 offers not only numerous enhancements in flexibility and stability, but also an array of new features that are certain to expand upon the Tomcat developers' already wealthy toolset. In this namesake title, best-selling author James Goodwill provides readers with a thorough introduction to Jakarta-Tomcat, offering instruction on topics ranging from the basic installation and configuration process and Web application deployment to advanced concepts of integration with other popular Apache Foundation projects such as the Apache Web server, Struts, Log4J, and the Apache XML SOAP Project. In addition to an already comprehensive introduction to core Tomcat functionality, readers also benefit from a valuable primer of what is offered in version 4.0, as Goodwill takes care to thoroughly discuss new features such as valves, security realms, persistent sessions, and the Tomcat Manager Application. In summary, Apache Jakarta-Tomcat offers both novice and advanced Jakarta-Tomcat users a practical and comprehensive guide to this powerful software.
Apache Jakarta-Tomcat is designed as a comprehensive reference for professional Web application developers and administrators. This title is intended to help readers get up to speed on the latest Apache open source JSP/Servlet Container, Tomcat. James Goodwill's book provides a solid foundation, which will give the reader practical insight into all of the major features of the Tomcat web application container. Topics covered in this title range from basic installation and configuration to more advanced topics, such as security management and persistent sessions. Others aspects covered include integration with some of the more popular Apache Foundation projects including the Apache Web Server, SOAP, Log4J, and Struts.
Publisher:
Apress
Author:
James Goodwill
Release Date: 2001-12-15
ISBN/EAN: 1893115364 / 9781893115361
New Price: $1.00 /
Used Price: $0.01 |
| |
|
|
|
|
| |
|
|
| |
 |
|
Professional Jakarta Struts |
| What is this book about? The Apache Software Foundation's Jakarta Struts remains the most popular Java framework for building enterprise-level Web applications. In the first book to cover the extensive new features of the final release of Struts 1.1, the authors present the technical and conceptual information you need to design, build, and deploy sophisticated Struts 1.1 applications. What does this book cover? This book covers everything you need to know about Struts and its supporting technologies, including JSPs, servlets, Web applications, the Jakarta-Tomcat JSP/servlet container, and much more. Here are just a few of the things you'll find in this book: - The Jakarta Struts Model 2 architecture and its supporting components
- How to get started with Struts and build your own components
- How to work with the Commons Validator, ActionForms, and DynaActionForms
- Techniques for customizing the Controlle
- Ways to maximize your presentation pages with Tiles
- How to internationalize your Struts applications
- Tips for managing errors and debugging Struts applications
Who is this book for? This book is for Java developers who want to build sophisticated, enterprise-level Web applications using the final production release of Struts 1.1.
Publisher:
Wrox
Authors:
James Goodwill, Richard Hightower
Release Date: 2003-10-03
ISBN/EAN:
New Price: $31.99 /
Used Price: n.a. |
| |
|
|
|
|
| |
|
|
|
|
|