Files that begin with a . (dot) are technically hidden and don't show up in FTP clients such as FileZilla. To get get .htaccess files to show up alone with other hidden files add the following to the <Global> sections:
ListOptions "-la"
Files that begin with a . (dot) are technically hidden and don't show up in FTP clients such as FileZilla. To get get .htaccess files to show up alone with other hidden files add the following to the <Global> sections:
ListOptions "-la"
To get a list of uid's and passwords for web users run the following query:
SELECT su.login AS "Web User", a.password AS "Password" FROM web_users AS wu JOIN sys_users AS su ON wu.sys_user_id = su.id JOIN accounts AS a ON su.account_id = a.id JOIN domains AS d ON wu.dom_id = d.id WHERE d.name="domain.tld"
Plesk states that the domain's alloted disk space is unlimited by when attempting to upload files, an error is thrown stating the quota has been reached.
The best way to think about the Observer Design pattern is to think of it as "You are observing something. When what you are watching does something, you react to it." This is also sometimes called a publish-subscribe relationship. The comments in the story help put what's going on in perspective. The interfaces aren't necessary.
When Plesk is installed, a self-signed SSL certificate is generated which will expire in a year is generated and used for when you access the Plesk control panel. This is all fine and dandy. However, when people go to example.com:8443 they will receive a warning message about the certificate.
Using www.example.com we want to access Plesk and have a certificate that has been signed by a trusted authority.
If you can't remember what password you used to login into your modx site and got locked out, you don't need to wait until the system unblocks you from any further attempts.
# /usr/local/psa/bin/pleskbackup clients paulusworldadmin /path/to/backup
Client wants to have Webform send out a confirmation email to the user who fills out a form.
This HowTo/Tutorial assumes the following you have:
The following is requred:
There's been times that I forget to log off my computer at work. I do have the ability to VPN into the office and ssh into my box. From there I can log myself out:
Find out which terminal I forgot to log myself out of:
# who
Kill the terminal I'm logged in at, if I am logged in at pts/0, then I would issue the following command: