Manoa Ratefiarison
- Total activity 84
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 2
- Subscriptions 22
Posts
Recent activity by Manoa Ratefiarison-
Exclude domain name from DNS cluster sync
Good morning, We currently achieve some account migrations between servers. All accounts in all servers uses the same cPanel DNSOnly servers as nameservers. We use pkgacct and restorepkg to transfe...
-
Something quick than whmapi1 modifyacct to update contact email
Good morning, I'm looking something better than WHMAPI1 in the CLI to update an user's contact email. Currently, with the command "whmapi1 modifyacct user=XXXXXX contactemail=XXXX@XXXX.com", it ta...
-
Moving /home to new disk
Hello, I've just added a new disk on my server and wish to transfer /home to this new disk. I've made rsync first but now, between the end of the rsync and old disk unmount/new disk mount, I can h...
-
Variables within Apache includes
Good morning, I'm looking if there are ways to get informations such as DocumentRoot, Port, ServerName, ... within the
-
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...