PDF Ebook Nginx Module Extension, by Usama Dar
Nginx Module Extension, By Usama Dar Just how an easy concept by reading can boost you to be a successful person? Checking out Nginx Module Extension, By Usama Dar is an extremely simple activity. However, how can many people be so lazy to read? They will choose to invest their leisure time to chatting or hanging around. When as a matter of fact, reading Nginx Module Extension, By Usama Dar will provide you much more probabilities to be effective completed with the hard works.
Nginx Module Extension, by Usama Dar
PDF Ebook Nginx Module Extension, by Usama Dar
Nginx Module Extension, By Usama Dar. Happy reading! This is just what we wish to say to you which love reading a lot. Exactly what regarding you that declare that reading are only obligation? Don't bother, reading practice should be started from some particular reasons. One of them is reading by responsibility. As just what we really want to provide below, guide qualified Nginx Module Extension, By Usama Dar is not sort of required publication. You can enjoy this e-book Nginx Module Extension, By Usama Dar to check out.
This book Nginx Module Extension, By Usama Dar is anticipated to be one of the most effective seller publication that will certainly make you feel completely satisfied to get and review it for finished. As recognized can common, every book will certainly have specific things that will certainly make someone interested so much. Even it originates from the author, type, material, or even the author. Nonetheless, many individuals additionally take guide Nginx Module Extension, By Usama Dar based on the theme as well as title that make them impressed in. as well as right here, this Nginx Module Extension, By Usama Dar is very recommended for you because it has intriguing title as well as motif to review.
Are you actually a fan of this Nginx Module Extension, By Usama Dar If that's so, why don't you take this publication now? Be the very first individual which like and lead this publication Nginx Module Extension, By Usama Dar, so you can obtain the reason as well as messages from this book. Never mind to be confused where to get it. As the other, we discuss the connect to go to as well as download the soft data ebook Nginx Module Extension, By Usama Dar So, you may not lug the published book Nginx Module Extension, By Usama Dar anywhere.
The visibility of the on-line book or soft file of the Nginx Module Extension, By Usama Dar will certainly reduce people to obtain guide. It will also conserve more time to only browse the title or writer or publisher to get till your book Nginx Module Extension, By Usama Dar is exposed. After that, you could go to the link download to go to that is supplied by this internet site. So, this will be an excellent time to begin appreciating this publication Nginx Module Extension, By Usama Dar to read. Always good time with book Nginx Module Extension, By Usama Dar, consistently good time with cash to spend!
Customize and regulate the robust Nginx web server, and write your own Nginx modules efficiently
Overview
- Install Nginx from its source on multiple platforms
- Become acquainted with core Nginx modules and their configuration options
- Explore optional and third party module extensions along with configuration directives
In Detail
Companies can solve significant scaling issues thanks to switching their web platforms to Nginx. A popular web server for building web infrastructure, Nginx transparently and effectively enables the growth of the largest sites on the Internet today, on top of being free and open source.
This book is a practical reference providing you with everything you need to know about Nginx module extensions. You will learn how to write powerful and flexible configuration files and your own modules, as well as gaining knowledge about Nginx's modular architecture, available modules, and their intricate details.
Nginx Module Extension starts by teaching you to compile the Nginx source on multiple platforms. Then you will learn the synopsis, directives, and practical examples of the core, optional, and third party Nginx modules before familiarizing yourself with Nginx internals, enabling you to write custom modules.
You will learn about the flexibility of the Nginx configuration and how to enable and disable various options while building from the source. You will learn to customize the Main and Events module to fine-tune the web server performance, and you will also learn about standard and optional HTTP modules like GeoIP, Gzip, Access Control, and using SSL, along with an exploration of PostgreSQL, MySQL, and Memcached modules. Finally you will learn internals like module chaining and will see sample code and a line-by-line walkthrough demonstrating how to write your own module.
What you will learn from this book
- Install Nginx from its source on various platforms with instructions on various platform specific options
- Configure error logging, processes, and permissions
- Learn how Nginx handles events and how to configure epoll, kqueue, select, and poll
- Utilize standard and optional HTTP modules, and combine many of these modules to achieve various system admin tasks
- Acquaint yourself with available third party Nginx modules
- Employ LUA as a programming language to write Nginx configuration files
- Familiarize yourself with modules like PostgreSQL and Memcached and learn how to optimally configure them
- Understand the internals on Nginx and write your own modules
- Gain knowledge about core Nginx concepts like module chaining and also different types of modules like handlers, filters, and load balancers
Approach
This book is a step-by-step, example-oriented tutorial that will teach you to implement Nginx modules, as well as how to extend Nginx with core and third party modules.
Who this book is written for
Nginx Module Extension is intended for advanced users, system administrators, and developers of Nginx modules. You need to have prior experience with using Nginx as a web server and basic Nginx configuration changes. You also need basic understanding of GNU tools like configure and make, in order to be able to compile the source code. Proficiency in C programming and advanced operating system knowledge on Linux kernel, for example, would also come in handy.
- Sales Rank: #4655266 in Books
- Published on: 2013-12-26
- Released on: 2013-12-26
- Original language: English
- Number of items: 1
- Dimensions: 9.25" h x .29" w x 7.50" l, .51 pounds
- Binding: Paperback
- 128 pages
About the Author
Usama Dar
Usama Dar has over 13 years' experience working with software systems. During this period, he has not only worked with large companies such as Nortel Networks, Ericsson, and Huawei, but has also been involved with successful startups such as EnterpriseDB. He has worked with systems with mission-critical requirements of scalability and high availability. He writes actively on this website: www.usamadar.com. These days, Usama works at the Huawei Research Centre in Munich, where he spends most of his time researching highly scalable, high-performing infrastructure software (such as operating systems), databases, and web and application servers.
Most helpful customer reviews
9 of 11 people found the following review helpful.
Worse than useless, this book is embarrassing.
By Bill Anderson
Like another reviewer here, I have started writing Nginx modules and upon seeing this title was eager to see it described in a simple and useful format. I was worse than disappointed.
In my opinion a review should start with any statement about what the book is for and who it is aimed at. So, let us examine what the intention of the book is in it's own words:
"This book is for advanced users such as system administrators and developers who want to extend Nginx's functionality using its (sic) highly flexible add-on system."
It further states it "goes beyond what is available off the shelf". With this in mind, how does the book rate? On a scale of 1 to anything with the traditional higher is better approach, I'd say a -1.
If the book is aimed at advanced people, there is no value in wasting the advanced user's time by telling them basics such as how to install and perform basic configuration of the software. This book has five chapters, three of which are devoted to basics. It should go without saying these basics are readily available at the Nginx documentation site and consist of standard sequences common to most server software in the UNIX and Linux world.
Indeed, right form beginning of chapter one it states "Therefore we will not spend much time discussing the basics". I'd say 60% of the book is "much time".
Now, let us move on to chapter 4: installing third-party modules. This section consists of two paragraphs and a command line to input. And the command line is wrong. It does absolutely nothing to explain why you run the command line and why this method is different from most plugins in other software. What follows is little more than minimum verbiage around several module's included documentation - even when the information is obvious to even a mid-level user by parameter naming convention. Any advanced user already knows the contents of this chapter from knowing to read the included documentation of the module, and learned nothing from the chapter. Indeed, even a quick read the basic information on modules included in the documentation for Nginx provides more useful and detailed information than this chapter. Contrary to claims made otherwise, there is nothing in these first several chapters that isn't explained in the server's documentation.
Now, on to what should be the meat of the book: how to write your own module. Admittedly this was the reason for reading the book. It was here I became more than merely disappointed. Here is where it gets truly bad.
Using a basic search on Google will net you better information. The less than 20% of the book devoted to writing an nginx module is less than useful and is as another reviewer commented a blatant rip-off of existing work on the Internet not of the author's creation, nor is credit given. Of this 20% I estimate about half to be simply copy-paste of source code.
Not only is the source taken and slightly edited, but so is the explanatory text. from section headings to the order it is a clear copy for anyone who follows the links in the other negative review here. I find this worse than simply unacceptable, this is bordering on, if not outright plagiarism. If this is the type of book Packt is in the market for publishing, I am certainly not in the market for Packt books or anything by the author (or the reviewer who let this through for that matter).
Regarding the feel of the book, the flow is halting and key information is glossed over at best and entirely omitted far too often. The grammar is also substandard for a technical book. More specifically it doesn't read as if it were written to be read. Essentially it appears the author was given an outline and added the absolute bare minimum text he could get away with. For example, many of what should be textual transitions are essentially "I am now about to give you a list of things".
As a result in many places it reads at best as if it were simply an expanded outline with no thought to walking the 'advanced user" down a path which leads them from one level of difficulty and knowledge to the next. What should have been the meat of the book was little more than copied introductory work from online without acknowledgement.
And finally, it is dubious that within two days of the first review appearing, and it being a 1-star result with detailed criticisms, suddenly three more vaguely written reviews with virtually no details as to what the book is about suddenly appear. Frankly, it smacks of astro-turfing. While that does not affect my review, it does serve as a something to consider regarding the publisher and author. It makes me wonder if other books from this Publisher would show this pattern.
3 of 3 people found the following review helpful.
Covers the basic stuff that is already available online
By Aapo Talvensaari
I contacted the publisher because they were looking for reviewers on Twitter.
First of all, this book contains just around 100 pages. You cannot fit a lot in that space, especially when you are trying to cover a complex thing like Nginx Module Extension.
The first 14 pages are about Nginx installation. The next pages to page 82 are all about Nginx configuration directives. Both core, and some hand picked extension modules. I thought that I would gain some knowledge beyond what is already documented online. Well, I don't think this one nailed it as it's barely just reformatted copy-paste from online documentation that is already publicly available (no educated opinions about how you should configure things in real world, just descriptions of each directive). If you are a total nginx newbie, this book may be a good introduction to what Nginx (and extension modules provide). Just sit comfortably on a chair and read or browse thought this book. It should take you an hour or two, and you will gain some basic knowledge about Nginx.
The pages from 83 to 104 are about making your own Nginx module with C programming language. Again, this is just on a level of "Hello World". I'm not sure that whom this book is written for. You will get an overall feeling on what Nginx provides, but I'm not sure you are looking for a book with title like "Nginx Module Extension" when you are starting with the basics. The name of this book is also misleading in my opinion. Something like "Basic Nginx Configuration Directives, and Modules" would serve as a more descriptive title.
On the other hand, this book doesn't cost you a lot (you should buy an e-book version), and it doesn't take too much of your time to read. Read, and throw it away. Technically there aren't problems with the content of this book. I think that you will learn a lot more if you just play around with Nginx, and its modules (but that would take you more time too).
2 of 2 people found the following review helpful.
Disappointing...
By agentzh
I have to say I'm rather disappointed. I've got the impression that it is just a simple concatenation of the public manual pages for NGINX and its components over the web. And yes, the author did some edits, but the result is
not far from a simple concatenation. I was hoping to see the author's own thoughts, experiments, analyzing tools, and findings, but I fail to see any highlights. Just as dull and boring as many other NGINX books out there.
Nginx Module Extension, by Usama Dar PDF
Nginx Module Extension, by Usama Dar EPub
Nginx Module Extension, by Usama Dar Doc
Nginx Module Extension, by Usama Dar iBooks
Nginx Module Extension, by Usama Dar rtf
Nginx Module Extension, by Usama Dar Mobipocket
Nginx Module Extension, by Usama Dar Kindle
Tidak ada komentar:
Posting Komentar