HSN-Saman

  • Total activity 23
  • Last activity
  • Member since
  • Following 0 users
  • Followed by 0 users
  • Votes 0
  • Subscriptions 11

Comments

Recent activity by HSN-Saman Recent activity Votes
  • You'd better set two or more monitoring sensors with pingdom on different things like ICMP, HTTP, etc - if all of them are showing to be down at once it could be your server' network issues that yo...

  • FCGI and SuPHP are both great, I'd use SuPHP when security is a concern and FCGI when needs to run few websites on a server as it's faster and use less resources . Opcode cache is useful to reduce ...

  • [quote="smartshovon, post: 1522142">cPanelMichael if i do it then it possible? yum install perl-CGI First you'd need to make sure that it's not included in the "exclude=" in yum.conf, if it is t...

  • Hi, Seems like you need Perl-CGI to make use of "Update System Software" feature, you can install it with the following command in SSH : [QUOTE]yum install perl-CGI And run the following for upd...

  • If you're the website owner and don't have root access the best you can do is contacting your webhosting company to resolve the issue but if you have root access you may submit a ticket to cPanel f...

  • ConfigServer Mail Queue (CMQ) is also a good tool to manage mail queues in cPanel with a great simple GUI. [url=http://www.configserver.com/cp/cmq.html]ConfigServer Mail Queues

  • [QUOTE]Line 49 would be require_once "../php/Mail.php"; It can't find the php/Mail.php file, but is there... You may check the permission and owner of those file that are not accessible by your ap...

  • I'd always go with HW Raid in term of more reliability and performance, it would be the best if you have BBU on your raid card. Configuring software raid is not hard and you can configure it durin...

  • Hi, Each host set this configuration individually and there is nothing as a norm in the industry for this . What is your processor and how much memory do you have on this server ? The limitations ...

  • I haven't been using the safe_mod function since years ago, If your kernel is patched and users are in jail and also PHP/Apache is hardened there wouldn't be any security issue because safe_mod is ...