• 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: "X-Powered-By"

  1. Martin Dias

    Question Disable expose_php

    https://support.plesk.com/hc/en-us/articles/12377322336407-How-to-remove-PHP-version-from-the-X-Powered-By-HTTP-header-on-Plesk-server should help
  2. 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.
  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. 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...
  5. 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...
  6. P

    Issue Can not change mod_headers

    For that header I only know that it is added by default but can be deactivated through a panel.ini setting. What I do not know is whether deactivating the Plesk-inserted "powered" header makes space for a user-defined one. Maybe try to deactivate it and see if this gives your custom header a...
  7. 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: -...
  8. 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...
  9. 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...
  10. U

    Resolved mysql tuning

    Dear Peter, I have now tested a few things. With the plugin "Hosting Benchmark tool" I got the following: It just outputs that the following is working very slowly: - Import large amounts of data into the database - Simple queries on a single table Attached is my slow error log and settings...
  11. 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:
  12. 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...
  13. 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...
  14. raphael_suporte

    Resolved I saw this in a Plesk Article. Can I do this myself? Doubt.

    I am new to this medium on the Plesk Panel, I have always used cPanel. I saw these commands to increase the security of the Server. Can I do it without fear of making a mistake? Apache / PHP / NGINX secure server Edit the httpd.conf file and add: ServerTokens Prod ServerSignature Off...
  15. F

    Issue curl: (51) SSL: no alternative certificate subject name matches target host name 'URL'.

    Hi everyone, I wish you all a happy new year. I have a big problem folks. I get an SSL error even though all (digicert) certificates are working fine. I checked them at sslshopper, digicert and ssllabs and got no error message. I have been tossing and turning all night trying to fix this error...
  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. Azurel

    Forwarded to devs Changelog: The “X-Powered-By” header can now be removed from pages served by Plesk servers

    ...(Core) Plesk Obsidian Version 18.0.31 PROBLEM DESCRIPTION Nice feature. Much better as create custom templates and remove there "X-Powered-By". In Changelog you linked to Panel.ini Configuration File but its make more sense to link to How to remove/modify any header for all websites hosted...
  19. T

    Issue Host settings and htaccess behavior in nginx proxy mode

    Hi Everyone, I'm facing a problem since few days, that i don't understand why. Thys case is on one dedicated server with ubuntu 20.04 LTS with Obsidian 18.0.52 128G of RAM and Intel(R) Xeon(R) CPU E5-1660 v4 @ 3.20GHz (16 core(s)) The first point is I'm working on my TTFB which have an average...
  20. J

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

    Just delete everything in /usr/local/psa/admin/conf/templates/custom/ then repeat How to remove/change the X-Powered-By header for all websites hosted in Plesk
Back
Top