• 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 for query: "PleskLin"

  1. R

    Resolved upstream timed out (110: Connection timed out) while connecting to upstream

    Just fired `/usr/local/psa/admin/sbin/nginxmng --disable` and TTFB byte is 16 seconds for a basic WordPress page About the company. Things were faster on shared hosting before.
  2. E

    Issue Can not change mod_headers

    Thank you Peter. It was un example. None of the mod_headers appears.. . I've desactivated xPoweredByHeader. x-powered-by: PleskLin disapear. But for example, i've in the .htaccess: Header append Cache-Control "public" for html files. But in the header for cache-control "public" doesn't...
  3. E

    Issue Can not change mod_headers

    Hi all, I've an .htacces from a wordpress website with mod_headers instructions. But they don't seem to be used/read... Example: <IfModule mod_alias.c> <FilesMatch "\.(html|htm|rtf|rtx|txt|xsd)$"> <IfModule mod_headers.c> Header set X-Powered-By "WP Rocket/3.11" </IfModule> </FilesMatch>...
  4. R

    Issue my subdomain is redirecting to the plesk index

    We see exactly the same behavior. Sometimes our Subdomains work and on some requests they result in a 307 redirect to another domain. Interesting thing is it's not the Plesk Server Domain itself, but the one it redirects to. But the redirect seems to be resolved internally. Example: -...
  5. M

    Resolved No return or error displayed with phpinfo()

    Hi, I did a website migration from an old Magento 1.8 (used as POS and ERP and online selling). The old server was : New server is : Migration went quite allright, telling that php5.6 handler was different and there was apche module difference but nothing unexpected. When trying to access the...
  6. F

    Resolved Performance Booster - not working Compress gzip

    The Pingdom Tools does not support the most modern compression algorithm - brotli. Nginx on your server uses Brotli firstly. gzip also works if asked explicitly: curl --compressed -k -vvv https://kalombo.ru * Trying 49.12.134.105:443... * Connected to kalombo.ru (49.12.134.105) port 443...
  7. D

    Issue Nginx configuration to accept websocket requests (SSL/WSS)

    @Kaspar of course, thanks for your efforts. Here you go: #ATTENTION! # #DO NOT MODIFY THIS FILE BECAUSE IT WAS GENERATED AUTOMATICALLY, #SO ALL YOUR CHANGES WILL BE LOST THE NEXT TIME THE FILE IS GENERATED. server { listen 12.34.56.789:443 ssl http2; server_name...
  8. N

    Issue CORS Header does not apply to site

    @TheDanniCraft , I feel that you should add just custom directive, without location, like on screenshot below on my test machine it looks like below:
  9. M

    Resolved Nginx error "nginx: [emerg] "server" directive is not allowed here in /etc/nginx/plesk.conf.d/vhosts/mydomain.conf:29"

    Hello, this is the nginx configuration file that the error refers to, all configuration files for other vhosts have the same structure. server { listen "my IP":443 ssl; ssl_certificate /opt/psa/var/certificates/"my certificate"; ssl_certificate_key...
  10. Bitpalast

    Forwarded to devs Missing escape character in "additional webserver header" entries in nginx.conf file when quotation marks are used

    Username: TITLE Missing escape character in "additional webserver header" entries in nginx.conf file when quotation marks are used PRODUCT, VERSION, OPERATING SYSTEM, ARCHITECTURE Obsidian 18.0.46, latest MU CentOS 7.9 PROBLEM DESCRIPTION I tried to enter an additional webserver header for...
  11. N

    Resolved Can't see original apache response using curl -lv mydomain.com:7080

    not sure what is your expectation. I've added custom apache directives like below: after invoking curl testdomain.tld:7080 -v i get a responce like below: the same but with nginx: as you can see, in my case custom tag "rel" passed in response.
  12. Monty

    Resolved Issue with cross-origin, Plesk is locking

    It looks like you did not correctly implement the solution in the KB you referenced. Your website does not provide any "Access-Control-Allow-Origin" headers. You can see that when you analyse the headers that are sent from your website. Your current headers are: HTTP/2.0 200 OK server: nginx...
  13. T

    Resolved PowerPress Verification Error: Connection Refused

    Hi. I have Plesk Obsidian on my Ubuntu server hosted by Digitalocean. I am getting this "connection refused" error during verification of my podcast mp3 file on my site. Error: Failed to connect to [domain] port 443: Connection refused Output for command on my terminal: curl -I "url" HTTP/2...
  14. B

    Resolved Creating a new domain failed due to "duplicate default server" in nginx config

    Hi JoeShmoe, I have the same message after removing X-Powered-By PleskLin. Can you tell me how i can do that? I don't have that much experience, it would help me step by step if possible Copying and editing new default templates resolved it. Thanks
  15. W

    Issue Unable to repair web server configuration due to AH00526: Syntax error on line 1 of /etc/apache2/plesk.conf.d/server.conf

    I was following this guide to remove the plesk fingerprints from my http headers and I think that this has something to do with the custom configs mentioned here: Resolved - Server header When I remove those custom configs, I am able to rebuild. How can I safely remove x-powered-by: PleskLin...
  16. Azurel

    Issue Update with warning

    I want update Obsidian 29 to 30 and get this warning message: I can understand the message, but how should I know if something has changed in the template that there is now a problem? I can't just delete the template, after all it had a purpose. Do I really have to compare each template file...
  17. B

    Resolved Creating a new domain failed due to "duplicate default server" in nginx config

    Hi JoeShmoe, i have same issue could you please let me know how do you remove the X-Powered-By PleskLin header? im newbie, please help
  18. J

    Resolved Creating a new domain failed due to "duplicate default server" in nginx config

    and Plesk Obsidian 18.0.28 Ubuntu 18.04.4 LTS‬ EDIT: issue caused by custom templates, which I made to remove the X-Powered-By PleskLin header. Copying and editing new default templates resolved it. Please make removing those headers an option in Plesk. Using custom templates potentially...
  19. T

    Resolved Server header

    @Seba I am not sure what the question now is - you still do see the PleskLin part after all those steps or you are talking about some other header that you want to remove? Please note that I quickly inspected your post - I saw an Apache restart, but not a Nginx reload. I briefly did a...
  20. T

    Resolved Server header

    @Seba, The essence here is that Plesk by default adds the header containing "X-Powered-By PleskLin", if using Nginx as a reverse proxy for Apache. Naturally, the Nginx directive add_header is being used in the default Nginx config templates - this directive is added on a per-domain basis...
Back
Top