Home » Contents of the "Cloud Servers" Category

Subcategories

Sort by:

MySQL table marked as crashed and should be repaired

If you are getting the following error message: Table ‘jos151_session’ is marked as crashed and should be repaired this means mysql service was terminated while this particular table was open to write some data into it. After mysql start/restart some data is in inconsistent state. To fix the problem you need to log into mysql, …

‘USER not exists’ on domain list page

Category: ISPManager

If ISPManager shows the following error on domain list page: ERROR Exception 3: ‘user’ not exists. This means VirtualHost without userhome exists in Apache configuration, for example: < VirtualHost 109.123.102.196:80 >   DocumentRoot /var/www/ < / VirtualHost > In order to fix this just remove such VirtualHost and restart ISPManager.

How to disable open_basedir for one website

Category: ISPManager

First of all be aware that it’s not secure to disable open_basedir, however some applications really require this to be turned off. Here are steps to disable open_basedir for a single website: 1. Open apache config file (/etc/apache2/apache2.conf on Debian/Ubuntu , or /etc/httpd/conf/httpd.conf on CentOS) 2. Find VirtualHost for a domain name 3. Remove existing value …

Free memory on Linux-based VPS

Category: Cloud Servers

Let’s have a closer look at the output of ‘top’ command. Usually it looks like this: Mem:   1155072k total,   981032k used,   174040k free,    40396k buffers Most people think that in this case we have 981032k used memory, and only 174040k free . But that’s not correct, this is global misunderstanding of memory stats and ways …

Accessing Windows

Category: Cloud Servers

If you have purchased a Windows VPS there are two ways you can access it Firstly you can use the inbuilt console feature from http://control.vps.net although this is quite slow and should only be used for console access. The preferred way is to use the Microsoft Remote Desktop Client If you are using a Windows based …