about 1 year ago - No comments
If you have ever had the error message “Table ‘mysql.servers’ doesn’t exist” when you have tried to delete a database or a domain with a database attacked within plesk, error below (DB names masked out for security) then luckily there is an easy fix which does require you being able to SSH onto your server: More >
about 1 year ago - No comments
PHP comes pre-installed along with Plesk on a windows server, and by default, PHP only gets upgraded as new versions of Plesk are released. Unfortunately the release cycle of the Plesk Control Panel does not keep pace with that of PHP, so the result is that VPS / VDS Containers are often running versions of More >
about 1 year ago - 1 comment
If you want to manually upgrade the version of BIND running on your plesk windows server then follow the following steps: Check what version of bind you are currently running by going to the Components Management in plesk, you should see something like the following: Go to LINK and download desirable version of BIND for More >
about 1 year ago - 1 comment
PCI Scan – Plesk PHP easter egg issue If your PCI scan reports the following: Port: 8443 Synops is: The configuration of PHP on the remote host allows disclosure of sensitive information. Description: The PHP install on the remote server is configured in a way that allows discloure of potentially sensitive information to an attacker More >
about 2 years ago - No comments
For user who need to connect and access console session with Remote Desktop can use a switch when running Remote Desktop Connection Terminal Services client mstsc in order to force Remote Desktop to connect to console session of remote server. Microsoft have for some reason changed the was you do this in later operating systems More >
about 2 years ago - No comments
You may get the following error message Warning: Only 100 first unique e-mail addresses will be added. Since Plesk Control Panel version 8.4.0 you may configure maximum number of addresses that can be added to the Spamassassin While or Black lists through the control panel. It is variable psa.misc.spamfilter_max_addr_list_length in Plesk database, 100 addresses are More >
about 2 years ago - No comments
This took me a bit of time to work out but if you are trying to run a scheduled task in Plesk (Windows) that launches a .vbs file then you need to do the following: In Path to executable file you need to enter the path to csripts.exe, for example: c:\windows\system32\cscript.exe Then in Arguments you More >
about 2 years ago - 3 comments
PCI compliance Expect Header Cross-Site Scripting Vulnerability If you get the following warning in a PCI scan: Security warning found on port/service “pcsync-https (8443/tcp)” Plugin “Expect Header Cross-Site Scripting Vulnerability” Category “CGI abuses : XSS ” Priority “Medium Priority “Synopsis : The remote web server is vulnerable to a cross-site scripting attack. Description : The More >
about 2 years ago - No comments
When trying to access your domain, you are receiving a login prompt for a username and password. If you click ‘cancel’ on this prompt, you will receive the following HTTP error: HTTP Error 401.1 – Unauthorized: Access is denied due to invalid credentials. Internet Information Services (IIS) This indicates that the anonymous username and password More >
about 2 years ago - No comments
FTP ACCOUNTS SELECT account_id AS ‘ID’, login AS ‘USERNAME’, password AS ‘PASSWORD’, home AS ‘HOMEDIR’ FROM sys_users S, accounts A WHERE S.account_id = A.id; MAIL ACCOUNTS For all Domains SELECT account_id AS ‘ID’, mail_name AS ‘USERNAME’, password AS ‘PASSWORD’, postbox as ‘MAILBOX?’, name AS ‘DOMAIN’, redir_addr as REDIRECT FROM mail M, domains D, accounts A More >