• If you are still using CentOS 7.9, it's time to convert to Alma 8 with the free centos2alma tool by Plesk or Plesk Migrator. Please let us know your experiences or concerns in this thread:
    CentOS2Alma discussion

Question Plesk Configuration prep for Prestashop

JonasJsk

New Pleskian
Hi

I want to install Prestashop on my server and synchronize my shop with Bigbuy

According to Bigbuy customer support I need to make the following changes for the Synchronization to work properly.

Could someone please help me and guide me to the proper way to fixing this.


Step 1
DirectoryIndex index.php ---> Where do I find this file
<Directory /var/www/html/>
Options FollowSymLinks
AllowOverride All
</Directory>

Step 2
File fgcid.conf ---> Where do I find this file

FcgidBusyTimeout 15000
FcgidIdleScanInterval 120FcgidIdleTimeout 3600
FcgidConnectTimeout 60
FcgidIOTimeout 300
* FcgidProcessLifeTime 0
* FcgidMaxProcesses 20
* FcgidMaxProcessesPerClass 8
* FcgidMinProcessesPerClass 0
* FcgidInitialEnv RAILS_ENV production
* FcgidZombieScanInterval 12
* FcgidErrorScanInterval 12
(*) optional

Step 3
File php.ini: ---> Where do I find this file
memory_limit = 512M
max_execution_time = 15000
error_reporting = E_ALL & ~E_NOTICE & ~E_WARNING & ~E_DEPRECATED & ~E_STRICT
short_open_tag = On
upload_max_filesize = 64M
* serialize_precision = 100
* max_input_vars = 10000
* html_errors = Off
* register_globals = Off
* register_long_arrays = Off
* default_charset = “UTF-8”
(*) optional

Thank you
 
Back
Top