24x7ss
- Total activity 511
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 243
Comments
Recent activity by 24x7ss-
Hello, Did you mean scanners like sucuri ?
-
Hi, You won't be able to install it using cPanel script as it is not supported by cPanel. As you have installed it manually, it won't show up in WHM as well. Either you need to use default version...
-
Hello, You will need to chroot the / partition to see the correct ownerships. Once you mount the / partition, you can do following. I am assuming sda1 is your root partition mount /dev/sda1 /mnt ...
-
As per the error it seems that you are having Openvz VPS and quota is not enabled for that. I will suggest you to connect your VPS provider and ask him to enable quota settings for VPS.
-
Hello, What exact issue are you facing with quota ? Did you try running below command: /scripts/fixquotas
-
Go with Default >> Customize Profile >> Choose Apache version >> Next >> Choose PHP version >> Next >> Select modules you want to install >> Save and Build. It will take time depending upon server...
-
Hello, You can upgrade php/apache on server using below script: /scripts/easyapache Once you run above command, you will be prompted to select version for apache/php, apache modules/php modules,...
-
Hello, I see you have used high memory for memcached. Are you sure you can allocate that much memory to memcached daemon ? Also, you have used nobody user to execute processes which is not recomma...
-
Ok, Thanks for the update. We are glad that your issue gets fixed :)
-
Hello, I forgot to mention the .(dot) for Sent folder. Use below syntax: rm -rf /home/{username}/mail/{domain.com}/{mailusername}/.sent/* Further, r means recursive and f means forcefully.