Changes

→‎Other rare system logs: rename section and add nginx log
Line 40: Line 40:  
More information on page [[Module Syslog (developer)]].
 
More information on page [[Module Syslog (developer)]].
   −
= Other rare system logs =
+
= Webserver logs =
 +
== Apache ==
 
Note that you can have also find some technical PHP/Apache errors in apache log file (whatever is status/setup of this module). But this occurs only if there is a technical problem in your installation: On a typical Linux install, such logs will be available somewhere in '''/var/log/apache[2]/[dolibarr]-error.log'''. You can watch it ''live'' from the terminal by using:
 
Note that you can have also find some technical PHP/Apache errors in apache log file (whatever is status/setup of this module). But this occurs only if there is a technical problem in your installation: On a typical Linux install, such logs will be available somewhere in '''/var/log/apache[2]/[dolibarr]-error.log'''. You can watch it ''live'' from the terminal by using:
 
<source lang="bash">tail -f /var/log/apache2/dolibarr-error.log</source>
 
<source lang="bash">tail -f /var/log/apache2/dolibarr-error.log</source>
 +
== Nginx ==
 +
If you are using nginx to serve Dolibarr some useful debugging information is often to be found there.
 +
<source lang="bash">tail -f /var/log/nginx/error.log</source>
53

edits