Im trying to learn all this stuff because the guys who were managing our servers were bozos. So bear with me. Pretty much everything Ive done so far has been pretty easy to set up and works great.
Heres the setup Im going for:
CloudLinux 6.8 x64
cPanel 58
cageFS
LVE
alt-php
PHP 7.0
PHP handler mod_lsapi
MariaDB 10
As far as I can tell I have everything set up and working. But there are two issues.
1) I have mod_lsapi installed but not enabled globally or per site. Yet it seems like its sort of working. The reason I think that is because phpinfo() reports it as FastCGI but having php_values in htaccess doesnt cause a 500 error. When I enable globally, phpinfo reports as LiteSpeed V6.10 however the configuration paths change from the ones alt-php uses. So its kind of confusing and I was hoping someone could shed some light on whats happening?
2) We have another server (well call it server 4) that I didnt set up. The server Im working on (server 5), is supposed to be set up identically... which I think Ive accomplished. To test I put the same site on both servers. The site on server 4 loads about 3 times faster than on server 5, but the specs on server 5 are way better. Also this is the only account on server 5. Im wondering if this is somehow related to issue 1?
The only differences between server 4 and 5 that I know for sure are:
- s4 has mariadb 5.5 and s5 has mariadb 10
Heres the setup Im going for:
CloudLinux 6.8 x64
cPanel 58
cageFS
LVE
alt-php
PHP 7.0
PHP handler mod_lsapi
MariaDB 10
As far as I can tell I have everything set up and working. But there are two issues.
1) I have mod_lsapi installed but not enabled globally or per site. Yet it seems like its sort of working. The reason I think that is because phpinfo() reports it as FastCGI but having php_values in htaccess doesnt cause a 500 error. When I enable globally, phpinfo reports as LiteSpeed V6.10 however the configuration paths change from the ones alt-php uses. So its kind of confusing and I was hoping someone could shed some light on whats happening?
2) We have another server (well call it server 4) that I didnt set up. The server Im working on (server 5), is supposed to be set up identically... which I think Ive accomplished. To test I put the same site on both servers. The site on server 4 loads about 3 times faster than on server 5, but the specs on server 5 are way better. Also this is the only account on server 5. Im wondering if this is somehow related to issue 1?
The only differences between server 4 and 5 that I know for sure are:
- s4 has mariadb 5.5 and s5 has mariadb 10
Comment