Differences
This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
| server:web [2026/02/16 19:52] – [Reference] add custom log file example nelgin | server:web [2026/03/04 13:51] (current) – [Reference] mention letsyncrypt nelgin | ||
|---|---|---|---|
| Line 154: | Line 154: | ||
| **NOTE**: Older versions of Synchronet had this value default to '' | **NOTE**: Older versions of Synchronet had this value default to '' | ||
| + | |||
| + | **NOTE**: If you change the root directory and use letsyncrypt for your certificate management, you will want to update the Domains section of letsyncrypt.ini in the ctrl directory. You will also need to do that if you have a virtual host so Let's Encrypt can find the correct document root. | ||
| + | |||
| === ErrorDirectory === | === ErrorDirectory === | ||
| Line 247: | Line 250: | ||
| | %H | The request protocol | | | %H | The request protocol | | ||
| | %l | Remote logname (from identd, if supplied) | | | %l | Remote logname (from identd, if supplied) | | ||
| + | | %p | Server TCP port number | | ||
| | %r | First line of request | | | %r | First line of request | | ||
| | %s | Status | | | %s | Status | | ||
| Line 258: | Line 262: | ||
| Note: Double-quote characters used in the format string do **not** need to be escaped (i.e. with a backslash) | Note: Double-quote characters used in the format string do **not** need to be escaped (i.e. with a backslash) | ||
| - | Example: This is the equivalent of Apache' | + | Example: |
| + | |||
| + | This is the equivalent of Apache' | ||
| CustomLogFormat = %h %l %u %t " | CustomLogFormat = %h %l %u %t " | ||
| + | |||
| + | This is the equivalent of Apache' | ||
| + | | ||
| + | CustomLogFormat = %v:%p %h %l %u %t " | ||