325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
|
@ which seems high. Is this server really a %d((int)r)-core machine?
}
}
#endif
if( g.zErrlog==0 || fossil_strcmp(g.zErrlog,"-")==0 ){
@ <li><p>
@ <b>Caution:</b>
@ No server error log is defined. It is recommended that you establish
@ an error log on Fossil servers and monitor that log for problems.
@ To set up an error log:
@ <ul>
@ <li>If running from CGI, make an entry "errorlog: <i>FILENAME</i>"
@ in the CGI script.
@ <li>If running the "fossil server" or "fossil http" commands,
@ add the "--errorlog <i>FILENAME</i>" command-line option.
@ </ul>
|
<
|
<
|
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
|
@ which seems high. Is this server really a %d((int)r)-core machine?
}
}
#endif
if( g.zErrlog==0 || fossil_strcmp(g.zErrlog,"-")==0 ){
@ <li><p>
@ The server error log is disabled.
@ To set up an error log:
@ <ul>
@ <li>If running from CGI, make an entry "errorlog: <i>FILENAME</i>"
@ in the CGI script.
@ <li>If running the "fossil server" or "fossil http" commands,
@ add the "--errorlog <i>FILENAME</i>" command-line option.
@ </ul>
|