Sarath September 9, 2013 0

Extend Xen Disk Space

Xen VMs use lvms and extending disk space from SolusVM control panel may not work properly. So, we will need to extend the lvm manually. Shutdown VM from SolusVM control…

Sarath September 9, 2013 0

phpinfo() has been disabled

If you get the message while browsing php info page, it means that phpinfo function is disabled. To resolve this you will have to : Remove phpinfo from disable_functions in…

Sarath September 7, 2013 0

Change SolusVM admin password

If you forget or lose your SolusVM Admin password, you can change it using SolusVM php script. Log into SolusVM master server via SSH. Then you can reset the admin…

Sarath September 7, 2013 0

Enable MySQL slow query log

The slow query log consists of SQL statements that took more than long_query_time seconds to execute and required at least min_examined_row_limit rows to be examined. It is very helpful in…

Sarath September 7, 2013 0

Iptables problems on VPSes

You might have come across issues with csf on VPSes. CSF requires at least these iptables modules to work properly : ip_tablesipt_stateipt_multiportiptable_filteript_limitipt_LOGipt_REJECTipt_conntrackip_conntrackip_conntrack_ftpiptable_mangle Other modules for additional functionality:ipt_owneript_recentiptable_natipt_REDIRECT You can check…