Manoa R.
37U freelance system administrator.
- Total activity 85
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 2
- Subscriptions 22
Posts
Recent activity by Manoa R.-
ModPageSpeed errors not shown within cPanel interface
Good morning, I have installed and installed ModPageSpeed in EasyApache4 on my cPanel servers. Not the problem is that mod_pagespeed errors are not visible by clients. They are correctly logged i...
-
Email account got Sending Outgoing Email suspended automatically
Good morning, I have issue with one email account in my server. The radio button "Sending Outgoing Email" is constantly moving automatically into "Suspend" under cPanel > Email accounts. I don't s...
-
No PostCSS Config found ONLY with CloudLinux NodeJS Selector
Good morning, I have issue installing the following JS app:
-
Avoid Exim logging exim -bpc
Hello, I'm using exim -bpc commands to plot a graph in collectd for monitoring stuffs. At this time, each exim -bpc command launched involves a log entry. Having this running multiple times per se...
-
Disable ModSecurity on default vhost
Good morning, I need to serve something on my default vhost (the vhost who serves /var/www/html). How to disable ModSecurity in this area? .htaccess disabling not working ( SecFilterEngine Off)
-
problem fetching the env variable containing the path to the socket
Good morning, I'm building a cPanel plugin. On my /usr/local/cpanel/base/frontend/paper_lantern/myplugin/index.php, I've put following code: [CODE=php]header("Mail Abuse"); ?> footer(); $cpan...
-
Wrong SpamAssassin score on outgoing emails
Good morning, It seems that I have issue with SpamAssassin. I found some people sending spams/phishing emails using my server. I checked and they are compromised websites. I'll fix these websites/...
-
Detect if cPanel has updates
Good morning, I'm writting a BASH script to perform automatic periodic server maintenance. Is there a way to detect automatically if cPanel has new available updates? Thanks in advance.
-
Translating custom cPanel plugin
Good morning, I'm looking to make my own custom cPanel plugin available in multiple languages. I've seen that cPanel already have a locale/language selection system. So: 1. How to get the current...
-
Using WHM API inside plugin
Good morning, How to use WHM API inside WHM plugin? I see the LiveAPI System but it seems only for cPanel API, not WHM API. Note that my plugin is written in PHP. I already looked on documentatio...