Cheap Web Hosting and Domain Registration - Dayana Host   Cheap Web Hosting with 100% Satisfaction Guarantee by Dayana Host
More than 69,360 web sites hosted. Latest client joined at Jan 5, 2009, 1:29pm PST Cheap Web Hosting with 100% Satisfaction Guarantee by Dayana Host
 
 

Useful Books and Software

Related Apache Books

     
 
Books and Software > Books > Apache > Page 7
 
     
 
Web Hosting and Web Design Related Apache Books Page 7 of 22
Total results: 217
 
     
     
 
3 4 5 6 7 8 9 10 11 
 
     
 
Developing Web Services with Apache Axis
Developing Web Services with Apache Axis
If you'd like to learn how to create web services (in particular, using Apache Axis) and make some sense of various standards like SOAP, WSDL, JAX-RPC, SOAP with attachments, WS-Security, XML Encryption and XML Signature, then this book is for you. It has a tutorial style that walks you through in a step-by-step manner to create working code. The first 40 pages are freely available on agileskills2.org/DWSAA. You can judge it yourself.

It contains the following chapters: Designing the interface for a simple web service, Implementing a web service, Optimizing the development environment, Understanding the calling process, Accepting multiple parameters, Sending and receiving complex data structures, Sending binary files, Controlling the life cycle of your back end service object, Signing and encrypting SOAP messages, Securing an Axis installation.

Publisher: LULU
Author: Tong Ka Iok Kent
Release Date: 2006-04-29
ISBN/EAN: 1411670329 / 9781411670327

New Price: $7.78 / Used Price: $29.62

 
 
     
 
Building Secure Servers with Linux
Building Secure Servers with Linux
Linux consistently turns up high in the list of popular Internet servers, whether it's for the Web, anonymous FTP, or general services like DNS and routing mail. But security is uppermost on the mind of anyone providing such a service. Any server experiences casual probe attempts dozens of time a day, and serious break-in attempts with some frequency as well. As the cost of broadband and other high-speed Internet connectivity has gone down, and its availability has increased, more Linux users are providing or considering providing Internet services such as HTTP, Anonymous FTP, etc., to the world at large. At the same time, some important, powerful, and popular Open Source tools have emerged and rapidly matured--some of which rival expensive commercial equivalents--making Linux a particularly appropriate platform for providing secure Internet services. Building Secure Servers with Linux will help you master the principles of reliable system and network security by combining practical advice with a firm knowledge of the technical tools needed to ensure security. The book focuses on the most common use of Linux--as a hub offering services to an organization or the larger Internet--and shows readers how to harden their hosts against attacks. Author Mick Bauer, a security consultant, network architect, and lead author of the popular Paranoid Penguin column in Linux Journal, carefully outlines the security risks, defines precautions that can minimize those risks, and offers recipes for robust security. The book does not cover firewalls, but covers the more common situation where an organization protects its hub using other systems as firewalls, often proprietary firewalls. The book includes:
  • Precise directions for securing common services, including the Web, mail, DNS, and file transfer.
  • Ancillary tasks, such as hardening Linux, using SSH and certificates for tunneling, and using iptables for firewalling.
  • Basic installation of intrusion detection tools.
Writing for Linux users with little security expertise, the author explains security concepts and techniques in clear language, beginning with the fundamentals. Building Secure Servers with Linux provides a unique balance of "big picture" principles that transcend specific software packages and version numbers, and very clear procedures on securing some of those software packages. An all-inclusive resource for Linux users who wish to harden their systems, the book covers general security as well as key services such as DNS, the Apache Web server, mail, file transfer, and secure shell. With this book in hand, you'll have everything you need to ensure robust security of your Linux system.

Publisher: O'Reilly Media, Inc.
Author: Michael D. Bauer
Release Date: 2002-11
ISBN/EAN: 0596002173 / 9780596002176

New Price: $7.40 / Used Price: $2.99

 
 
     
 
Jakarta Commons Cookbook
Jakarta Commons Cookbook
As a Java developer, you're always looking for tools to help in your web and application development. Maybe you've heard of the Jakarta Commons open source Java tools. The Jakarta Commons is an open source Jakarta subproject where developers create and maintain a collection of twenty-plus independent Java components and utilities that serve useful purposes. Jakarta Commons packages include utilities for web, XML, networking, building and testing applications, and some that help other packages work better together. Jakarta Commons packages are designed to be reusable. Each one is a time saver by itself, and when used in combination the results can be very powerful. But in searching for information on the Jakarta Commons tools, you find it hard to locate documentation relevant to your needs. You don't have lots of time to spend searching for information on a specific Jakarta Commons tool to determine what it does and how to incorporate it in your code. If you are looking for a single source for clear information and samples on how to use the Jakarta Commons tools, then the Jakarta Commons Cookbook is for you. The Jakarta Commons Cookbook summarizes each of the available Jakarta Commons packages and contains practical and efficient recipes for making the most out of the Jakarta Commons open source Java tools. You don't have to be an expert, since the book explains how and why to use a utility, pitfalls to avoid, and where to look for additional information on Jakarta Commons utilities. It introduces design possibilities and explores combining Jakarta Commons utilities in novel assemblies to create complex applications. The book offers detailed code samples and insider tips--making it a valuable resource whether you are an expert Java developer or a novice. If you want to quickly learn how to use Jakarta Commons timing-saving utilities or have an invaluable resource for Jakarta Commons questions and techniques, then the Jakarta Commons Cookbook is for you.

Publisher: O'Reilly Media, Inc.
Author: Tim O'Brien
Release Date: 2004-11-16
ISBN/EAN: 059600706X / 9780596007065

New Price: $13.02 / Used Price: $9.00

 
 
     
 
Running Mac OS X Panther
Running Mac OS X Panther
Running Mac OS X Panther takes readers deep inside Mac OS X's core, revealing the inner workings of Panther for those who want to get the most out of their system. It is the ultimate Swiss Army Knifeā„¢ for power users who want to customize, tweak, and generally rev up their Mac. The easy-to-follow format is organized into three primary parts:
  • Getting Started introduces you to Mac OS X?where it came from, how it's put together, and how it works
  • Administration Essentials gives you the tools you need to examine how your system is running and adjust all the knobs behind its operation
  • Networking and Network Services covers all the ways Mac OS X interfaces with the world around it, including wireless and spontaneous networking
Developer Tools, including Xcode, for Mac OS X are discussed throughout the book where needed to accomplish the task at hand. The appendices that follow include handy quick reference materials for things such as Open Firmware.

Publisher: O'Reilly Media, Inc.
Author: James Duncan Davidson
Release Date: 2003-12-01
ISBN/EAN: 0596005008 / 9780596005009

New Price: $0.03 / Used Price: $0.01

 
 
     
 
Web Programming in Python: Techniques for Integrating Linux, Apache, and MySQL
Web Programming in Python: Techniques for Integrating Linux, Apache, and MySQL
Python is 100% enterprise ready, with powerful database and XML support, and even a full CORBA implementation. But it's virtually impossible to find a book that shows you Python at work in a real enterprise environment. Web Programming in Python fills that gap, demonstrating exactly how to build robust, Web-based systems that integrate Python with other key open source technologies, including Linux, Apache, and MySQL. The book begins with a quick introduction and self-standing reference to Web programming in Linux environments using Python and Apache. You'll then review Python CGI programming from the ground up, discovering how to generate clean HTML code without adding unnecessary complexity to your code. Once you've mastered the fundamentals of Python Web development, the authors introduce threading, Linux networking, and other advanced techniques for maximizing the program robustness and scalability in. Finally, using a start-to-finish case study, you'll push web technology to its limits, as you build a powerful XML-based, database-driven application that utilizes CORBA distributed components.

Publisher: Prentice Hall PTR
Authors: George K. Thiruvathukal, Thomas W. Christopher, John P. Shafaee
Release Date: 2001-10-23
ISBN/EAN: 0130410659 / 9780130410658

New Price: $106.76 / Used Price: $12.80

 
 
     
 
Apache Server Unleashed
Apache Server Unleashed
Apache Server Unleashed is designed for both the Apache Web developer and system administrator. Apache Server Unleashed teaches you how to extend the base server through CGI scripts and modules, with extensive advanced coverage on modules. This book teaches the system administrator how to fine-tune the server for specific traffic use. Some topics include how to start, stop and restart the server in order to update, retune, and address any general or disaster recovery issues. Learn underlying architecture of Apache Server, specifically security and authentication, as well as newer topics such as running Apache on Windows NT.

The Apache Web server is one of the most fascinating success stories in the Internet software business. This open-source product has arguably become the most used Web server on the Net. Apache Server Unleashed offers traditional documentation of this unconventional product.

A key aspect of Apache is its modularity. Webmasters are free to custom-build Apache installations that precisely fit their needs by compiling only the software modules they want. The authors do a good job of exploring these possibilities but still manage to present the material in an organized, topical manner. They take a little time along the way to delve into some key related technologies such as Common Gateway Interface (CGI), cookies, Perl, and Personal Home Page (PHP)--a very popular server-side scripting language frequently used to add the smarts to Apache applications.

The chapters are all rather bite-size, making this book easy to digest for those with scattered chunks of reading time. To get the most from Apache, a solid understanding of C programming is a must. Even so, this book offers much for the nonprogrammer interested in learning about Apache. Included is a CD-ROM containing the source code for the Apache 1.3.9 release, as well as several third-party utilities like Comanche--a key administration tool. If you have experience with commercial Web servers and are curious what all the fuss is about with Apache, this title offers a well-rounded look at the hottest Web server around. --Stephen W. Plain

Topics covered: Installation, server configuration files, configuration with Comanche, MIME types, proxy and cache server use, CGI programming, server-side includes, cookie implementation, security and auditing, authentication, logging, Apache modules, Perl module, PHP module, and Apache API.

Publisher: Sams
Authors: Richard Bowen, Matthew Marlowe, Ken Coar
Release Date: 2000-03-09
ISBN/EAN: 0672318083 / 9780672318085

New Price: $11.00 / Used Price: $0.82

 
 
     
 
Linux Server Security
Linux Server Security
Linux consistently appears high up in the list of popular Internet servers, whether it's for the Web, anonymous FTP, or general services such as DNS and delivering mail. But security is the foremost concern of anyone providing such a service. Any server experiences casual probe attempts dozens of time a day, and serious break-in attempts with some frequency as well.

This highly regarded book, originally titled "Building Secure Servers with Linux," combines practical advice with a firm knowledge of the technical tools needed to ensure security. The book focuses on the most common use of Linux--as a hub offering services to an organization or the Internet--and shows readers how to harden their hosts against attacks. An all-inclusive resource for Linux users who wish to harden their systems, "Linux Server Security" covers general security such as intrusion detection and firewalling a hub, as well as key services such as DNS, the Apache Web server, mail, and secure shell.

Author Michael D. Bauer, a security consultant, network architect, and lead author of the popular Paranoid Penguin column in the "Linux Journal," carefully outlines the security risks, defines precautions that can minimize those risks, and offers recipes for robust security. He is joined on several chapters by administrator and developer Bill Lubanovic.

A number of new security topics have been added for this edition, including:

Database security, with a focus on MySQL

Using OpenLDAP for authentication

An introduction to email encryption

The Cyrus IMAP service, a popular mail delivery agent

The vsftpd FTP server

Geared toward Linux users with little security expertise, the author explainssecurity concepts and techniques in clear language, beginning with the fundamentals. "Linux Server Security" with Linux provides a unique balance of "big picture" principles that transcend specific software packages and version numbers, and very clear procedures on securing some of those software packages on several popular distributions. With this book in hand, you'll have both the expertise and the tools to comprehensively secure your Linux system.

Publisher: O'Reilly Media, Inc.
Author: Michael D. Bauer
Release Date: 2005-01-18
ISBN/EAN: 0596006705 / 9780596006709

New Price: $22.34 / Used Price: $22.34

 
 
     
 
Sams Teach Yourself Apache 2  in 24 Hours
Sams Teach Yourself Apache 2 in 24 Hours

Sams Teach Yourself Apache in 24 Hours covers the installation, configuration, and ongoing administration of the Apache Web server, the most popular Internet Web server. It covers both the 1.3 and the new 2.0 versions of Apache.

Using a hands-on, task-oriented format, it concentrates on the most popular features and common quirks of the server.

The first part of the book helps the reader build, configure, and get started with Apache. After completing these chapters the reader will be able to start, stop, and monitor the Web server. He also will be able to serve both static content and dynamic content, customize the logs, and restrict access to certain parts of the Web server.

The second part of the book explains in detail the architecture of Apache and how to extend the server via third-party modules like PHP and Tomcat. It covers server performance and scalability, content management, and how to set up a secure server with SSL.



Publisher: Sams
Author: Daniel Lopez
Release Date: 2002-06-22
ISBN/EAN: 0672323559 / 9780672323553

New Price: $9.37 / Used Price: $2.16

 
 
     
 
Developing Web Services With Apache Axis2
Developing Web Services With Apache Axis2
If you'd like to learn how to create web services (in particular, using Apache Axis2) and make some sense of various standards like SOAP, WSDL, MTOM, WS-Addressing, WS-Security, WS-Policy, XML Encryption and XML Signature, then this book is for you. Why? First, it has a tutorial style that walks you through in a step-by-step manner. Second, it is concise. There is no lengthy, abstract description. Third, Many diagrams are used to show the flow of processing and high level concepts so that you get a whole picture of what's happening. The first 46 pages are freely available on www.agileskills2.org and you can judge it yourself.

Publisher: Booksurge Llc
Author: Kent Ka Iok Tong
Release Date: 2008-07-29
ISBN/EAN: 143920523X / 9781439205235

New Price: $25.99 / Used Price: n.a.

 
 
     
 
Pro Apache Log4j, Second Edition
Pro Apache Log4j, Second Edition

In development scenarios where things can't be run in a debugger, or when you run the risk of masking the problem, logs are the greatest source of information about running a program. Pro Apache Log4j, Second Edition provides best practices guidelines and comprehensive coverage of the most recent release.

Step by step, the book explains core concepts, from basic to advanced. Code samples are in Java and include guidelines for different application-specific needs. You'll also learn how to extend the API to write custom components and best practices for using the feature-rich log4j API. This book concludes with enterprise Java applications using log4j with JSP and J2EE.



Publisher: Apress
Author: Samudra Gupta
Release Date: 2005-06-22
ISBN/EAN: 1590594991 / 9781590594995

New Price: $31.23 / Used Price: $25.39

 
 
     
     
 
3 4 5 6 7 8 9 10 11 
 
     
 

Home | Process Guide | Affiliate Program | Network Maps | Testimonials | Uptime Monitor | Contact | Table of Contents | phpOnline
Domain Registration | Personal Web Hosting Plans | Business Web Hosting Plans | Reseller Web Hosting Plans | Sample Clients
Customer Service | Support Center | Forums | Control Panel Demo | Useful Resources and links | Books and Software
CPanel and WHM Tutorials | Web Site Design Templates | Upgrade, Renew and Maintenance | Free Counter | NS Lookup | Whois
Acceptable Use Policy, Anti Spam Policy, Terms of Services | Privacy Policy