close menu
Bookswagon-24x7 online bookstore
close menu
My Account
29%
Apache Phrasebook: Essential Code and Commands(Developer's Library)

Apache Phrasebook: Essential Code and Commands(Developer's Library)

          
5
4
3
2
1

Out of Stock


Premium quality
Premium quality
Bookswagon upholds the quality by delivering untarnished books. Quality, services and satisfaction are everything for us!
Easy Return
Easy return
Not satisfied with this product! Keep it in original condition and packaging to avail easy return policy.
Certified product
Certified product
First impression is the last impression! Address the book’s certification page, ISBN, publisher’s name, copyright page and print quality.
Secure Checkout
Secure checkout
Security at its finest! Login, browse, purchase and pay, every step is safe and secured.
Money back guarantee
Money-back guarantee:
It’s all about customers! For any kind of bad experience with the product, get your actual amount back after returning the product.
On time delivery
On-time delivery
At your doorstep on time! Get this book delivered without any delay.
Notify me when this book is in stock
Add to Wishlist

About the Book

What is the new essential for Apache developers? The Apache Phrasebook. Packed with practical solutions, or "phrases," for tasks that the Apache developer much accomplish every day, the phrasebook fills the need for a short, functional, to-the-point reference for Apache. The code contained in the phrasebook is flexible, so it can be easily adapted to your needs. Today's problem is likely to be tomorrow's problem, so don't waste your time on lengthy tutorials. Go straight to practical Apache tools that provide immediately applicable solutions for any situation with the Apache Phrasebook.

Table of Contents:
                    Introduction Chapter 1    Apache Basics                 Discovering Apache                 Determining Whether Apache Is Already Installed                 Installing Apache 1.3 on Linux and Unix                 Installing Apache 2.0 on Linux and Unix                 Installing Apache on Windows                 Configuration File Basics                 Using Multiple Configuration Files                 Starting, Stopping, and Restarting Apache                 Changing the Address and Port Apache Uses                 Changing the User Apache Runs As                 Specifying a Server Name                 Providing an Icon for my Web Page                 Discovering the Modules Available on the Server                 Enabling and Disabling Individual Modules                 Adding Modules after Compiling Apache Without Recompiling                 Publishing Content                     Default Apache Directive Containers                     Directive Containers for Conditional Evaluation Chapter 2    Troubleshooting                 Help! My Apache Server Does Not Work!                 The Error Log                 Logging to the System Log Daemon                 Controlling the Amount of Information Logged                 Testing the Apache Configuration for Problems                 Testing Apache from the Command Line                 Checking That Apache Is Running                 Alternate Ways of Stopping Apache                 Using Apache to Debug Apache                 Startup Errors                     Syntax Error                     Address Already in Use                     Could Not Bind to Port                     Module Not Compatible                     Name Resolution                     Cannot Open Log or Configuration File                 Access Denied Errors                 Internal Server Errors                     Segmentation Faults                     Premature End of Script Headers                     Malformed Headers                 Additional Error Log Files                 Redirections Do Not Work                 Troubleshooting Checklist                     Starting the Server                     Connecting to the Server                     Document Not Found                     Access Forbidden                     Internal Server Errors                     If All Else Fails Chapter 3    Logs and Monitoring                 Introduction to Logging in Apache                 Default Apache Log Files                 Creating Log Formats                 Creating a Custom Log File                 Redirecting Logs to an External Program                 Logging Requests Conditionally                 Monitoring Who Is Linking to Your Website                 Monitoring Apache with mod_status                 Monitoring Apache with SNMP                 Analyzing Your Logs with Open-source Tools                 Monitoring Your Logs in Real Time                 Logging Requests to a Database                 Rotating and Archiving Logs                 Controlling IP Address Resolution                 Processing Logged IP Addresses                 Restarting Apache Automatically If It Fails                 Merging and Splitting Log Files                 Keeping Separate Logs for Each Virtual Host                 Common Log Entries Chapter 4    URL Mapping and Dynamic Content                 URL Mapping                 Mapping URLs to Files with Alias                 Mapping URL Patterns to Files with AliasMatch                 Redirecting a Page to Another Location                 Redirecting to the Latest Version of a File                 Redirecting Failed or Unauthorized Requests                 Defining Content Handlers                 Understanding MIME Types                 Configuring MIME Types                 Basics of Running CGI Scripts                 Marking Resources As Executable CGIs                 Associating Scripts with HTTP Methods and MIME Types                 Troubleshooting the Execution of CGI Scripts                 Improving CGI Script Performance                 Understanding Server Side Includes                 Configuring Server Side Includes                 Setting Environment Variables                 Setting Environment Variables Dynamically                 Special Environment Variables                 Understanding Content Negotiation                 Configuring Content Negotiation                 Assigning Default Charsets and Language Priorities                 Advanced URL Mapping with mod_rewrite                 Understanding the “Trailing Slash” Problem                 Fixing Spelling Mistakes                 Fixing Capitalization Problems                 Validating Your Pages with Tidy Chapter 5    Virtual Hosting                 What Is Virtual Hosting?                 What Is IP-based Virtual Hosting?                 Configuring IP-based Virtual Hosting                 What Is Name-based Virtual Hosting?                 Configuring Name-based Virtual Hosting                 What Happens If a Request Does Not Match Any Virtual Host?                 Configuring a Default Name-based Virtual Host                 Configuring a Default IP-based Virtual Host                 Mixing Name-based and IP-based Virtual Hosts                 Debugging Virtual Host Setups                 Using SSL with Name-based Virtual Hosts                 Alternate Virtual Hosting                 Alternate Virtual Hosting Modules                 Per-directory Configuration Files                 Controlling the Scope of Per-directory Configuration Files                 Disabling Per-directory Configuration Files Chapter 6    Security and Access Control                 Understanding the Need for Access Control                 Differences Between Apache Versions                 Understanding Basic and Digest Authentication                 Introducing Apache Access Control                 Introducing Apache Authorization and Authentication Configuration                 Creating a User Database                 Using Require to Authorize Users and Groups                 Handling a Large Number of Users                 Allowing Access Only to Specific IP Addresses                 Denying Access to Specific IP Addresses                 Combining Access Control Methods                 Customizing Your Access Denied Page                 Putting Users in Control                 Denying Access to System and Sensitive Files                 Restricting Program Execution                 Preventing Abuse                 Disabling Directory Listings                 Changing the Server: Header                 Preventing Hotlinking to Your Images                 Restricting Specific HTTP Methods                 Restricting Access Based on the Browser Type                 Using Location and Directory Sections                 Additional Authentication Modules                     mod_security                 Apache 2.2                 Keeping Up to Date with Apache Security                 Security Checklist                     Disable Unneeded Modules                     Remove Sample Scripts                     Limit or Disable CGI Execution and SSI                     Check File Permissions                     Limit or Disable Proxy Functionality                     Restrict Access to Your Server by Default Chapter 7    SSL/TLS                 What Is SSL?                 How Does SSL Work?                 Compiling OpenSSL                 Encryption Keys                 Creating a Key Pair                 Creating a Password-protected Key Pair                 Remove the Password from a Key                 Certificates                 Creating a Certificate Signing Request                 Showing the Contents of a Certificate Signing Request                 Creating a Self-signed Certificate                 Compiling SSL Support in Apache 1.3                 Compiling SSL Support in Apache 2.x                 Minimal Apache Configuration                 Starting Apache with SSL Support                 SSLPassPhraseDialog                 Improving SSL Performance                 Forcing All Content to Be Served Using SSL                 SSL and Name-based SSL Virtual Hosts                 Using Apache Auth Modules with SSL                 Warning Messages When Accessing an SSL-enabled Website                 Creating Client Certificates                 Authentication Using Client Certificates                 Alternatives to mod_ssl                 Testing SSL-enabled Websites from the Command Line                 Working Around Buggy SSL Implementations                 Complex Access Control with mod_ssl                 Related Chapters Chapter 8    Content Publishing with DAV                 Content Publishing and Apache                 Introducing WebDAV                 Advantages of Using mod_dav                 WebDAV and the HTTP Protocol                 Installing mod_dav on Apache 2.0                 Installing mod_dav on Apache 1.3                 Basic WebDAV Configuration                 Securing Your WebDAV Configuration                 Accessing DAV Resources from Microsoft Office                 Accessing DAV from Microsoft Windows                 Accessing DAV Resources from Firefox                 Accessing DAV from the Command Line                 Dealing with Buggy Clients                 mod_speling and DAV                 Dynamic Content and DAV                 Enabling Per-user Pages                 Alternate User Directories                 Fixing Problems with DAVLockDB Chapter 9    Performance and Scalability                 Tuning Apache                 Understanding Performance and Scalability                 Tuning Your Hardware                 Increasing OS Limits                 Increasing OS Limits on Processes                 Increasing OS File Descriptors                 Controlling External Processes                 Improving File System Performance                     Mounting File Systems with noatime Option                 Handling Symbolic Links                     Disabling Per-directory Configuration Files                     Configuring Content Negotiation                     Disabling or Minimizing Logging                 Tuning Network and Status Settings                     HostnameLookups                     Request Accept Mechanism                     mod_status                     AcceptFilter                     KeepAlives                 Preventing Abuse                 Limiting Connections and Bandwidth                 Dealing with Robots                 Reverse Proxies and Load Balancers                 Caching and Compression                 Module-specific Optimizations                 Alternatives to Apache Chapter 10    Apache Proxy and Caching Support                 Understanding the Need for Caching and Proxies                 Understanding Forward and Reverse Proxies                 Differences Between Apache 1.3, 2.0, and 2.2                 Enabling mod_proxy Support                 Enabling Forward Proxy Support                 Using a Reverse Proxy to Unify Your URL Space                 Hiding the Backend Servers                 Preventing URLs from Being Reverse Proxied                 Improving Performance                 Offloading SSL Processing                 Passing Proxy Information in Headers                 Manipulating Headers                 Implementing a Caching Proxy                 Caching in Apache 2                 Load Balancing                 Connecting to Tomcat                 Alternate Proxies                 Transparent HTTP Proxies Chapter 11    Multi Processing and Protocol Modules                 The Evolution of Apache’s Architecture                 Selecting a Multi Processing Module                 Understanding Process-Based MPMs                 Configuring the Prefork MPM                 Understanding Threaded and Hybrid MPMs                 Configuring the Worker MPM                 Using Alternate MPMs                 Understanding Apache 2 Filters                 Using Apache As an FTP Server                 Using Apache As a POP3 Server                 Compressing Content on the Fly 0672328364, TOC, 5/24/06  


Best Seller

| | See All

Product Details
  • ISBN-13: 9780672328367
  • Publisher: Pearson Education (US)
  • Publisher Imprint: Sams Publishing
  • Depth: 13
  • Height: 176 mm
  • No of Pages: 240
  • Series Title: Developer's Library
  • Sub Title: Essential Code and Commands
  • Width: 114 mm
  • ISBN-10: 0672328364
  • Publisher Date: 08 Jun 2006
  • Binding: Paperback
  • Edition: 1
  • Language: English
  • Returnable: Y
  • Spine Width: 14 mm
  • Weight: 192 gr


Similar Products

How would you rate your experience shopping for books on Bookswagon?

Add Photo
Add Photo

Customer Reviews

REVIEWS           
Be The First to Review
Apache Phrasebook: Essential Code and Commands(Developer's Library)
Pearson Education (US) -
Apache Phrasebook: Essential Code and Commands(Developer's Library)
Writing guidlines
We want to publish your review, so please:
  • keep your review on the product. Review's that defame author's character will be rejected.
  • Keep your review focused on the product.
  • Avoid writing about customer service. contact us instead if you have issue requiring immediate attention.
  • Refrain from mentioning competitors or the specific price you paid for the product.
  • Do not include any personally identifiable information, such as full names.

Apache Phrasebook: Essential Code and Commands(Developer's Library)

Required fields are marked with *

Review Title*
Review
    Add Photo Add up to 6 photos
    Would you recommend this product to a friend?
    Tag this Book
    Read more
    Does your review contain spoilers?
    What type of reader best describes you?
    I agree to the terms & conditions
    You may receive emails regarding this submission. Any emails will include the ability to opt-out of future communications.

    CUSTOMER RATINGS AND REVIEWS AND QUESTIONS AND ANSWERS TERMS OF USE

    These Terms of Use govern your conduct associated with the Customer Ratings and Reviews and/or Questions and Answers service offered by Bookswagon (the "CRR Service").


    By submitting any content to Bookswagon, you guarantee that:
    • You are the sole author and owner of the intellectual property rights in the content;
    • All "moral rights" that you may have in such content have been voluntarily waived by you;
    • All content that you post is accurate;
    • You are at least 13 years old;
    • Use of the content you supply does not violate these Terms of Use and will not cause injury to any person or entity.
    You further agree that you may not submit any content:
    • That is known by you to be false, inaccurate or misleading;
    • That infringes any third party's copyright, patent, trademark, trade secret or other proprietary rights or rights of publicity or privacy;
    • That violates any law, statute, ordinance or regulation (including, but not limited to, those governing, consumer protection, unfair competition, anti-discrimination or false advertising);
    • That is, or may reasonably be considered to be, defamatory, libelous, hateful, racially or religiously biased or offensive, unlawfully threatening or unlawfully harassing to any individual, partnership or corporation;
    • For which you were compensated or granted any consideration by any unapproved third party;
    • That includes any information that references other websites, addresses, email addresses, contact information or phone numbers;
    • That contains any computer viruses, worms or other potentially damaging computer programs or files.
    You agree to indemnify and hold Bookswagon (and its officers, directors, agents, subsidiaries, joint ventures, employees and third-party service providers, including but not limited to Bazaarvoice, Inc.), harmless from all claims, demands, and damages (actual and consequential) of every kind and nature, known and unknown including reasonable attorneys' fees, arising out of a breach of your representations and warranties set forth above, or your violation of any law or the rights of a third party.


    For any content that you submit, you grant Bookswagon a perpetual, irrevocable, royalty-free, transferable right and license to use, copy, modify, delete in its entirety, adapt, publish, translate, create derivative works from and/or sell, transfer, and/or distribute such content and/or incorporate such content into any form, medium or technology throughout the world without compensation to you. Additionally,  Bookswagon may transfer or share any personal information that you submit with its third-party service providers, including but not limited to Bazaarvoice, Inc. in accordance with  Privacy Policy


    All content that you submit may be used at Bookswagon's sole discretion. Bookswagon reserves the right to change, condense, withhold publication, remove or delete any content on Bookswagon's website that Bookswagon deems, in its sole discretion, to violate the content guidelines or any other provision of these Terms of Use.  Bookswagon does not guarantee that you will have any recourse through Bookswagon to edit or delete any content you have submitted. Ratings and written comments are generally posted within two to four business days. However, Bookswagon reserves the right to remove or to refuse to post any submission to the extent authorized by law. You acknowledge that you, not Bookswagon, are responsible for the contents of your submission. None of the content that you submit shall be subject to any obligation of confidence on the part of Bookswagon, its agents, subsidiaries, affiliates, partners or third party service providers (including but not limited to Bazaarvoice, Inc.)and their respective directors, officers and employees.

    Accept

    New Arrivals

    | | See All


    Inspired by your browsing history


    Your review has been submitted!

    You've already reviewed this product!
    ASK VIDYA