maxo-tt
- Total activity 16
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 5
Posts
Recent activity by maxo-tt-
4.92.3 exim update
Hello, as its said here Exim 4.92.3 security release [LWN.net] All versions from (and including) 4.92 up to (and including) 4.92.2 are vulnerable. i got 4.92 [root@ ~]# exim --version |head -1 E...
-
php to delete account? killacct
hello, i was using this code for years $script = "http://{$whm_user}:{$whm_pass}@{$whm_host}:2086/scripts/killacct"; $params = "?user={$username}"; $result = file_get_contents($script.$par...
-
where's apxs?
Hello guys, i need to install mod_slowloris thats not in easyapache 4, so i need apxs. i cant find apxs nowhere. why its missed? centos 7 WHM 60.0 (build 32)
-
forward to another host
hey guys, i need to make such thing, if i send mail to another local mail, on a same domain, and the account not found, i need to redirect the mail to another server. for example i send mail fro...
-
maybe NSCD high usage?
hey guys, i just noticed that NSCD service has more CPU usage than most of my websites with lots of visitors... maybe it needs some configuration? i have everything default. (my goal is to reduce ...
-
htaccess allow/deny not works
hello, on my cpanel server ip deny not works via htaccess my .htaccess looks like this. but everyone can visit the website :/ RewriteEngine on order deny,allow deny from all allow from 1.2.3.4 ...