Author: Andrew Ford
Publisher: "O'Reilly Media, Inc."
ISBN: 0596518889
Category : Computers
Languages : en
Pages : 208
Book Description
Apache remains the most widely used Web server platform, running more than half of the world's Web sites. This pocket reference guide features up-to-date information for Apache administrators.
Apache
Author: Ben Laurie
Publisher: "O'Reilly Media, Inc."
ISBN: 0596002033
Category : Computers
Languages : en
Pages : 591
Book Description
Describes the history of the Web server platform and covers downloading and compiling, configuring and running the program on UNIX, writing specialized modules, and establishing security routines.
Publisher: "O'Reilly Media, Inc."
ISBN: 0596002033
Category : Computers
Languages : en
Pages : 591
Book Description
Describes the history of the Web server platform and covers downloading and compiling, configuring and running the program on UNIX, writing specialized modules, and establishing security routines.
Data Pipelines Pocket Reference
Author: James Densmore
Publisher: O'Reilly Media
ISBN: 1492087807
Category : Computers
Languages : en
Pages : 277
Book Description
Data pipelines are the foundation for success in data analytics. Moving data from numerous diverse sources and transforming it to provide context is the difference between having data and actually gaining value from it. This pocket reference defines data pipelines and explains how they work in today's modern data stack. You'll learn common considerations and key decision points when implementing pipelines, such as batch versus streaming data ingestion and build versus buy. This book addresses the most common decisions made by data professionals and discusses foundational concepts that apply to open source frameworks, commercial products, and homegrown solutions. You'll learn: What a data pipeline is and how it works How data is moved and processed on modern data infrastructure, including cloud platforms Common tools and products used by data engineers to build pipelines How pipelines support analytics and reporting needs Considerations for pipeline maintenance, testing, and alerting
Publisher: O'Reilly Media
ISBN: 1492087807
Category : Computers
Languages : en
Pages : 277
Book Description
Data pipelines are the foundation for success in data analytics. Moving data from numerous diverse sources and transforming it to provide context is the difference between having data and actually gaining value from it. This pocket reference defines data pipelines and explains how they work in today's modern data stack. You'll learn common considerations and key decision points when implementing pipelines, such as batch versus streaming data ingestion and build versus buy. This book addresses the most common decisions made by data professionals and discusses foundational concepts that apply to open source frameworks, commercial products, and homegrown solutions. You'll learn: What a data pipeline is and how it works How data is moved and processed on modern data infrastructure, including cloud platforms Common tools and products used by data engineers to build pipelines How pipelines support analytics and reporting needs Considerations for pipeline maintenance, testing, and alerting
Apache Cookbook
Author: Ken Coar
Publisher: "O'Reilly Media, Inc."
ISBN: 0596551878
Category :
Languages : en
Pages : 257
Book Description
Apache is far and away the most widely used web server platform in the world. Both free and rock-solid, it runs more than half of the world's web sites, ranging from huge e-commerce operations to corporate intranets and smaller hobby sites, and it continues to maintain its popularity, drawing new users all the time. If you work with Apache on a regular basis, you have plenty of documentation on installing and configuring your server, but where do you go for help with the day-to-day stuff, like adding common modules or fine-tuning your activity logging?The Apache Cookbook is a collection of problems, solutions, and practical examples for webmasters, web administrators, programmers, and everyone else who works with Apache. For every problem addressed in the book, there's a worked-out solution or "recipe"--short, focused pieces of code that you can use immediately. But this book offers more than cut-and-paste code. You also get explanations of how and why the code works, so you can adapt the problem-solving techniques to similar situations.The recipes in the Apache Cookbook range from simple tasks, such installing the server on Red Hat Linux or Windows, to more complex tasks, such as setting up name-based virtual hosts or securing and managing your proxy server. The two hundred plus recipes in the book cover additional topics such as: Security Aliases, Redirecting, and Rewriting CGI Scripts, the suexec Wrapper, and other dynamic content techniques Error Handling SSL Performance The impressive collection of useful code in this book is a guaranteed timesaver for all Apache users, from novices to advanced practitioners. Instead of poking around mailing lists, online documentation, and other sources, you can rely on the Apache Cookbook for quick solutions to common problems, and then you can spend your time and energy where it matters most.
Publisher: "O'Reilly Media, Inc."
ISBN: 0596551878
Category :
Languages : en
Pages : 257
Book Description
Apache is far and away the most widely used web server platform in the world. Both free and rock-solid, it runs more than half of the world's web sites, ranging from huge e-commerce operations to corporate intranets and smaller hobby sites, and it continues to maintain its popularity, drawing new users all the time. If you work with Apache on a regular basis, you have plenty of documentation on installing and configuring your server, but where do you go for help with the day-to-day stuff, like adding common modules or fine-tuning your activity logging?The Apache Cookbook is a collection of problems, solutions, and practical examples for webmasters, web administrators, programmers, and everyone else who works with Apache. For every problem addressed in the book, there's a worked-out solution or "recipe"--short, focused pieces of code that you can use immediately. But this book offers more than cut-and-paste code. You also get explanations of how and why the code works, so you can adapt the problem-solving techniques to similar situations.The recipes in the Apache Cookbook range from simple tasks, such installing the server on Red Hat Linux or Windows, to more complex tasks, such as setting up name-based virtual hosts or securing and managing your proxy server. The two hundred plus recipes in the book cover additional topics such as: Security Aliases, Redirecting, and Rewriting CGI Scripts, the suexec Wrapper, and other dynamic content techniques Error Handling SSL Performance The impressive collection of useful code in this book is a guaranteed timesaver for all Apache users, from novices to advanced practitioners. Instead of poking around mailing lists, online documentation, and other sources, you can rely on the Apache Cookbook for quick solutions to common problems, and then you can spend your time and energy where it matters most.
Tomcat: The Definitive Guide
Author: Jason Brittain
Publisher: "O'Reilly Media, Inc."
ISBN: 059655205X
Category : Computers
Languages : en
Pages : 322
Book Description
Jakarta Tomcat is not only the most commonly used open source servlet engine today, it's become the de facto standard by which other servlet engines are measured. Powerful and flexible, it can be used as a stand-alone web server or in conjunction with another server, like Apache or IIS, to run servlets or JSPs. But mastery of Tomcat is not easy: because it's as complex as it is complete. Tomcat: The Definitive Guide answers vexing questions that users, administrators, and developers alike have been asking. This concise guide provides much needed information to help harness Tomcat's power and wealth of features.Tomcat: The Definitive Guide offers something for everyone who uses Tomcat. System and network administrators will find detailed instructions on installation, configuration, and maintenance. For users, it supplies insightful information on how to deploy Tomcat. And seasoned enterprise Java developers will have a complete reference to setting up, running, and using this powerful softwareThe book begins with an introduction to the Tomcat server and includes an overview of the three types of server configurations: stand-alone, in-process, and out-of-process. The authors show how directories are laid out, cover the initial setup, and describe how to set the environment variables and modify the configuration files, concluding with common errors, problems, and solutions. In subsequent chapters, they cover: The server.xml configuration file Java Security manager Authentication schemes and Tomcat users The Secure Socket Layer (SSL) Tomcat JDBC Realms Installing servlets and Java Server Pages Integrating Tomcat with Apache Advanced Tomcat configuration and much more.Tomcat: The Definitive Guide covers all major platforms, including Windows, Solaris, Linux, and Mac OS X, contains details on Tomcat configuration files, and has a quick-start guide to get developers up and running with Java servlets and JavaServer Pages. If you've struggled with this powerful yet demanding technology in the past, this book will provide the answers you need.
Publisher: "O'Reilly Media, Inc."
ISBN: 059655205X
Category : Computers
Languages : en
Pages : 322
Book Description
Jakarta Tomcat is not only the most commonly used open source servlet engine today, it's become the de facto standard by which other servlet engines are measured. Powerful and flexible, it can be used as a stand-alone web server or in conjunction with another server, like Apache or IIS, to run servlets or JSPs. But mastery of Tomcat is not easy: because it's as complex as it is complete. Tomcat: The Definitive Guide answers vexing questions that users, administrators, and developers alike have been asking. This concise guide provides much needed information to help harness Tomcat's power and wealth of features.Tomcat: The Definitive Guide offers something for everyone who uses Tomcat. System and network administrators will find detailed instructions on installation, configuration, and maintenance. For users, it supplies insightful information on how to deploy Tomcat. And seasoned enterprise Java developers will have a complete reference to setting up, running, and using this powerful softwareThe book begins with an introduction to the Tomcat server and includes an overview of the three types of server configurations: stand-alone, in-process, and out-of-process. The authors show how directories are laid out, cover the initial setup, and describe how to set the environment variables and modify the configuration files, concluding with common errors, problems, and solutions. In subsequent chapters, they cover: The server.xml configuration file Java Security manager Authentication schemes and Tomcat users The Secure Socket Layer (SSL) Tomcat JDBC Realms Installing servlets and Java Server Pages Integrating Tomcat with Apache Advanced Tomcat configuration and much more.Tomcat: The Definitive Guide covers all major platforms, including Windows, Solaris, Linux, and Mac OS X, contains details on Tomcat configuration files, and has a quick-start guide to get developers up and running with Java servlets and JavaServer Pages. If you've struggled with this powerful yet demanding technology in the past, this book will provide the answers you need.
Apache Pocket Ref
Author: Andrew Ford
Publisher: "O'Reilly Media, Inc."
ISBN: 0596008295
Category : Computers
Languages : en
Pages : 109
Book Description
Apache is far and away the most widely used web server platform in the world, running on Windows NT as well as Unix and other platforms. It powers about half of the world's existing web sites and is still increasing market share. Apache also forms the basis of a number of commercial web servers, such as IBM HTTP Server powered by Apache and C2Net's Stronghold. Apache is at the leading edge of web server development with many new technologies being implemented first. Apache has a flexible architecture that allows independent developers to add their own functionality by way of modules, written either in C or, with the advent of mod_perl, in Perl. The Apache Pocket Reference, a companion volume to Writing Apache Modules with Perl and C and Apache: The Definitive Guide, 2nd Edition, covers Apache 1.3.12. It provides a complete overview of the command-line options, configuration directives, and modules, and covers Apache support utilities.
Publisher: "O'Reilly Media, Inc."
ISBN: 0596008295
Category : Computers
Languages : en
Pages : 109
Book Description
Apache is far and away the most widely used web server platform in the world, running on Windows NT as well as Unix and other platforms. It powers about half of the world's existing web sites and is still increasing market share. Apache also forms the basis of a number of commercial web servers, such as IBM HTTP Server powered by Apache and C2Net's Stronghold. Apache is at the leading edge of web server development with many new technologies being implemented first. Apache has a flexible architecture that allows independent developers to add their own functionality by way of modules, written either in C or, with the advent of mod_perl, in Perl. The Apache Pocket Reference, a companion volume to Writing Apache Modules with Perl and C and Apache: The Definitive Guide, 2nd Edition, covers Apache 1.3.12. It provides a complete overview of the command-line options, configuration directives, and modules, and covers Apache support utilities.
Pocket Ref
Author:
Publisher: Sequoia Publishing
ISBN: 9781885071620
Category : Science
Languages : en
Pages : 0
Book Description
Among the many topics covered in this handy, pocket-sized guide are air and gases, carpentry and construction, pipes, pumps, computers, electronics, geology, math, surveying and mapping, and weights and measures. Includes tables, charts, drawings, lists & formulas.
Publisher: Sequoia Publishing
ISBN: 9781885071620
Category : Science
Languages : en
Pages : 0
Book Description
Among the many topics covered in this handy, pocket-sized guide are air and gases, carpentry and construction, pipes, pumps, computers, electronics, geology, math, surveying and mapping, and weights and measures. Includes tables, charts, drawings, lists & formulas.
Apache Phrasebook
Author: Daniel Lopez
Publisher: Sams Publishing
ISBN: 9780672328367
Category : Apache (Computer file : Apache Group)
Languages : en
Pages : 0
Book Description
Because Apache is the most-used web server running today, many Apache administrators are novices or don't complete the same tasks on a weekly basis. These readers are hungry for a concise, easy-to-use reference that puts essential code ""phrases"" at their fingertips. While there are many Apache books on the market, none of them answer essential questions quickly and efficiently. Administrators may want to fix a small problem that doesn't require pages of confusing explanation. Today's problem will likely not be tomorrow's problem, and the non-guru administrator wants answers each day to keep.
Publisher: Sams Publishing
ISBN: 9780672328367
Category : Apache (Computer file : Apache Group)
Languages : en
Pages : 0
Book Description
Because Apache is the most-used web server running today, many Apache administrators are novices or don't complete the same tasks on a weekly basis. These readers are hungry for a concise, easy-to-use reference that puts essential code ""phrases"" at their fingertips. While there are many Apache books on the market, none of them answer essential questions quickly and efficiently. Administrators may want to fix a small problem that doesn't require pages of confusing explanation. Today's problem will likely not be tomorrow's problem, and the non-guru administrator wants answers each day to keep.
C Pocket Reference
Author: Peter Prinz
Publisher: "O'Reilly Media, Inc."
ISBN: 1449378897
Category : Computers
Languages : en
Pages : 143
Book Description
C is one of the oldest programming languages and still one of the most widely used. Whether you're an experienced C programmer or you're new to the language, you know how frustrating it can be to hunt through hundreds of pages in your reference books to find that bit of information on a certain function, type or other syntax element. Or even worse, you may not have your books with you. Your answer is the C Pocket Reference. Concise and easy to use, this handy pocket guide to C is a must-have quick reference for any C programmer. It's the only C reference that fits in your pocket and is an excellent companion to O'Reilly's other C books.Ideal as an introduction for beginners and a quick reference for advanced programmers, the C Pocket Reference consists of two parts: a compact description of the C language and a thematically structured reference to the standard library. The representation of the language is based on the ANSI standard and includes extensions introduced in 1999. An index is included to help you quickly find the information you need.This small book covers the following: C language fundamentals Data types Expressions and operators C statements Declarations Functions Preprocessor directives The standard library O'Reilly's Pocket References have become a favorite among programmers everywhere. By providing a wealth of important details in a concise, well-organized format, these handy books deliver just what you need to complete the task at hand. When you've reached a sticking point in your work and need to get to a solution quickly, the new C Pocket Reference is the book you'll want to have.
Publisher: "O'Reilly Media, Inc."
ISBN: 1449378897
Category : Computers
Languages : en
Pages : 143
Book Description
C is one of the oldest programming languages and still one of the most widely used. Whether you're an experienced C programmer or you're new to the language, you know how frustrating it can be to hunt through hundreds of pages in your reference books to find that bit of information on a certain function, type or other syntax element. Or even worse, you may not have your books with you. Your answer is the C Pocket Reference. Concise and easy to use, this handy pocket guide to C is a must-have quick reference for any C programmer. It's the only C reference that fits in your pocket and is an excellent companion to O'Reilly's other C books.Ideal as an introduction for beginners and a quick reference for advanced programmers, the C Pocket Reference consists of two parts: a compact description of the C language and a thematically structured reference to the standard library. The representation of the language is based on the ANSI standard and includes extensions introduced in 1999. An index is included to help you quickly find the information you need.This small book covers the following: C language fundamentals Data types Expressions and operators C statements Declarations Functions Preprocessor directives The standard library O'Reilly's Pocket References have become a favorite among programmers everywhere. By providing a wealth of important details in a concise, well-organized format, these handy books deliver just what you need to complete the task at hand. When you've reached a sticking point in your work and need to get to a solution quickly, the new C Pocket Reference is the book you'll want to have.