Augusto Will
- Total activity 52
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 12
Posts
Recent activity by Augusto Will-
How can I configure SpamAssasin to move spam to spam folder without change the subject with ****SPAM
Hello, :) Can I configure SpamAssassin to move spam messages to spam folder without put the beautiful ********SPAM******* in the message subject? Changing only the header of the message like X-Spa...
-
MariaDB 10.0 high cpu usage.
I need help to optimize and speed up my MariaDB. The service is using too much cpu (100% of all cores). I have an AMD Octacore (AMD Opteron Processor 3280) with 32Gb memory. My my.cnf is untouch...
-
Where cpanel stores the list of domains/subdomins/add-on domains?
I need to create a script to rebuid some configurations of clients. Where is the better file to read to get user webroot, username and domains/subdomains, add-on domains etc.? Thank you.
-
Disable cgi scripts even using fcgi as php handler.
Is possible to disable cgi scripts if I'm using fastcgi as php handler? How I do that? Thank you.
-
Hook to add addon domain.
I need to run a php script when user creates an addon domain in cpanel. If I use Api2::AddonDomain::addaddondomain, the script is called when a user go to cpanel and creates a new addon domain? Or ...
-
Securing cPanel Powered Server
How much secure is a server with CentOs - cPanel installed? After some configuration in Panel following the tutorials and csf install. This is relatively safe? Or the server need all the extensiv...
-
Security of /tmp /var/tmp /usr/tmpDSK
In order to protect the tmp dir, I added this line on /etc/fstab tmpfs /dev/shm tmpfs defaults,nodev,nosuid,noexec 0 0 /dev/hd2/tmp /tmp ...