• Plesk Uservoice will be deprecated by October. Moving forward, all product feature requests and improvement suggestions will be managed through our new platform Plesk Productboard.
    To continue sharing your ideas and feedback, please visit features.plesk.com

Search results for query: "PleskLin"

  1. A

    Question Removing nginx Server header

    Remove x-powered-by: PHP header you should edit php ini, globally /opt/plesk/php/7.4/etc/php.ini (7.4 is the version) and restart apache. nginx also I am still looking for.
  2. QWeb Ric

    Question Removing nginx Server header

    Hmm. Doesn't seem to be the case for me! xPoweredByHeader = off; does remove the x-powered-by: PleskLin header, but the server: nginx and even the x-powered-by: PHP/x.x.xx headers are left in-tact. I wonder if it's because we're running PHP as an FPM app. Perhaps this causes these headers to...
  3. S

    Issue htaccess header missing

    It's a bug in the migrator extension or Plesk UI, depends on what happens internally... I've tested with a new domain on the old server, just an .htaccess to set headers (X-Custom-Test: * on all requests, X-File-Matched: true inside FilesMatch .png directive), and a dummy PNG. Before migration...
  4. R

    Issue ssl client

    Hi, The Nginx Virtual Host looks like this: server { listen x.x.x.x:443 ssl; http2 on; server_name example.net; server_name www.example.net; server_name ipv4.example.net; ssl_certificate /usr/local/psa/var/certificates/***...
  5. 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.
  6. 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...
  7. 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>...
  8. 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: -...
  9. 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...
  10. S

    Apache does not apply .htaccess directives for certain files after migration through Plesk Migrator

    Username: TITLE Apache does not apply .htaccess directives for certain files after migration through Plesk Migrator PRODUCT, VERSION, OPERATING SYSTEM, ARCHITECTURE root@rootsrv2 ~ # plesk -v Product version: Plesk Obsidian 18.0.63.3 OS version: Ubuntu 22.04 x86_64 Build...
  11. 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...
  12. 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...
  13. 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:
  14. 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...
  15. 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...
  16. 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.
  17. 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...
  18. 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...
  19. 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
  20. 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...
Back
Top