Hi Vinman and Vincent_n, thank you for your answers.
@vinman : first of all, my LOCAL_URI_SERVER seems to be correctly parametrized : "default (http://localhost:80/ocsinventory)", is there a way to test localy if the URL work ? (I'm not a Debian/Linux specialist)
For the conf files, there is the differences between 2.3.1 and 2.2 z-ocsinventory-server.conf files :
# diff /etc/apache2/conf-enabled/z-ocsinventory-server.conf z-ocsinventory-server.conf.20170308backup
52c52
< PerlSetEnv OCS_OPT_DBI_PRINT_ERROR 1
---
> PerlSetEnv OCS_OPT_DBI_PRINT_ERROR 0
90,91d89
< # Specify if agent take contact on service startup
< PerlSetEnv OCS_OPT_INVENTORY_ON_STARTUP 0
314c312
< <Location /ocsplugins>
---
> <Location /plugins>
There is no differences between 2.3.1 and 2.2 ocsinventory-reports.conf files.
Originally I've upgraded of the version 2.2 towards 2.3 then 2.3.1 a few days later. In 2.2.1 everything worked correctly but I did not have to test the local import in 2.3 before updating in 2.3.1
@ vincent_n : Yes, I've already seen this post and no, I don't have any errors on optional dependences except that concerning Apache2::SOAP, take a look :
+----------------------------------------------------------+
| Checking for required Perl Modules... |
+----------------------------------------------------------+
Checking for DBI PERL module...
Found that PERL module DBI is available.
Checking for Apache::DBI PERL module...
Found that PERL module Apache::DBI is available.
Checking for DBD::mysql PERL module...
Found that PERL module DBD::mysql is available.
Checking for Compress::Zlib PERL module...
Found that PERL module Compress::Zlib is available.
Checking for XML::Simple PERL module...
Found that PERL module XML::Simple is available.
Checking for Net::IP PERL module...
Found that PERL module Net::IP is available.
Checking for SOAP::Lite Perl module...
Found that PERL module SOAP::Lite is available.
Checking for Archive::Zip Perl module...
Found that PERL module Archive::Zip is available.
+----------------------------------------------------------+
| Checking for optional Perl Modules... |
+----------------------------------------------------------+
Checking for Apache2::SOAP PERL module...
*** Warning: PERL module Apache2::SOAP is not installed !
This module is only required by OCS Inventory NG SOAP Web Service.
Do you wish to continue ([y]/n] ?y
Checking for XML::Entities PERL module...
Found that PERL module XML::Entities is available.