-
System requirements
-
Installing Bitrix24 Self-hosted
-
Preliminary operations
-
Step 1. The license agreement
-
Step 2. Product registration
-
Step 3. Preliminary verification
-
Step 4. Database creation
-
Step 5. System installation
-
Step 6. Creating an administrator's account
-
Bitrix24 Configuration Wizard
-
Installing Bitrix24.CRM
-
Site installation in BitrixVA/BitrixEnv
-
Installing using BitrixSetup
-
Uninstalling Bitrix24
-
Installing Bitrix24 Self-hosted on other environments
-
Installing environment for SLES 15
-
Installing environment for RedHat8
-
-
Development only option
-
Marketplace applications
-
-
Registration procedure
-
Update system
-
Configuring IIS for use with the system
-
Backup and restoration tools
-
Transfer to hosting
-
Possible errors
-
Server configuration errors
-
Database failures
-
Possible server failures
-
-
Document Search Setup
-
Adding new formats
-
Setting Up Web Environment with PHP Version below 5.2.6
-
Search of MS Office documents of earlier versions
-
PHP configuration
Lesson 32 out of 78
This installation version has centralized configuration storage: /etc/php.d
.
It requires such settings as a minimum:
- for the module opcache:
opcache.max_accelerated_files = 100000 opcache.revalidate_freq = 0
- add settings bitrexenv.ini:
display_errors = Off error_reporting = E_ALL error_log = '/var/log/php/error.log' ; Set some more PHP parameters enable_dl = Off short_open_tag = On allow_url_fopen = On # Security headers mail.add_x_header = Off expose_php = Off ...
All configuration files can be downloaded in archive . Config files for PHP are located in the folder as follows: redhat8/php.d
.
Place them in the directory /etc/php.d/
.