WF AQ

Knowledge base

7 Ottobre 2020
di admin@admin
Commenti disabilitati su Installazione di Redis in Plesk Obsidian PHP 7.4

Installazione di Redis in Plesk Obsidian PHP 7.4

How to install Redis server using yum command yum install epel-release yum install redis -y systemctl start redis.service systemctl enable redis   N.B.: verificare se è presente l’estensione redis in Tools & Settings > PHP Settings > *any PHP 7.4 … Continua a leggere

28 Maggio 2020
di admin@admin
Commenti disabilitati su Setting e-mail account only in SSL

Setting e-mail account only in SSL

To set up an account with secure connection to the mail server in an email client, follow these steps: Make sure a valid SSL certificate is assigned to the mail server in Plesk at Tools & Settings > SSL/TLS Certificates and domain’s name in the … Continua a leggere

1 Marzo 2019
di admin@admin
Commenti disabilitati su Problemi di ricezione da client con protocolli TLS vecci (tipo 1). warning: TLS library problem: 24397:error:140760FC:SSL routines:SSL23_GET_CLIENT_HELLO:unknown protocol:s23_srvr.c

Problemi di ricezione da client con protocolli TLS vecci (tipo 1). warning: TLS library problem: 24397:error:140760FC:SSL routines:SSL23_GET_CLIENT_HELLO:unknown protocol:s23_srvr.c

Unable to connect to a mail server via an email client: TLS handshaking: SSL_accept() failed Applicable to: Plesk for Linux Symptoms When connecting to a mail server over SSL via an email client (e.g. Outlook), connection fails. One of the … Continua a leggere

22 Gennaio 2019
di admin@admin
Commenti disabilitati su Gmail postfix “certificate verification failed”

Gmail postfix “certificate verification failed”

Symptoms Outgoing mail delivery to Gmail (or other servers which has SSL enabled and configured with valid certificate) accounts fails with error in /usr/local/psa/var/log/maillog : from=<local@example.com>, size=666, nrcpt=1 (queue active) certificate verification failed for gmail-smtp-in.l.google.com: untrusted issuer /C=US/O=Equifax/OU=Equifax Secure Certificate Authority F01C9680292: … Continua a leggere

15 Gennaio 2019
di admin@admin
Commenti disabilitati su HOW TO UNCOVER MALICIOUS CODE/MALWARE FILES

HOW TO UNCOVER MALICIOUS CODE/MALWARE FILES

Fonte: https://mediatemple.net/community/products/dv/204405434/how-to-uncover-malicious-code-malware-files _______________________________________________ OVERVIEW An unfortunate side-effect of being online is the fact that you are continually being probed for weaknesses by ne’er do wells. Be it your computer, your internet provider, or your website, someone is almost always trying to … Continua a leggere

6 Dicembre 2018
di admin@admin
Commenti disabilitati su How to enable gzip compression for nginx on Plesk server

How to enable gzip compression for nginx on Plesk server

Connect to the server using SSH. Create a text file using the following command: # touch /etc/nginx/conf.d/gzip.conf Open the file in any text editor, for example, using vi: # vi /etc/nginx/conf.d/gzip.conf Insert the following content in it: gzip on; gzip_disable … Continua a leggere

6 Settembre 2018
di admin@admin
Commenti disabilitati su Linux grep command

Linux grep command

The grep command syntax The syntax is as follows: grep ‘word’ filename grep ‘word’ file1 file2 file3 grep ‘string1 string2’ filename cat otherfile | grep ‘something’ command | grep ‘something’ command option1 | grep ‘data’ grep –color ‘data’ fileName How … Continua a leggere

10 Luglio 2018
di admin@admin
Commenti disabilitati su Upgrade Mysql da 5.1 a 5.5 e quindi da 5.5 a 5.6/5.7 o MariaDB 5.5 to 10.0/10.1/10.2 in Plesk Linux

Upgrade Mysql da 5.1 a 5.5 e quindi da 5.5 a 5.6/5.7 o MariaDB 5.5 to 10.0/10.1/10.2 in Plesk Linux

N.B.: l’upgrade diretto da 5.1 a 5.6/5.7 può danneggiare il sistema. Procedere quindi prima con l’upgrade da 5.1 a 5.5 e successivamente a 5.6/5.7  Versioni supportate: Plesk Onyx for Linux: MySQL 5.1–5.7 MySQL community edition 5.5, 5.6, 5.7   How … Continua a leggere