Listing 1 - 10 of 16 << page
of 2
>>
Sort by
HTTP : the definitive guide
Authors: ---
ISBN: 9781565925090 Year: 2002 Publisher: Beijing ; Sebastopol (Calif.) : O'Reilly,

Loading...
Export citation

Choose an application

Bookmark

Abstract

HTTP pocket reference
Author:
ISBN: 1565928628 Year: 2000 Publisher: Cambridge, Mass. O'Reilly

Loading...
Export citation

Choose an application

Bookmark

Abstract


Book
HTTP/2 in action
Author:
ISBN: 163835233X Year: 2019 Publisher: Shelter Island, New York : Manning,

Loading...
Export citation

Choose an application

Bookmark

Abstract


Book
Nginx HTTP server : harness the power of Nginx to make the most of your infrastructure and serve pages faster than ever
Author:
ISBN: 9781785285912 1785285912 1785280333 9781785280337 Year: 2015 Publisher: Birmingham : Packt Publishing,

Loading...
Export citation

Choose an application

Bookmark

Abstract

Harness the power of Nginx to make the most of your infrastructure and serve pages faster than ever About This Book Discover possible interactions between Nginx and Apache to get the best of both worlds Learn to exploit the features offered by NGinx for your web applications Get the newest techniques available, designed with the latest version in mind Who This Book Is For By covering both the early setup stages and advanced topics, this book suits web administrators who interested in solutions to optimize their infrastructure, whether you are looking into replacing your existing web server software or integrating a new tool to cooperate with applications that are already up and running. If you, your visitors, and your operating system have been disappointed by Apache, this book is exactly what you need. What You Will Learn Get to know the basics of the Nginx configuration: syntax, structure, and semantics Understand the advanced load balancing functionality of Nginx and the newest innovative IO mechanisms Create virtual host configurations effortlessly Discover all the first-party modules: how to enable, configure, and use them Establish advanced rewrite rules with the Nginx Rewrite module Set up Nginx to work with PHP, Python, and more via FastCGI Configure Nginx to work as frontend for your existing HTTP server Manipulate configuration files with ease and adapt them to various situations Discover the common pitfalls and find out how to avoid them In Detail Nginx is a lightweight HTTP server designed for high-traffic websites, with network scalability as the primary objective. With the advent of high speed Internet access, short loading times and fast transfer rates have become a necessity. This free, open source solution will either come as a full replacement of other software such as Apache, or stand in front of your existing infrastructure to improve its overall speed. This book is a detailed guide to setting up Nginx in different ways that correspond to actual production situations: as a standalone server, as a reverse proxy, interacting with applications via FastCGI, and more. In addition, this complete directive reference will be your best friend at all stages of the configuration and maintenance processes. This book is the perfect companion for both Nginx beginners and experienced administrators. For beginners, it will take you through the complete process of setting up this lightweight HTTP server on your system and configuring its va...


Book
Python for Security and Networking : Leverage Python Modules and Tools in Securing Your Network and Applications.
Author:
ISBN: 1837633517 Year: 2023 Publisher: Birmingham : Packt Publishing, Limited,

Loading...
Export citation

Choose an application

Bookmark

Abstract

Python's latest updates add numerous libraries that can be used to perform critical security-related missions, including detecting vulnerabilities in web applications, taking care of attacks, and helping to build secure and robust networks that are resilient to them. This fully updated third edition will show you how to make the most of them and improve your security posture. The first part of this book will walk you through Python scripts and libraries that you'll use throughout the book. Next, you'll dive deep into the core networking tasks where you will learn how to check a network's vulnerability using Python security scripting and understand how to check for vulnerabilities in your network - including tasks related to packet sniffing. You'll also learn how to achieve endpoint protection by leveraging Python packages along with writing forensics scripts. The next part of the book will show you a variety of modern techniques, libraries, and frameworks from the Python ecosystem that will help you extract data from servers and analyze the security in web applications. You'll take your first steps in extracting data from a domain using OSINT tools and using Python tools to perform forensics tasks. By the end of this book, you will be able to make the most of Python to test the security of your network and applications.


Book
Mastering Python for networking and security : leverage the scripts and libraries of Python version 3.7 and beyond to overcome networking and security issues
Author:
ISBN: 1839216212 9781839216213 Year: 2020 Publisher: Birmingham ; Mumbai : Packt Publishing,

Loading...
Export citation

Choose an application

Bookmark

Abstract

Tackle security and networking issues using Python libraries such as Nmap, requests, asyncio, and scapyKey FeaturesEnhance your Python programming skills in securing systems and executing networking tasksExplore Python scripts to debug and secure complex networksLearn to avoid common cyber events with modern Python scriptingBook DescriptionIt’s now more apparent than ever that security is a critical aspect of IT infrastructure, and that devastating data breaches can occur from simple network line hacks. As shown in this book, combining the latest version of Python with an increased focus on network security can help you to level up your defenses against cyber attacks and cyber threats. Python is being used for increasingly advanced tasks, with the latest update introducing new libraries and packages featured in the Python 3.7.4 recommended version. Moreover, most scripts are compatible with the latest versions of Python and can also be executed in a virtual environment. This book will guide you through using these updated packages to build a secure network with the help of Python scripting. You’ll cover a range of topics, from building a network to the procedures you need to follow to secure it. Starting by exploring different packages and libraries, you’ll learn about various ways to build a network and connect with the Tor network through Python scripting. You will also learn how to assess a network's vulnerabilities using Python security scripting. Later, you’ll learn how to achieve endpoint protection by leveraging Python packages, along with writing forensic scripts. By the end of this Python book, you’ll be able to use Python to build secure apps using cryptography and steganography techniques.What you will learnCreate scripts in Python to automate security and pentesting tasksExplore Python programming tools that are used in network security processesAutomate tasks such as analyzing and extracting information from serversUnderstand how to detect server vulnerabilities and analyze security modulesDiscover ways to connect to and get information from the Tor networkFocus on how to extract information with Python forensics toolsWho this book is forThis Python network security book is for network engineers, system administrators, or any security professional looking to overcome networking and security challenges. You will also find this book useful if you’re a programmer with prior experience in Python. A basic understanding of general programming structures and the Python programming language is required before getting started.


Book
Nginx HTTP Server - Fourth Edition
Authors: ---
Year: 2018 Publisher: Packt Publishing,

Loading...
Export citation

Choose an application

Bookmark

Abstract

Make the most of your infrastructure and serve pages faster than ever with Nginx. About This Book Discover possible interactions between Nginx and Apache to get the best of both worlds Learn to exploit the features offered by Nginx for your web applications Get your hands on the most updated version of Nginx (1.13.2) to support all your web administration requirements Who This Book Is For This book is a perfect match to web administrators who are interested in solutions to optimize their infrastructure. Whether you are looking into replacing your existing web server software or integrating a new tool to cooperate with applications that are already up and running, this book is your ideal resource. What You Will Learn Download and install Nginx on your system Prepare a basic configuration and test your initial setup Discover the core functionality of the HTTP module Make the most of first- and third-party Nginx modules Set up Nginx to work with PHP, Python, and other applications Learn how to set up Nginx to work with Apache Fully replace Apache with Nginx Optimize your architecture with threads or load balancing Identify errors in configuration and learn basic troubleshooting techniques Consult the exhaustive directive and module index for reference In Detail Nginx is a lightweight HTTP server designed for high-traffic websites, with network scalability as the primary objective. With the advent of high-speed internet access, short loading times and fast transfer rates have become a necessity. This book is a detailed guide to setting up Nginx in ways that correspond to actual production situations: as a standalone server, as a reverse proxy, interacting with applications via FastCGI, and more. In addition, this complete direct reference will be indispensable at all stages of the configuration and maintenance processes. This book mainly targets the most recent version of Nginx (1.13.2) and focuses on all the new additions and improvements, such as support for HTTP/2, improved dynamic modules, security enhancements, and support for multiple SSL certificates. This book is the perfect companion for both Nginx beginners and experienced administrators. For beginners, it will take you through the complete process of setting up this lightweight HTTP server on your system and configuring its various modules so that it does exactly what you need quickly and securely. For more experienced administrators, this book provides different approaches that can hel...

DNS over HTTPS : what Is It and why do people care?
Authors: --- ---
Year: 2019 Publisher: [Washington, D.C.] : Congressional Research Service,

Loading...
Export citation

Choose an application

Bookmark

Abstract


Book
NGINX HTTP Server : Harness the Power of NGINX with a Series of Detailed Tutorials and Real-Life Examples
Authors: --- ---
ISBN: 1835465757 9781835465752 Year: 2024 Publisher: Birmingham, UK : Packt Publishing Ltd.,

Loading...
Export citation

Choose an application

Bookmark

Abstract

Explore the capabilities of NGINX, a robust HTTP server designed for handling high-traffic websites, with network scalability as its primary objective. Whether you’re a beginner or an experienced administrator, this NGINX book will guide you through the complete process of setting up this lightweight HTTP server, from quick and basic configurations to more detailed configurations tailored to your needs. Highlighting the latest version 1.25.2, featuring new features such as HTTP/3 and QUIC, this edition keeps you up to date with cutting-edge developments. This book is packed with a multitude of real-world examples, which will help you secure your infrastructure with automatic TLS certificates, expertly place NGINX in front of your existing applications, and do much more. From orchestration and Docker to bandwidth management, OpenResty, and NGINX Plus commercial features, you’ll get to grips with enhancing and optimizing your infrastructure or designing brand-new architecture. Moreover, this updated edition will show you how NGINX excels in cloud environments with guides on integrating NGINX with cloud services for deploying scalable architectures efficiently and securely. By the end of this book, you’ll be able to adapt and use a wide variety of NGINX implementations to tackle diverse challenges with confidence.


Book
Nginx HTTP server : harness the power of Nginx to make the most of your infrastructure and serve pages faster than ever before
Authors: ---
ISBN: 1788621972 9781788621977 178862355X 9781788623551 Year: 2018 Publisher: Birmingham, England ; Mumbai, [India] : Packt,

Loading...
Export citation

Choose an application

Bookmark

Abstract

Nginx is a lightweight HTTP server designed for high-traffic websites, with network scalability as the primary objective. With the advent of high speed Internet access, short loading times and faster transfer rates have become a necessity. This book is a detailed guide to setting up Nginx in different ways that correspond to actual production.

Listing 1 - 10 of 16 << page
of 2
>>
Sort by