- Lighttpd
- Andre Bogus
- 239字
- 2021-08-25 18:06:18
Conventions
In this book, you will find a number of styles of text that distinguish between different kinds of information. Here are some examples of these styles, and an explanation of their meaning.
Code words in text are shown as follows: "We can include other contexts through the use of the include
directive."
A block of code will be set as follows:
$HTTP["url"] =~ ".py" { # use SCGI for python files proxy_core.protocol = "scgi" proxy-core.balancer = "carp" # tries to keep processes together proxy-core.backends = { # we have 3 SCGI servers to balance: "127.0.0.1:3456", # a local port (by IP address) "otherhost.mydomain.net:3456", # a port on another host "unix:/tmp/python.socket" # a unix socket } proxy-core.max-pool-size = 3 # for SCGI the number of backends # for other options, see Appendix B }
When we wish to draw your attention to a particular part of a code block, the relevant lines or items will be made bold:
<startup>
while (FCGI_Accept())
<handle request>
<cleanup>
Any command-line input and output is written as follows:
$ gcc -Wall -O2 -g -o magnet magnet.c -lfcgi -llua -lm -ldl -Wl,-E
New terms and important words are introduced in a bold-type font. Words that you see on the screen, in menus or dialog boxes for example, appear in our text like this: "clicking the Next button moves you to the next screen".
Note
Tips and tricks appear like this.
- Vue.js前端開發技術
- Flash CC中文版動畫設計與制作/微課堂學電腦
- AutoCAD 2017實用教程
- iOS應用逆向與安全之道
- Adobe Photoshop 網頁設計與制作標準實訓教程(CS5修訂版)
- 穿越Photoshop CC
- 視覺封王:Photoshop CC 2019立體化教程(素材+視頻+教案)
- UG NX 9.0中文版 基礎教程 (UG工程師成才之路)
- Word 2010實戰技巧精粹
- 中文版Maya 2014案例教程
- Photoshop CC平面設計教程(微課版)
- 新印象:CINEMA 4D電商設計基礎與實戰(全視頻微課版)
- Photoshop移動UI設計從入門到精通
- Adobe創意大學Premiere Pro影視剪輯師標準實訓教材(CS6修訂版)
- HBase企業應用開發實戰