Search results

  1. K

    How to Fix the Invalid Command SSLEngine?

    Nowadays SSL are a must for any website. But when you try to install the certificate, you may encounter the Invalid Command SSLEngine error. More specifically, it will surface when you create virtual host record for port 443. That’s when Apache wouldn’t start as intended and yield the following...
  2. K

    Plesk Subdomains Displaying Server Default Pages? Here’s What To Do

    When you create a new subdomain in Plesk server, you may notice it’s displaying the default server pages. The problem may persist even when you upload the files. Such default pages may also load in existing subdomains. It will look perplexing at first, but there’s nothing to worry about. You can...
  3. K

    Steps to create new website in WHM

    Login to WHM. Here click on Create a New Account under Account functions. Now enter your domain name and you will also get username according to your domain name. Also enter your desired password of you can also generate password. Enter your email address and then click on create.
  4. K

    Have your Plesk subscription got suspended? Unable to activate it?

    Whenever you get an error before that of course you would also get symptoms or warning. You might have ignored it unconsciously! We have a responsibility to highlight those symptoms while you couldn’t activate the suspended subscription in Plesk. 1. You couldn’t activate subscription or...
  5. K

    Do you get errors often in Plesk? Plesk access to the path is denied?

    Using the Plesk control panel, you can access the Windows server .aspx file. Or else when you try to take backup you may get an error saying Plesk access to the path is denied! You get this error only because the permission is set incorrectly to access the .aspx file. It is a very common thing...
  6. K

    Can’t Create Additional Domain or Subdomain in Plesk? Here’s the Solution

    In Plesk server, you can create as many domains or subdomains as you want, provided you have selected the right hosting plan for it. But when creating additional domains, you may come across errors. The error messages will look like the following: Error: skelmng failed: Access is denied...
  7. K

    Facing Error While Adding Domain in Plesk? Here’s an Easy Solution

    When you have purchased a hosting package that offers more than one domain names, you can add as many domains to the server as you want. But before that, you’d have to register the domain name. But when registering the domain name, many users have reported facing technical issues. The error...
  8. K

    Steps to add website in IIS windows

    You can follow below steps to add website in IIS; Login to Windows VPS. Click on Start >> Run >> type inetmgr. Click on “IIS Manager” and you will find connections pane. After that you have to right click on “Sites” and click on “Add Web Site”. You can add your website name which you want to...
  9. K

    Block particular IP address through IIS from accessing the website

    If you want to secure your website from accessing the particular IP address then you can do this in IIS Web Server. For that you can follow below steps: Login to your VPS server and open IIS Manager. Locate Administrative Tools >> Internet Information Services Manager You have to expand the...
  10. K

    Steps to add rDNS record in VPS server

    You have to contact your VPS server provider to create rDNS record. As you will need hostname (FQDN) and IP address for your server. Your record should be like this: mail.yourdomain.com ==> 23.54.1.0 // 23.54.1.0 IP address should be your VPS server. After adding the record, it will take 4-48...
  11. K

    Steps to increase PHP File Upload Size in windows

    You have to follow below steps: Login to VPS server as administrator. After that find php.ini file on C:\Program Files (x86)\PHP\v5.X location. In php.ini file you can search below line and edit the limit according to choice. ini_set('upload_max_size','10M'); After editing save php.ini file...
  12. K

    Synchronize Clock with Internet Time on Windows VPS

    As you noticed that sometimes your Windows VPS server time changed by few seconds or few minutes. It’s very small trouble but its better to use accurate time for your Windows VPS. Windows system has built-in time synchronization scheduler that help to automatic update your time. You can also...
  13. K

    How to Prevent Downtime when Migrating from cPanel to ISPConfig?

    cPanel and ISPConfig are two popular control panel software. People often switch to one or the other. But it leads to downtime. That’s because the website directory structure for cPanel is different from ISPConfig. So it takes time to covert the structure when making the switch. What are the...
  14. K

    Open files in MysqlErrcode 24

    You will be seeing this error message in the error log of mysql: Error: SQLSTATE[HY000]: General error: 23 Out of resources when opening file ‘/tmp/#***.MYD’ (Errcode: 24 – Too many open files) [ERROR] /usr/sbin/mysqld: Can’t open file: ‘./usr_web587_1/etqvi_languages.frm’ (errno: 24 – Too many...
  15. K

    How to change MySQL/MariaDB innodb_log_file_size value?

    You might be a long way to find innodb_log_file_size values in MySQL/MariaDB. For Linux users: Step 1: Use SSH to get connect Plesk server Step 2: Now stop the service of MySQL and choose the command by selecting the version MySQL or OS: # servicemariadb stop # servicemysql stop Step 3: Use...
  16. K

    Maximum number of SIMULTANEOUSLY RDP connections in Windows VPS

    Maximum number of SIMULTANEOUSLY RDP connections in Windows VPS Normally you are allowed to make 2 simultaneous RDP connections in Windows VPS. For more simultaneous connections you can contact your hosting provider.
  17. K

    Error “Unauthorized You do not have permission to view this directory or page”

    Error message: HTTP Error 401.3 - Unauthorized You do not have permission to view this directory or page because of the access control list (ACL) configuration or encryption settings for this resource on the Web server. Solution: The main reason of this error is users did not have read...
  18. K

    Error “Websites with URL Rewrite do not work in Windows VPS”

    If we are getting error “Websites with URL Rewrite do not work in Windows VPS”, but if Rewrite rules are not working for your website then you can resolve this error by changing the Application pool to “Integrated mode”. You can change application pool with below steps: First login to your...
  19. K

    Error “Operation must use an updateable query." for ASP pages

    If you are getting error “Operation must use an updateable query” then its main reason is incorrect permissions. If you want to see the complete error message, you can check: Error message Getting the error Microsoft JET Database Engine error '80004005' Operation must use an updateable query...
  20. K

    Resolve ASP session timeout value before session timeout value in IIS

    Sometimes we are getting issue of session timeout before session timeout value. To resolve this issue we can enable 32 Bit applications from IIS. You can follow below steps: Login to your server Click on IIS Manager. Here you can find the particular application pool which is used by your...
Top