shojib
- Total activity 41
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 12
Comments
Recent activity by shojib-
Hi, I am sorry, but it was the varnish cache service, not the mod_bandwidth, anyway fixed it myself. Thank you guys for this great help . Shahriar
-
I am sorry, the main issue was the PHP handler, I didn't knew that suphp doesn't works with ruid2, that's why changed the handler to DSO and everything's fixed. Cheers, Shahriar
-
[quote="es2alna, post: 1610011">To all people that will come from search engines, Here is the fix for your first problem, just execute this command: chmod +s /opt/suphp/sbin/suphp About the wordpr...
-
I am sorry, but I have reinstalled my OS and configured Cpanel again, ant it's running smooth, but facing problems with wordpress admin panel
-
Hi , I am shahriar shojib, beginner linux server administration learner :)
-
The Server was from OVH and installed the centos from their control panel, they offer to use latest kernel 4.** via their netboot, but I prefer the centos kernel, so I disabled that option.
-
It was centos7 latest
-
It was not part of any image, I installed it by following this documentation: Installation Guide - Version 70 Documentation - cPanel Documentation I will remove the file now.
-
@cPanelMichael [root@server1 ~]# grep '' /etc/redhat-release /usr/local/cpanel/version /var/cpanel/envtype /etc/redhat-release:CentOS Linux release 7.5.1804 (Core) /usr/local/cpanel/version:11.70.0...
-
Try installing opcache with this command: yum install ea-php56-php-opcache ea-php70-php-opcache Opcache can help you reduce overall PHP cpu usage if you are running your site under php-fpm. Additi...