Nginx HTTP Server(一本关于nginx非常不错的书)

1,Preparing your Work
Setting up a terminal emulator for using the command-line interface of your remote server
Basic Linux command-line tools that you will be using at different stages
Introduction to the Linux filesystem structure
System administration tools
Managing files and permissions
2,Downloading and Installing
Downloading and installing the prerequisites for compiling the Nginx binaries
Downloading a suitable version of the Nginx source code
Configuring Nginx compile time options
Controlling the application with an init script
Configuring the system to launch Nginx automatically on startup
3,Basic Nginx Configuration
Presentation of the configuration syntax
Basic configuration directives
Establishing an appropriate configuration for your profile
Serving a test website
Testing and maintaining your server
4,HTTP Configuration
An introduction to the HTTP Core module
The http / server / location structure
HTTP Core module directives, thematically
HTTP Core module variables
The in-depths of the location block
5,Module Configuration
The Rewrite module, which does more than just rewriting URIs
The SSI module, a server-side scripting language
Additional modules enabled in the default Nginx build
Optional modules that must be enabled at compile time
A quick note on third-party modules
6,PHP and Python with Nginx
Discovering the CGI and FastCGI technologies
The Nginx FastCGI module
Load balancing via the Upstream module
Setting up PHP and PHP-FPM
Setting up Python and Django
Configuring Nginx to work with PHP and Python
7,Apache and Nginx Together
An introduction to the reverse-proxy mechanism
The advantages and disadvantages of the architecture
Discovering the Proxy module of Nginx
Configuring Nginx to work with Apache
Reconfiguring Apache to work as a backend server
Additional tweaks and notes
8,From Apache to Nginx
An in-depth comparison between Apache and Nginx
A full guide to porting your Apache configuration
How to port your Apache rewrite rules to Nginx
Rewrite rule walkthroughs for a few popular web applications

你可能感兴趣的:(server)