• If you are still using CentOS 7.9, it's time to convert to Alma 8 with the free centos2alma tool by Plesk or Plesk Migrator. Please let us know your experiences or concerns in this thread:
    CentOS2Alma discussion

Search results

  1. 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!
  2. 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
  3. 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...
  4. 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...
  5. 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...
  6. 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.
  7. 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...
  8. 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...
  9. 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...
  10. 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!!
  11. 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...
  12. 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.
  13. Patrick Dankers

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

    Still works wonderful :) thanks for this!
  14. 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...
  15. 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...
  16. Patrick Dankers

    Plesk 12.0.18 . 12

    Also just noted; [root@srv pdtemp]# rpm -q psa-phpmyadmin psa-phpmyadmin-4.4.9-cos6.build1200150615.10.noarch psa-phpmyadmin-4.4.9-cos6.build1205150819.14.noarch [root@srv pdtemp]# rpm -q psa-phppgadmin psa-phppgadmin-5.1-cos6.build1200140423.18.noarch...
  17. Patrick Dankers

    Plesk 12.0.18 . 12

    Hi there, I am trying to update my current Plesk 12.0.18 to 12.5 but I keep running into issues sadly when trying to do so using the autoinstaller. Normally I am able to work it out but sadly this case that is not the case. The error thrown by the autoinstaller is; ----- Running...
Back
Top