annotate docs/html/50x.html @ 5053:004af18ddb86 stable-1.2

Merge of r4985, r4986, r4987, r4988, r4989, r5002: access_log gzip. *) Access log: fixed redundant buffer reallocation. Previously a new buffer was allocated for every "access_log" directive with the same file path and "buffer=" parameters, while only one buffer per file is used. *) Reopening log files code moved to a separate function. The code refactored in a way to call custom handler that can do appropriate cleanup work (if any), like flushing buffers, finishing compress streams, finalizing connections to log daemon, etc.. *) Access log: the "flush" parameter of the "access_log" directive. *) Configure: added the NGX_ZLIB define. This was introduced for conditional compilation of the code that requires the zlib library. *) Access log: the "gzip" parameter of the "access_log" directive. Note: this requires zlib version 1.2.0.4 or above to work. *) The data pointer in ngx_open_file_t objects must be initialized. Uninitialized pointer may result in arbitrary segfaults if access_log is used without buffer and without variables in file path. Patch by Tatsuhiko Kubo (ticket #268).
author Maxim Dounin <mdounin@mdounin.ru>
date Mon, 11 Feb 2013 14:34:00 +0000
parents b91740dedb8a
children 1cd63ae46243
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
4859
b91740dedb8a Merge of r4835, r4841: improved welcome and 50x error pages.
Maxim Dounin <mdounin@mdounin.ru>
parents: 663
diff changeset
1 <!DOCTYPE html>
657
400711951595 nginx-0.3.50-RELEASE import
Igor Sysoev <igor@sysoev.ru>
parents:
diff changeset
2 <html>
400711951595 nginx-0.3.50-RELEASE import
Igor Sysoev <igor@sysoev.ru>
parents:
diff changeset
3 <head>
4859
b91740dedb8a Merge of r4835, r4841: improved welcome and 50x error pages.
Maxim Dounin <mdounin@mdounin.ru>
parents: 663
diff changeset
4 <title>Error</title>
657
400711951595 nginx-0.3.50-RELEASE import
Igor Sysoev <igor@sysoev.ru>
parents:
diff changeset
5 <style>
4859
b91740dedb8a Merge of r4835, r4841: improved welcome and 50x error pages.
Maxim Dounin <mdounin@mdounin.ru>
parents: 663
diff changeset
6 body {
b91740dedb8a Merge of r4835, r4841: improved welcome and 50x error pages.
Maxim Dounin <mdounin@mdounin.ru>
parents: 663
diff changeset
7 width: 35em;
b91740dedb8a Merge of r4835, r4841: improved welcome and 50x error pages.
Maxim Dounin <mdounin@mdounin.ru>
parents: 663
diff changeset
8 margin: 0 auto;
b91740dedb8a Merge of r4835, r4841: improved welcome and 50x error pages.
Maxim Dounin <mdounin@mdounin.ru>
parents: 663
diff changeset
9 font-family: Tahoma, Verdana, Arial, sans-serif;
b91740dedb8a Merge of r4835, r4841: improved welcome and 50x error pages.
Maxim Dounin <mdounin@mdounin.ru>
parents: 663
diff changeset
10 }
657
400711951595 nginx-0.3.50-RELEASE import
Igor Sysoev <igor@sysoev.ru>
parents:
diff changeset
11 </style>
400711951595 nginx-0.3.50-RELEASE import
Igor Sysoev <igor@sysoev.ru>
parents:
diff changeset
12 </head>
4859
b91740dedb8a Merge of r4835, r4841: improved welcome and 50x error pages.
Maxim Dounin <mdounin@mdounin.ru>
parents: 663
diff changeset
13 <body>
b91740dedb8a Merge of r4835, r4841: improved welcome and 50x error pages.
Maxim Dounin <mdounin@mdounin.ru>
parents: 663
diff changeset
14 <h1>An error occurred.</h1>
b91740dedb8a Merge of r4835, r4841: improved welcome and 50x error pages.
Maxim Dounin <mdounin@mdounin.ru>
parents: 663
diff changeset
15 <p>Sorry, the page you are looking for is currently unavailable.<br/>
b91740dedb8a Merge of r4835, r4841: improved welcome and 50x error pages.
Maxim Dounin <mdounin@mdounin.ru>
parents: 663
diff changeset
16 Please try again later.</p>
b91740dedb8a Merge of r4835, r4841: improved welcome and 50x error pages.
Maxim Dounin <mdounin@mdounin.ru>
parents: 663
diff changeset
17 <p>If you are the system administrator of this resource then you should check
b91740dedb8a Merge of r4835, r4841: improved welcome and 50x error pages.
Maxim Dounin <mdounin@mdounin.ru>
parents: 663
diff changeset
18 the <a href="http://nginx.org/r/error_log">error log</a> for details.</p>
b91740dedb8a Merge of r4835, r4841: improved welcome and 50x error pages.
Maxim Dounin <mdounin@mdounin.ru>
parents: 663
diff changeset
19 <p><em>Faithfully yours, nginx.</em></p>
657
400711951595 nginx-0.3.50-RELEASE import
Igor Sysoev <igor@sysoev.ru>
parents:
diff changeset
20 </body>
400711951595 nginx-0.3.50-RELEASE import
Igor Sysoev <igor@sysoev.ru>
parents:
diff changeset
21 </html>