• 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. Patrick Dankers

    Question WP Guardian Single Site

    Ok small update from my end, tried the trial of WPGuardian.io which results in this; --------------------------------------- ERROR: You are trying to connect a server with Plesk (installed in /usr/local/psa) to WP Guardian. WordPress sites hosted on Plesk servers are already protected by WP...
  2. Patrick Dankers

    Question WP Guardian Single Site

    Ok let me try and make it clear from an enduser viewpoint; Yes what you note is true, the add on adds; Vulnerability Protection, Smart Updates and Smart PHP Updates. But not for my situation as I am using the single license version add-on. Single-site WP Guardian addon does not include other...
  3. Patrick Dankers

    Question WP Guardian Single Site

    Hi Kaspar :) First of, thanks for the reply much appreciated. Also good to hear that something of an overview is coming ... somewhere down the line. (I get giving an ETA is hard) But Effective WordPress Security for Hosting - WPGuardian is noting a full on dashboard in the promotional...
  4. Patrick Dankers

    Question WP Guardian Single Site

    Hi guys, Yesterday I activated the single site version of Vulnerability Protection for one of my domains to see what merit it offers., But where/how can I tell if it s doing anything at all? On the WP Guardian website they seem to have an interface but can we access something similiar or? If...
  5. Patrick Dankers

    Securing the WordPress Frontier with WP Guardian

    Hi guys, I activated the single site version of Vulnerability Protection, but where/how can I tell if it s doing anything at all? If this works out I might look into using it more. Hope to hear from you. Best regards Patrick Dankers
  6. Patrick Dankers

    Resolved http/3 supported by plesk?

    Yeah, im quite stubborn when it comes to that ;) But rubber ducking always helps to some degree, so once again thanks for that!
  7. Patrick Dankers

    Resolved http/3 supported by plesk?

    Quick sidenote that might also help some people. We should probably make the iptables rules persistent; yum install iptables-services And save the current setup rules; iptables-save > /etc/sysconfig/iptables If you have ipv6 rules as well ip6tables-save > /etc/sysconfig/ip6tables
  8. Patrick Dankers

    Resolved http/3 supported by plesk?

    My lord I solved it. Let's track back what happened. [root@srvtrans-p24 jottentransip.nl]# nc -vuzw 3 foodontour.nl 443 Ncat: Version 7.92 ( https://nmap.org/ncat ) Ncat: Connected to 93.119.2.12:443. Ncat: UDP packet sent successfully Ncat: 1 bytes sent, 0 bytes received in 2.01 seconds...
  9. Patrick Dankers

    Resolved http/3 supported by plesk?

    Thanks again :) Always good to bounce ideas around with someone Yeah the above server is merely a test server, so no worries, I picked that one for a reason. Main thing is we have well a bunch of servers I plan on setting this up later on once it is clear what is holding us back in getting...
  10. Patrick Dankers

    Resolved http/3 supported by plesk?

    Thanks for sharing, yeah I am assuming something of a config issue. The big question being as to where as I tried, Pure Nginx, Nginx as reverse proxy, dedicated fpm, normal nginx fpm. I did some more attempts; with Plesk [root@srvtrans-p24 jottentransip.nl]# sudo firewall-cmd --permanent...
  11. Patrick Dankers

    Resolved http/3 supported by plesk?

    Ok, UDP is connectionless so ok it makes some sense. So the Alt SVC header is now there, But why would the protocol still be H2 instead of H3 in dev console? Am I overlooking something? I tried multiple browsers which serve other website with h3 just fine.
  12. Patrick Dankers

    Resolved http/3 supported by plesk?

    Not sure what is going on now; patrickd@Patricks-MacBook-Pro output % /opt/homebrew/opt/curl/bin/curl -vDI https://foodontour.nl/ --http3-only * Host foodontour.nl:443 was resolved. * IPv6: (none) * IPv4: 93.119.2.12 * Trying 93.119.2.12:443... * connection closed by idle timeout * connect...
  13. Patrick Dankers

    Resolved http/3 supported by plesk?

    Ok I do see what you mean, but I have openend up the ports; Using the Plesk firewall extension, manually using iptables; [root@srvtrans-p24 pdtemp]# iptables -S -P INPUT ACCEPT -P FORWARD ACCEPT -P OUTPUT ACCEPT -N f2b-ssh -A INPUT -p tcp -m tcp --dport 22 -j f2b-ssh -A INPUT -p tcp -m tcp...
  14. Patrick Dankers

    Resolved http/3 supported by plesk?

    Following this as while I can run the command just fine, for each and every website im still seeing it being served by HTTP2. I also followed the above sequence, but to no avail. Having HTTP3 not show up on multiple servers. in which locally and at host the needed ports have been made open for...
  15. Patrick Dankers

    Varnish for WordPress in a Docker container in Plesk Onyx

    Hi Alawson, thanks for your reply. I eventually got it working with a specific plugin but had to change the default logic from purge to ban for some unclear reason. Stil thans for taking the time to give me a reply, very much appreciated!!
  16. Patrick Dankers

    Question Varnish Docker - Purging

    Ok let me answer some of my own 'stupid' ideas/questions; - Even though we are using Varnish throught Docker the Purge request can be done just fine on the basic port 80. Because Varnish is listening on that it will now that a PURGE request will need a specific way of handeling - After some...
  17. Patrick Dankers

    Varnish for WordPress in a Docker container in Plesk Onyx

    Wonderful piece really, but I would love to see some feedback in regard to purging / banning cache with this. Reason is because I have tried a lot but cant find a way to do this correctly.
  18. Patrick Dankers

    Resolved How to globally disable X-Powered-By:PleskLin

    Still works wonderful :) thanks for this!
  19. Patrick Dankers

    Question Varnish Docker - Purging

    As an update; I am able to get the response using Curl just fine, as in; [root@srv pdtemp]# curl -XBAN http://url.extension:port/ <!DOCTYPE html> <html> <head> <title>200 Ban added</title> </head> <body> <h1>Error 200 Ban added</h1> <p>Ban added</p> <h3>Guru...
  20. Patrick Dankers

    Question Varnish Docker - Purging

    Hi all, Just want to get back on Varnish HTTP Cache plugin for Wordpress in a Docker container Which is a great explanation of how to get things setup for use of Varnish though Docker in Plesk and make it work with Wordpress. I have it now working well on mulitple projects (multiple varnish...
Back
Top