Apache HTTP Server Documentation Version 2.0

Total Page:16

File Type:pdf, Size:1020Kb

Apache HTTP Server Documentation Version 2.0 Apache HTTP Server Documentation Version 2.0 Apache Software Foundation October 6, 2005 ii About The PDF Documentation Copyright c 2005 The Apache Software Foundation Licensed under the Apache License, Version 2.0 (the ”License”); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 This version of the Apache HTTP Server Documentation is converted from XML source files to LATEX using XSLT with the help of Apache Ant, Apache XML Xalan, and Apache XML Xerces. Since the HTML version of the documentation is more commonly checked during development, the PDF version may contain some errors and inconsistencies, especially in formatting. If you have difficulty reading a part of this file, please consult the HTML version of the documentation on the Apache HTTP Server website at http://httpd.apache.org/docs- 2.0/ The Apache HTTP Server Documentation is maintained by the Apache HTTP Server Documentation Project. More information is available at http://httpd.apache.org/docs-project/ Contents 1 Release Notes 1 1.1 Upgrading to 2.0 from 1.3 ........................................ 2 1.2 Overview of new features in Apache 2.0 ................................. 4 1.3 The Apache License, Version 2.0 ..................................... 6 2 Using the Apache HTTP Server 9 2.1 Compiling and Installing ......................................... 10 2.2 Starting Apache .............................................. 14 2.3 Stopping and Restarting .......................................... 16 2.4 Configuration Files ............................................ 19 2.5 Configuration Sections .......................................... 21 2.6 Server-Wide Configuration ........................................ 27 2.7 Log Files ................................................. 29 2.8 Mapping URLs to Filesystem Locations ................................. 36 2.9 Security Tips ............................................... 40 2.10 Dynamic Shared Object (DSO) Support ................................. 44 2.11 Content Negotiation ............................................ 47 2.12 Custom Error Responses ......................................... 54 2.13 Binding .................................................. 57 2.14 Multi-Processing Modules (MPMs) ................................... 59 2.15 Environment Variables in Apache .................................... 60 2.16 Apache’s Handler Use .......................................... 65 2.17 Filters ................................................... 67 2.18 suEXEC Support ............................................. 68 2.19 Apache Performance Tuning ....................................... 73 2.20 URL Rewriting Guide ........................................... 85 3 Apache Virtual Host documentation 109 3.1 Apache Virtual Host documentation ................................... 110 iii iv CONTENTS 3.2 Name-based Virtual Host Support .................................... 111 3.3 Apache IP-based Virtual Host Support .................................. 114 3.4 Dynamically configured mass virtual hosting .............................. 116 3.5 VirtualHost Examples ........................................... 121 3.6 An In-Depth Discussion of Virtual Host Matching ............................ 129 3.7 File Descriptor Limits ........................................... 134 3.8 Issues Regarding DNS and Apache .................................... 136 4 Apache Server Frequently Asked Questions 139 4.1 Frequently Asked Questions ....................................... 140 4.2 Support - Frequently Asked Questions .................................. 141 4.3 Error Messages - Frequently Asked Questions .............................. 143 5 Apache SSL/TLS Encryption 145 5.1 Apache SSL/TLS Encryption ....................................... 146 5.2 SSL/TLS Strong Encryption: An Introduction .............................. 147 5.3 SSL/TLS Strong Encryption: Compatibility ............................... 156 5.4 SSL/TLS Strong Encryption: How-To .................................. 160 5.5 SSL/TLS Strong Encryption: FAQ .................................... 165 6 Guides, Tutorials, and HowTos 179 6.1 How-To / Tutorials ............................................ 180 6.2 Authentication, Authorization and Access Control ............................ 181 6.3 Apache Tutorial: Dynamic Content with CGI .............................. 185 6.4 Apache Tutorial: Introduction to Server Side Includes .......................... 191 6.5 Apache Tutorial: .htaccess files ...................................... 197 6.6 Per-user web directories .......................................... 202 6.7 Apache Tutorials ............................................. 204 7 Platform-specific Notes 207 7.1 Platform Specific Notes .......................................... 208 7.2 Using Apache with Microsoft Windows ................................. 209 7.3 Compiling Apache for Microsoft Windows ............................... 217 7.4 Using Apache With Novell NetWare ................................... 222 7.5 Running a High-Performance Web Server on HPUX .......................... 228 7.6 The Apache EBCDIC Port ........................................ 229 8 Apache HTTP Server and Supporting Programs 233 8.1 Server and Supporting Programs ..................................... 234 CONTENTS v 8.2 httpd - Apache Hypertext Transfer Protocol Server ........................... 235 8.3 ab - Apache HTTP server benchmarking tool .............................. 237 8.4 apachectl - Apache HTTP Server Control Interface ........................... 239 8.5 apxs - APache eXtenSion tool ...................................... 241 8.6 configure - Configure the source tree ................................... 245 8.7 dbmmanage - Manage user authentication files in DBM format ..................... 255 8.8 htdbm - Manipulate DBM password databases .............................. 257 8.9 htdigest - manage user files for digest authentication ........................... 260 8.10 htpasswd - Manage user files for basic authentication .......................... 261 8.11 logresolve - Resolve IP-addresses to hostnames in Apache log files ................... 263 8.12 rotatelogs - Piped logging program to rotate Apache logs ........................ 264 8.13 suexec - Switch user before executing external programs ........................ 266 8.14 Other Programs .............................................. 267 9 Apache Miscellaneous Documentation 269 9.1 Apache Miscellaneous Documentation .................................. 270 9.2 International Customized Server Error Messages ............................ 271 9.3 Connections in the FIN WAIT 2 state and Apache ............................ 279 9.4 Known Problems in Clients ........................................ 284 9.5 Descriptors and Apache .......................................... 289 9.6 Relevant Standards ............................................ 292 10 Apache modules 295 10.1 Terms Used to Describe Modules ..................................... 296 10.2 Terms Used to Describe Directives .................................... 297 10.3 Apache Module core ........................................... 300 10.4 Apache Module mod access ....................................... 340 10.5 Apache Module mod actions ....................................... 344 10.6 Apache Module mod alias ........................................ 346 10.7 Apache Module mod asis ......................................... 351 10.8 Apache Module mod auth ........................................ 353 10.9 Apache Module mod auth anon ..................................... 356 10.10Apache Module mod auth dbm ...................................... 359 10.11Apache Module mod auth digest ..................................... 362 10.12Apache Module mod auth ldap ...................................... 367 10.13Apache Module mod autoindex ..................................... 378 10.14Apache Module mod cache ........................................ 389 10.15Apache Module mod cern meta ..................................... 395 vi CONTENTS 10.16Apache Module mod cgi ......................................... 397 10.17Apache Module mod cgid ........................................ 400 10.18Apache Module mod charset lite ..................................... 401 10.19Apache Module mod dav ......................................... 404 10.20Apache Module mod dav fs ....................................... 408 10.21Apache Module mod deflate ....................................... 409 10.22Apache Module mod dir ......................................... 414 10.23Apache Module mod disk cache ..................................... 416 10.24Apache Module mod dumpio ....................................... 421 10.25Apache Module mod echo ........................................ 423 10.26Apache Module mod env ......................................... 424 10.27Apache Module mod example ...................................... 426 10.28Apache Module mod expires ....................................... 428 10.29Apache Module mod ext filter ...................................... 431 10.30Apache Module mod file cache ..................................... 437 10.31Apache Module mod headers ....................................... 440 10.32Apache Module mod imap ........................................ 444 10.33Apache Module mod include ....................................... 448 10.34Apache Module mod info ......................................... 457
Recommended publications
  • Webroot Brightcloud® SDK for C and C++ Sdks Apache License 2.0
    Webroot BrightCloud® SDK For C and C++ SDKs Apache License 2.0 • Apache Portable Runtime Utilities (APR-util) Copyright © 2008-2018, The Apache Software Foundation • Apache Portable Runtime Utilities 1.2.12 (APR-util) Copyright © 2008-2018, The Apache Software Foundation • X Delta 3.0.3 Copyright (C) 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011, 2012, 2013, 2014, 2015 [email protected] Apache License Version 2.0, January 2004 http://www.apache.org/licenses/ TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION 1. Definitions. “License” shall mean the terms and conditions for use, reproduction, and distribution as defined by Sections 1 through 9 of this document. “Licensor” shall mean the copyright owner or entity authorized by the copyright owner that is granting the License. “Legal Entity” shall mean the union of the acting entity and all other entities that control, are controlled by, or are under common control with that entity. For the purposes of this definition, “control” means (i) the power, direct or indirect, to cause the direction or management of such entity, whether by contract or otherwise, or (ii) ownership of fifty percent (50%) or more of the outstanding shares, or (iii) beneficial ownership of such entity. “You” (or “Your”) shall mean an individual or Legal Entity exercising permissions granted by this License. “Source” form shall mean the preferred form for making modifications, including but not limited to software source code, documentation source, and configuration files. “Object” form shall mean any form resulting from mechanical transformation or translation of a Source form, including but not limited to compiled object code, generated documentation, and conversions to other media types.
    [Show full text]
  • Interfacing Apache HTTP Server 2.4 with External Applications
    Interfacing Apache HTTP Server 2.4 with External Applications Jeff Trawick Interfacing Apache HTTP Server 2.4 with External Applications Jeff Trawick November 6, 2012 Who am I? Interfacing Apache HTTP Server 2.4 with External Applications Met Unix (in the form of Xenix) in 1985 Jeff Trawick Joined IBM in 1990 to work on network software for mainframes Moved to a different organization in 2000 to work on Apache httpd Later spent about 4 years at Sun/Oracle Got tired of being tired of being an employee of too-huge corporation so formed my own too-small company Currently working part-time, coding on other projects, and taking classes Overview Interfacing Apache HTTP Server 2.4 with External Applications Jeff Trawick Huge problem space, so simplify Perspective: \General purpose" web servers, not minimal application containers which implement HTTP \Applications:" Code that runs dynamically on the server during request processing to process input and generate output Possible web server interactions Interfacing Apache HTTP Server 2.4 with External Applications Jeff Trawick Native code plugin modules (uhh, assuming server is native code) Non-native code + language interpreter inside server (Lua, Perl, etc.) Arbitrary processes on the other side of a standard wire protocol like HTTP (proxy), CGI, FastCGI, etc. (Java and \all of the above") or private protocol Some hybrid such as mod fcgid mod fcgid as example hybrid Interfacing Apache HTTP Server 2.4 with External Applications Jeff Trawick Supports applications which implement a standard wire protocol, no restriction on implementation mechanism Has extensive support for managing the application[+interpreter] processes so that the management of the application processes is well-integrated with the web server Contrast with mod proxy fcgi (pure FastCGI, no process management) or mod php (no processes/threads other than those of web server).
    [Show full text]
  • Unravel Data Systems Version 4.5
    UNRAVEL DATA SYSTEMS VERSION 4.5 Component name Component version name License names jQuery 1.8.2 MIT License Apache Tomcat 5.5.23 Apache License 2.0 Tachyon Project POM 0.8.2 Apache License 2.0 Apache Directory LDAP API Model 1.0.0-M20 Apache License 2.0 apache/incubator-heron 0.16.5.1 Apache License 2.0 Maven Plugin API 3.0.4 Apache License 2.0 ApacheDS Authentication Interceptor 2.0.0-M15 Apache License 2.0 Apache Directory LDAP API Extras ACI 1.0.0-M20 Apache License 2.0 Apache HttpComponents Core 4.3.3 Apache License 2.0 Spark Project Tags 2.0.0-preview Apache License 2.0 Curator Testing 3.3.0 Apache License 2.0 Apache HttpComponents Core 4.4.5 Apache License 2.0 Apache Commons Daemon 1.0.15 Apache License 2.0 classworlds 2.4 Apache License 2.0 abego TreeLayout Core 1.0.1 BSD 3-clause "New" or "Revised" License jackson-core 2.8.6 Apache License 2.0 Lucene Join 6.6.1 Apache License 2.0 Apache Commons CLI 1.3-cloudera-pre-r1439998 Apache License 2.0 hive-apache 0.5 Apache License 2.0 scala-parser-combinators 1.0.4 BSD 3-clause "New" or "Revised" License com.springsource.javax.xml.bind 2.1.7 Common Development and Distribution License 1.0 SnakeYAML 1.15 Apache License 2.0 JUnit 4.12 Common Public License 1.0 ApacheDS Protocol Kerberos 2.0.0-M12 Apache License 2.0 Apache Groovy 2.4.6 Apache License 2.0 JGraphT - Core 1.2.0 (GNU Lesser General Public License v2.1 or later AND Eclipse Public License 1.0) chill-java 0.5.0 Apache License 2.0 Apache Commons Logging 1.2 Apache License 2.0 OpenCensus 0.12.3 Apache License 2.0 ApacheDS Protocol
    [Show full text]
  • Apache Harmony Project Tim Ellison Geir Magnusson Jr
    The Apache Harmony Project Tim Ellison Geir Magnusson Jr. Apache Harmony Project http://harmony.apache.org TS-7820 2007 JavaOneSM Conference | Session TS-7820 | Goal of This Talk In the next 45 minutes you will... Learn about the motivations, current status, and future plans of the Apache Harmony project 2007 JavaOneSM Conference | Session TS-7820 | 2 Agenda Project History Development Model Modularity VM Interface How Are We Doing? Relevance in the Age of OpenJDK Summary 2007 JavaOneSM Conference | Session TS-7820 | 3 Agenda Project History Development Model Modularity VM Interface How Are We Doing? Relevance in the Age of OpenJDK Summary 2007 JavaOneSM Conference | Session TS-7820 | 4 Apache Harmony In the Beginning May 2005—founded in the Apache Incubator Primary Goals 1. Compatible, independent implementation of Java™ Platform, Standard Edition (Java SE platform) under the Apache License 2. Community-developed, modular architecture allowing sharing and independent innovation 3. Protect IP rights of ecosystem 2007 JavaOneSM Conference | Session TS-7820 | 5 Apache Harmony Early history: 2005 Broad community discussion • Technical issues • Legal and IP issues • Project governance issues Goal: Consolidation and Consensus 2007 JavaOneSM Conference | Session TS-7820 | 6 Early History Early history: 2005/2006 Initial Code Contributions • Three Virtual machines ● JCHEVM, BootVM, DRLVM • Class Libraries ● Core classes, VM interface, test cases ● Security, beans, regex, Swing, AWT ● RMI and math 2007 JavaOneSM Conference | Session TS-7820 |
    [Show full text]
  • Webroot Secureanywhere® Mobile for Android Apache License 2.0
    Webroot SecureAnywhere® Mobile for Android Apache License 2.0 Android - platform - dalvik 2.2_r1 Copyright © 2008 The Android Open Source Project Android - platform - frameworks - base 5.1.0_r1 Copyright © 2008 The Android Open Source Project Android - platform - packages - apps - Browser 5.1.0_r1 Copyright © 2008 The Android Open Source Project Android - platform - packages - apps - Settings 5.1.0_r1 Copyright © 2008 The Android Open Source Project Android Developer Tools (ADT) Bundle 135.1641136 Copyright © 2008 The Android Open Source Project Android Donations Lib Copyright © 2011-2015 Dominik Schürmann <[email protected]> Android SDK Support Libraries 19.0.1 Copyright © 2008 The Android Open Source Project Android Studio 0.5.2 Copyright © 2008 The Android Open Source Project android-lockpattern Copyright 2012 Hai Bison android-log-collector Copyright © 2012 The Android Open Source Project. Copyright © 2009, 2012 Xtralogic, Inc. Google's Base64.java 1.3 Copyright © 2006 Google Inc. Portions copyright © 2002, Google, Inc. Gson 2.3 Copyright © 2008 Google Inc. libphonenumber 7.0.5 Copyright © 2011 The Libphonenumber Authors phonelicenses-android-client Copyright © 2010 http://droidprofessor.com <[email protected]> Google Android Platform SDK 2.1_r1 Copyright © 2008 The Android Open Source Project Google Android Platform SDK 2.2_r02 Copyright © 2008 The Android Open Source Project Google Android Platform SDK r11 Copyright © 2008 The Android Open Source Project Google Android Platform SDK 24.3.4 Copyright © 2008 The Android Open Source Project Apache License 2.0 Apache License Version 2.0, January 2004 http://www.apache.org/licenses/ TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION 1. Definitions. "License" shall mean the terms and conditions for use, reproduction, and distribution as defined by Sections 1 through 9 of this document.
    [Show full text]
  • Open Source Claire Le Goues
    Foundations of Software Engineering Lecture 24: Open Source Claire Le Goues 1 Learning goals • Understand the terminology “free software” and explain open source culture and principles. • Express an educated opinion on the philosophical/political debate between open source and proprietary principles. • Reason about the tradeoffs of the open source model on issues like quality and risk, both in general and in a proprietary context. 2 Motivation to understand open source. • Companies work on open source projects. • Companies use open source projects. • Companies are based around open source projects. • Principles percolate throughout industry. • Political/philosophical debate, and being informed is healthy. 3 Quick and easy definitions • Proprietary software – software which doesn’t meet the requirements of free software or open source software • Free software – software with a strong emphasis on user rights • Open source software – software where the source code is shared with the community • Does Free Software = Open Source? 4 “Free as in free speech.” 5 6 Stallman vs. Gates 7 Free Software vs Open Source • Free software origins (70-80s ~Stallman) – Political goal – Software part of free speech • free exchange, free modification • proprietary software is unethical • security, trust – GNU project, Linux, GPL license • Open source (1998 ~ O'Reilly) – Rebranding without political legacy – Emphasis on internet and large dev./user involvement – Openness toward proprietary software/coexist – (Think: Netscape becoming Mozilla) 8 The Cathedral and the Bazaar 9 The Cathedral and the Bazaar • Cathedral (closed source) – Top-down design with focus on planning • Bazaar (open source) – Organic bottom-up movement – Code always public over internet – Linux/Fetchmail stories 10 Eric Raymond.
    [Show full text]
  • You Are Hacked : AJAX Security Essentials for Enterprise Java
    You Are Hacked /: AJAX Security Essentials for Enterprise Java™ Technology Developers Karthik Shyamsunder James Gould Principal Engineer Principal Engineer VeriSign, Inc. VeriSign, Inc. TS-6014 2007 JavaOneSM Conference | Session TS-6014 | Speaker Qualifications • Karthik Shyamsunder • Principal Engineer, VeriSign, Inc. • Adjunct Faculty at Johns Hopkins University • James Gould • Principal Engineer, VeriSign, Inc. • Application Architect for VeriSign Naming Services 2 2007 JavaOneSM Conference | Session TS-6014 | Overall Presentation Goal What will you learn? 1. Understand the AJAX security model. 2. Identify the various threats to your AJAX web applications. 3. Learn what you can do to protect your application from these threats. 2007 JavaOneSM Conference | Session TS-6014 | Agenda Internet Threat Model Browser Security Model Vulnerabilities, Attacks, and Countermeasures Secure Software-Development Process Summary Q&A 4 2007 JavaOneSM Conference | Session TS-6014 | Agenda Internet Threat Model Browser Security Model Vulnerabilities, Attacks, and Countermeasures Secure Software-Development Process Summary Q&A 2007 JavaOneSM Conference | Session TS-6014 | 2007 JavaOneSM Conference | Session TS-6014 | The Problem Is Real • Cyber crimes and incidents are on the rise • 3 out of 4 business web sites are vulnerable to attack (Gartner) • 75% of the hacks occur at the application level (Gartner) Source: Gartner 2007 JavaOneSM Conference | Session TS-6014 | Architecture of Traditional Web Applications • Browser—A thin client Backend Processes
    [Show full text]
  • Open Source Acknowledgements
    This document acknowledges certain third‐parties whose software is used in Esri products. GENERAL ACKNOWLEDGEMENTS Portions of this work are: Copyright ©2007‐2011 Geodata International Ltd. All rights reserved. Copyright ©1998‐2008 Leica Geospatial Imaging, LLC. All rights reserved. Copyright ©1995‐2003 LizardTech Inc. All rights reserved. MrSID is protected by the U.S. Patent No. 5,710,835. Foreign Patents Pending. Copyright ©1996‐2011 Microsoft Corporation. All rights reserved. Based in part on the work of the Independent JPEG Group. OPEN SOURCE ACKNOWLEDGEMENTS 7‐Zip 7‐Zip © 1999‐2010 Igor Pavlov. Licenses for files are: 1) 7z.dll: GNU LGPL + unRAR restriction 2) All other files: GNU LGPL The GNU LGPL + unRAR restriction means that you must follow both GNU LGPL rules and unRAR restriction rules. Note: You can use 7‐Zip on any computer, including a computer in a commercial organization. You don't need to register or pay for 7‐Zip. GNU LGPL information ‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐ This library is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation; either version 2.1 of the License, or (at your option) any later version. This library is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details. You can receive a copy of the GNU Lesser General Public License from http://www.gnu.org/ See Common Open Source Licenses below for copy of LGPL 2.1 License.
    [Show full text]
  • Using Fastcgi with Apache HTTP Server 2.4
    Using FastCGI with Apache HTTP Server 2.4 Jeff Trawick The world of FastCGI Using FastCGI with Apache HTTP Server 2.4 FastCGI with Apache httpd 2.4 Jeff Trawick Choosing mod fcgid http://emptyhammock.com/ mod proxy fcgi [email protected] mod authnz fcgi Other tools April 8, 2014 PHP Applications and FastCGI Future 1/97 Revisions Using FastCGI with Apache HTTP Server 2.4 Jeff Trawick The world of FastCGI 2014-04-10 FastCGI with Apache httpd Add Require expr ... to /www/tools/ 2.4 configuration in More classic CGI configuration Choosing slide to resolve a potential security hole. Thank mod fcgid mod proxy fcgi you Eric Covener! mod authnz fcgi Other tools PHP Applications and FastCGI Future 2/97 Get these slides... Using FastCGI with Apache HTTP Server 2.4 Jeff Trawick The world of FastCGI FastCGI with Apache httpd 2.4 http://emptyhammock.com/projects/info/slides.html Choosing mod fcgid mod proxy fcgi mod authnz fcgi Other tools PHP Applications and FastCGI Future 3/97 Table of Contents Using FastCGI with Apache HTTP Server 1 The world of FastCGI 2.4 Jeff Trawick 2 FastCGI with Apache httpd 2.4 The world of FastCGI 3 Choosing FastCGI with Apache httpd 4 mod fcgid 2.4 Choosing 5 mod proxy fcgi mod fcgid mod proxy fcgi 6 mod authnz fcgi mod authnz fcgi Other tools 7 Other tools PHP Applications 8 PHP Applications and FastCGI and FastCGI Future 9 Future 4/97 Introduction | Who am I? Using FastCGI with Apache HTTP Server 2.4 I've worked at Jeff Trawick several large corporations, for over two decades The world of FastCGI my own one-person company, Emptyhammock, for the FastCGI with last two years Apache httpd 2.4 I've worked on Choosing several products which were primarily based on or mod fcgid otherwise included Apache HTTP Server mod proxy fcgi lower-level networking products mod authnz fcgi web applications Other tools PHP I've developed or maintained some of the FastCGI Applications and FastCGI support in the Apache HTTP Server project.
    [Show full text]
  • Open Source and Third Party Documentation
    Open Source and Third Party Documentation Verint.com Twitter.com/verint Facebook.com/verint Blog.verint.com Content Introduction.....................2 Licenses..........................3 Page 1 Open Source Attribution Certain components of this Software or software contained in this Product (collectively, "Software") may be covered by so-called "free or open source" software licenses ("Open Source Components"), which includes any software licenses approved as open source licenses by the Open Source Initiative or any similar licenses, including without limitation any license that, as a condition of distribution of the Open Source Components licensed, requires that the distributor make the Open Source Components available in source code format. A license in each Open Source Component is provided to you in accordance with the specific license terms specified in their respective license terms. EXCEPT WITH REGARD TO ANY WARRANTIES OR OTHER RIGHTS AND OBLIGATIONS EXPRESSLY PROVIDED DIRECTLY TO YOU FROM VERINT, ALL OPEN SOURCE COMPONENTS ARE PROVIDED "AS IS" AND ANY EXPRESSED OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. Any third party technology that may be appropriate or necessary for use with the Verint Product is licensed to you only for use with the Verint Product under the terms of the third party license agreement specified in the Documentation, the Software or as provided online at http://verint.com/thirdpartylicense. You may not take any action that would separate the third party technology from the Verint Product. Unless otherwise permitted under the terms of the third party license agreement, you agree to only use the third party technology in conjunction with the Verint Product.
    [Show full text]
  • License Agreement for Estos Software
    Either of the following agreements shall apply depending on the user’s residence. Refer and agree to the applicable agreement. (1) END-USER LICENSE AGREEMENT For the users located anywhere other than the countries listed in the (2) “Conference Application (Conf App) End-User Licence Agreement for European Residents”. (2) Conference Application (Conf App) End-User Licence Agreement for European Residents For the users in Austria, Bulgaria, Belgium, Croatia, Czech Republic, Denmark, Finland, France, Germany, Greece, Hungary, Italy, Netherlands, Norway, Poland, Portugal, Romania, Slovakia, Spain, Sweden, Switzerland, the UK, Turkey or Republic of Ireland. (1) END USER LICENSE AGREEMENT IMPORTANT-READ CAREFULLY: This End User License Agreement (“Agreement”) is a legal agreement between you (either as a natural or legal person) and Panasonic Corporation (hereinafter called the “Company") for use of the conference application software (“SOFTWARE”). By accepting the terms and conditions of this Agreement and installing the Software or exercising your rights to make and use copies of the SOFTWARE (as may be provided for below), you agree to be bound by terms of this Agreement. If you do not agree to the terms of this Agreement, do not accept these terms and conditions and delete the SOFTWARE. For the limited warranty pertaining to your jurisdiction, please refer to the section LIMITED WARRANTY. You represent that you have full power, capacity and authority to enter into and accept the terms and conditions of this Agreement. If you are accepting on behalf of your employer, company or another entity, you warrant and represent that you have full legal authority to bind your employer, company or such entity to this Agreement, or that a person with such authority has accepted the terms and conditions of this Agreement prior to using the SOFTWARE as described in this paragraph.
    [Show full text]
  • Apache Web Server ______
    Apache Web Server _____________________________________________________________________________________________________ Original author(s) Robert McCool Developer(s) Apache Software Foundation Initial release 1995[1] 2.4.9 (March 17, 2014) [±] Stable release Development Active status Written in C, Forth, XML[2] Type Web server License Apache License 2.0 Website httpd.apache.org The Apache HTTP Server , commonly referred to as Apache , is a web server application notable for playing a key role in the initial growth of the World Wide Web.[3] Originally based on the NCSA HTTPd server, development of Apache began in early 1995 after work on the NCSA code stalled. Apache quickly overtook NCSA HTTPd as the dominant HTTP server, and has remained the most popular HTTP server in use since April 1996. In 2009, it became the first web server software to serve more than 100 million websites.[4] Apache is developed and maintained by an open community of developers under the auspices of the Apache Software Foundation. Most commonly used on a Unix-like system,[5] the software is available for a wide variety of operating systems, including Unix, FreeBSD, Linux, Solaris, Novell NetWare, OS X, Microsoft Windows, OS/2, TPF, OpenVMS and eComStation. Released under the Apache License, Apache is open-source software. As of June 2013, Apache was estimated to serve 54.2% of all active websites and 53.3% of the top servers across all domains.[6][7][8][9][10] 1 Apache Web Server _____________________________________________________________________________________________________ Name According to the FAQ in the Apache project website, the name Apache was chosen out of respect to the Native American tribe Apache and its superior skills in warfare and strategy.
    [Show full text]