Search results for query: "PleskLin"

  1. U

    Let's Encrypt extension

    Hi WielM, you might want to use a forum - search, as for example: => Search Results for Query: "PleskLin" | Plesk Forum or/and => Search Results for Query: "X-Powered-By" | Plesk Forum ... to inform yourself about the "X-Powered-By" - definition at your configuration files or at your...
  2. G J Piper

    Resolved XFrame Options / X-XSS-Protection / X-Content-Type-Options / HSTS

    With testing I have been able to determine: In the "Apache & nginx Settings" in the UI, the "Additional nginx directives" has priority over the "Common Apache settings -> Additional Headers" section. If you add the same type of header in each, "Additional nginx directives" wins. If you add...
  3. A

    Question How can I hide php version in http headers?

    Good day! I go to "Tools & settings -> PHP Settings", find line expose_php and set it to "Off". Restart apache. But in headers i see "X-Powered-By: PHP/5.4.45-0+deb7u2, PleskLin". How i can hide that?
  4. virtubox

    Question Nginx microcache configuration for high traffic sites

    I have tried with the same settings and cache status is always BYPASS content-encoding: br content-type: text/html; charset=UTF-8 date: Wed, 21 Mar 2018 10:18:41 GMT link: <https://XXX.xyz/index.php/wp-json/>; rel="https://api.w.org/", <https://XXX.xyz/>; rel=shortlink ms-author-via: DAV...
  5. F

    Resolved How can I adjust HSTS in Plesk?

    When I disable my domain name settings: Prefered Domain: None Redirect 301: None I get : curl -v https://lesmeilleurestechnologies.com HTTP/1.1 200 OK < Server: nginx < Date: Fri, 25 Nov 2016 20:04:36 GMT < Content-Type: text/html < Content-Length: 5548 < Last-Modified: Fri, 25 Nov 2016...
  6. A

    Issue Problem - domain with FastCGI / Nginx

    In my plesk, i have only FastCGI application server by Apache and FPM application server by nginx for run PHP. My domain was configuered with FastCGI (phpinfo): Server API: CGI/FastCGI But the HTTP HEAD return server nginx: HTTP/1.1 200 OK Server: nginx Date: Tue, 18 Apr 2017 20:19:19 GMT...
  7. WhiteTiger

    Question Double Listen directives

    This is /var/www/system/MyDomain/conf/nginx.conf (empty!) #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. This is /var/www/system/_.MyDomain/conf/nginx.conf #ATTENTION! # #DO NOT MODIFY THIS...
  8. M

    Resolved HTTP Keep-Alive not working on CSS and X-Powered-By not unsettable

    Goodmorning to all, today i've got a problem on my Linux server with Plesk Onyx installed, version 17.5.3 #18: i've tried to check if keep-alive for https connection is working correctly but it seems it doesn't... If i check it with Google Chrome i can't see the connection header, so i tried...
  9. G J Piper

    Resolved XFrame Options / X-XSS-Protection / X-Content-Type-Options / HSTS

    @mr-wolf: While I understand your solution to remove the PleskLin header continuously, I believe the proper solution to this problem would be to allow extra headers on a domain-by-domain basis, while still having some headers added globally. Also, your solution doesn't allow any special headers...
  10. Bitpalast

    Resolved Let nginx listen to 127.0.0.1 for default domain

    I cannot confirm that. On my test machine I have created a subscription and named it like the host's domain. I am testing locally from the console with # curl --head http://my-server-domain And get a correct response: HTTP/1.1 200 OK Server: nginx Date: Fri, 06 Jan 2017 14:39:23 GMT...
  11. IgorG

    Resolved port 80 not working but port 443 working

    Hmm... All looks fine with telnet from my side: [root@ppu12-5 ~]# telnet plbht.ml 80 Trying 222.73.236.48... Connected to plbht.ml. Escape character is '^]'. HEAD / HTTP/1.0 HOST: plbht.ml HTTP/1.1 200 OK Date: Fri, 18 Nov 2016 03:42:45 GMT Server: Apache Last-Modified: Thu, 17 Nov 2016...
  12. Sven A.

    Issue Plesk 12.5.30 and Lets encrypt - ERR_CONNECTION_RESET

    Hi community, I'm running a server with Plesk 12.5.30 and try to use the Lets encrypt extension. I created and installed a certificate for a domain after the instructions found everywhere in the web. No problem so far. But I 'm unable to run https://mydomain.tld. In the browser it says...
  13. Thomas Horster

    Resolved nginx ssl not working

    Yes, that's what I was guessing as well, but I see no problems whatsoever. I also verified the paths of the certificates already, they seem to be correct. Extensions I have installed: server { listen xx.xx.xx.xx:443 ssl http2; server_name somesite.de; server_name...
  14. G

    Issue Domain alias problem

    >>> http://santorini-bakery.com/ > -------------------------------------------- > 301 Moved Permanently > -------------------------------------------- Status: 301 Moved Permanently Code: 301 Server: nginx Date: Thu, 08 Sep 2016 12:53:03 GMT Content-Type: text/html; charset=UTF-8...
  15. S

    FasterCGI with HHVM any thoughts anyone?

    I think worked with Centos 7 and Plesk 12 x-powered-by HHVM/3.5.0,PleskLin
  16. K

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

    I have one question, and just to avoid opening new thread. We had penetration testing of our servers, and one of the points which we need to fix is to remove headers. I did like UFHH01 described (I did not deleted all, just removed PleskLin word), but when I try to reconfigure all, I'm getting...
  17. N

    Remove X-Powered-By

    Thank you for your quick answer. My answer is a little late, but that has reasons. Your answer helped for removing "Plesklin" but "X-Powered-ByPHP/5.5.9-1ubuntu4.14" still appears in the Header. Is there a way to remove that? Thanks again!
  18. U

    Resolved 502 Bad Gateway on All domains

    Hi Kingsley, Well, pls. consider to read the manuals and documentations, instead of assuming something that does not correspond to the facts, when you use the combination apache+nginx+php-fpm. Header check from: https://www.kraftysprouts.com So... who is IN FRONT of apache for this domain? ;)
  19. virtubox

    Resolved HSTS doesn't work anymore

    Have you removed the header from nginx before adding them in Apache ? HSTS header set in Apache configuration are forwarded by Nginx, in proxy mode. In proxy mode apache just use port 7080 for http and 7081 for https. And if you add options in...
  20. D

    Resolved Mod_expires Not Working

    Here's the result
Back
Top