What better configuration for SEO better access speed to the hosted sites?

cabn12

Verified User
Joined
Dec 17, 2019
Messages
137
1- OpenLightSpeed
2- Apache and:
apache + php-fpm
Ioucube
Opache
3- Extend connections in php-fpm

vi /usr/local/directadmin/conf/directadmin.conf

php_fpm_max_children_default=1000



cd /usr/local/directadmin/custombuild

./build rewrite_confs
 
Sorry:

1- OpenLightSpeed or,

2- Apache and:
apache + php-fpm
Ioucube
Opache
3- Extend connections in php-fpm

vi /usr/local/directadmin/conf/directadmin.conf

php_fpm_max_children_default=1000



cd /usr/local/directadmin/custombuild

./build rewrite_confs
 
These types of question cannot not be answered in a paint can approach.
We would to know a lot more about your system.
1- OpenLightSpeed or,
In general OLS is faster than Apache. However it is not full functionality as LS. OLS is essentially a carrot to hope you will buy LS.
2- Apache and:
apache + php-fpm
Ioucube
Opache
Apache option 2 is fine and well used and tested.
3- Extend connections in php-fpm

vi /usr/local/directadmin/conf/directadmin.conf

php_fpm_max_children_default=1000
I would only do this if you are sure of your resources on your server. If not you could overload the server if you dont do the proper calculations
 
If You can work without htaccess - better will be nginx+php-fpm+Opcache
for shared hosting I'm using or nginx_apache Php-Fpm Opcache Mariadb 10.4-10.5
or cloudlinux with its lsphp
 
Back
Top