• Our team is looking to connect with folks who use email services provided by Plesk, or a premium service. If you'd like to be part of the discovery process and share your experiences, we invite you to complete this short screening survey. If your responses match the persona we are looking for, you'll receive a link to schedule a call at your convenience. We look forward to hearing from you!
  • We are looking for U.S.-based freelancer or agency working with SEO or WordPress for a quick 30-min interviews to gather feedback on XOVI, a successful German SEO tool we’re looking to launch in the U.S.
    If you qualify and participate, you’ll receive a $30 Amazon gift card as a thank-you. Please apply here. Thanks for helping shape a better SEO product for agencies!
  • The BIND DNS server has already been deprecated and removed from Plesk for Windows.
    If a Plesk for Windows server is still using BIND, the upgrade to Plesk Obsidian 18.0.70 will be unavailable until the administrator switches the DNS server to Microsoft DNS. We strongly recommend transitioning to Microsoft DNS within the next 6 weeks, before the Plesk 18.0.70 release.
  • The Horde component is removed from Plesk Installer. We recommend switching to another webmail software supported in Plesk.

Search results

  1. virtubox

    Resolved force TLSv1.2 only and Ciphers for specific Domains possible?!

    Hello, Even on the same IP, directives ssl_protocols and ssl_ciphers can be different for each Nginx vhost.
  2. virtubox

    Question Let's encyrpt and webmail

    Hello, by default Plesk provide access to the webmail on webmail.domain.tld. But you can setup a webmail application on the subdomain of your choice (Rainloop is a nice alternative to roundcube) and use a wildcard cert or issue another certificate for this subdomain (like mail.yourdomain.tld).
  3. virtubox

    Resolved Which is the best Antivirus for Plesk with a minimal impact on server resources

    Hello, about freshclam, try to do : /etc/init.d/clamav-freshclam stop freshclam /etc/init.d/clamav-freshclam start To scan your emails, run clamscan on the directory /var/qmail
  4. virtubox

    MAJOR FLAW (HDD FULL)

    This is the default disk partitionning on all OVH servers ...
  5. virtubox

    Resolved Which is the best Antivirus for Plesk with a minimal impact on server resources

    Hello, have you tried the extension revisium Antivirus published by Plesk ? It provide a free antivirus to scan your websites and you can manage it from the Plesk interface. However, all antivirus will use your server resources during files processing, you can only limit resources usage. But...
  6. virtubox

    Resolved /usr/bin/kcarectl --auto-update

    Hello, you just have to remove the kernelcare extension probably installed in Plesk.
  7. virtubox

    MAJOR FLAW (HDD FULL)

    Hello @dj ramc, with Plesk running on your server, I do not recommand you to make changes on a software RAID. The easiest is probably to copy all your data on the backup storage available with your server and to reinstall it with a proper partition schema. Regards,
  8. virtubox

    Input Bash script to compile Nginx from source with additional modules on Plesk Onyx

    In this case just make sure the line "load_module nginx/modules/ngx_http_passenger_module.so;" is commented with a "#" at the beginning. Make sure Nginx is stopped, enable the systemd service and try to start it. service nginx stop systemctl enable nginx.service service nginx start
  9. virtubox

    Input Bash script to compile Nginx from source with additional modules on Plesk Onyx

    Hello, Do you use Nginx passenger module to run applications on your server ? If not you can safely comment the content of /etc/nginx/modules.conf.d/phusion-passenger.conf. But if you need passenger module you have to download the module and to override the list of third-party modules compiled...
  10. virtubox

    Resolved Separated MySQL instances per domain?

    Hello, It would probably be easier to use Docker to run several MySQL server instance on the same host.
  11. virtubox

    Input How to setup redis and use it as object-cache backend for WordPress

    Hello, Nginx-ee build include nginx_http_redis & redis2-nginx modules, so it's possible to use redis directly with Nginx instead of fastcgi_cache. Inside a standard nginx vhost (without plesk) it will look like : server { - - - location /redis-fetch { internal ; set...
  12. virtubox

    Issue Scheduled Tasks: cron job (mysqldump) creates an empty file

    Hello, Have you tried without gzip ? And you can use the variable MYSQL_PWD to not display a password in cronjob : MYSQL_PWD=$(cat /etc/psa/.psa.shadow) mysqldump -uadmin --single-transaction yourdatabase | gzip > /var/lib/backup-$(date +"%d-%m-%Y").gz
  13. virtubox

    Resolved Open Plesk Onyx on an additional port?

    This feature is available on testing release since v17.9.5, it only require to run the following command : plesk bin admin --enable-access-domain
  14. virtubox

    Question Updating mariadb password

    Hello @Dukemaster you can try to use : MYSQL_PWD=$(cat /etc/psa/.psa.shadow) mysql -uadmin
  15. virtubox

    Question MemCached Centos

    This guide describe how to install memcached server as well as memcached php extension, memcached should be fully operational after those steps
  16. virtubox

    Question Redis installation routine

    Hello @bulent, Performance should be very similar between redis on docker and redis installed from packages. Regarding security, it require to enable the firewall to block external access on the port exposed for redis, because even with a password protection, redis is still easy to bruteforce...
  17. virtubox

    Question Redis installation routine

    Hello @Dukemaster, on Ubuntu LTS, I recommand you to install Redis from PPA if you do not want to have to compile redis-server each time there is a new release available. chris-lea PPA provide the the latest redis-server release and regular updates (for few years now). But to answer to your...
  18. virtubox

    Question Recompile or update openssl for tls1.3

    Hello @Dukemaster, my script is working on Ubuntu 16.04 & 18.04 LTS, and with Plesk from v17.5.3 to v17.9.6. About Redis, on Ubuntu 18.04 LTS, you can install the latest redis-server release from chris-lea PPA : sudo add-apt-repository ppa:chris-lea/redis-server sudo apt-get update sudo...
  19. virtubox

    Question Recompile or update openssl for tls1.3

    Hello @Dukemaster, 1) in fact, you do not need to install openssl 1.1.1 to be able to compile nginx with TLS v1.3 support. On all my servers, I only compile Nginx with the latest openssl release, but I do not upgrade openssl package installed from APT repository. 2) but to get TLS v1.3 working...
  20. virtubox

    Question Wordpress and directory permissions

    Hello @jms123, this is not related to apache user/group, because each subscription use his own php-fpm pool with Plesk (with subscription-user:psacln) and not apache mod_php. Apache2 user:group is www-data:www-data, but apache is able to access to your site files because httpdocs folder group...
Back
Top