Hi,
Here is my appache log error after trying again to upload my package and get a "connection reset":
[Wed Apr 28 09:23:48.627446 2021] [mpm_prefork:notice] [pid 2540] AH00169: caught SIGTERM, shutting down
[Wed Apr 28 09:23:49.093817 2021] [ssl:warn] [pid 21202] AH01909: 127.0.0.1:443:0 server certificate does NOT include an ID which matches the server name
[Wed Apr 28 09:23:49.630941 2021] [ssl:warn] [pid 21204] AH01909: 127.0.0.1:443:0 server certificate does NOT include an ID which matches the server name
[Wed Apr 28 09:23:49.636684 2021] [mpm_prefork:notice] [pid 21204] AH00163: Apache/2.4.38 (Debian) OpenSSL/1.1.1d mod_perl/2.0.10 Perl/v5.28.1 configured -- resuming normal operations
[Wed Apr 28 09:23:49.636726 2021] [core:notice] [pid 21204] AH00094: Command line: '/usr/sbin/apache2'
[Wed Apr 28 09:24:37.490360 2021] [php7:warn] [pid 21227] [client 10.15.1.81:64116] PHP Warning: array_key_exists() expects parameter 2 to be array, null given in /usr/share/ocsinventory-reports/ocsreports/require/search/Search.php on $
I tried to add :
<IfModule mod_fcgid.c>
MaxRequestLen 10000000
</IfModule>
In my apache2.conf file, but nothing change (apache service restarted) :/