OCSInventory-NG / OCSInventory-Server

Communication server of OCS Inventory
http://www.ocsinventory-ng.org/
GNU General Public License v2.0
344 stars 139 forks source link

Package Deployment - Load large file #330

Closed Goldtool closed 3 years ago

Goldtool commented 3 years ago

General informations

Operating system : Debian 10

Server informations

Mariadb version : 10.3.27 Php version : 7.3.27 Apache : 2.4.46

OCS Inventory informations

Ocs server version : 2.9

Problem's description

Package deployment is configured on my OCS Inventory server and works fine !

But, when I tried to create a package to store a 2.8GB zip, my browser send me a "err_connection_reset" after ~1 minute.

I saw that some changes has to be done in /etc/apache2/conf-available/ocsinventory-reports.conf like :

I also restart Apache service after any changes. But I still can't upload large file.

Anyone can help me ? Thank you in advance !

gillesdubois commented 3 years ago

Hi,

Please look at your php configuration.

The default value for the max execution time is 60 seconds. Update the variable and that be ok.

Regards, Gilles.

Goldtool commented 3 years ago

Dear,

Thank you for your answer but it didn't solved the issue