Search results for query: "PleskLin"

  1. G

    Resolved Nginx: [emerg] a duplicate default server

    Hello I have encountered a problem when changing the IP server "New configuration files for the Apache web server were not created due to the errors in configuration templates: nginx: [emerg] a duplicate default server for 192.168.122.100:443 in...
  2. N

    Remove X-Powered-By

    Thanks. I changed it in the files you wrote, but after apache restart it was still showing the version. Then I changed it in the PHP config in Plesk Panel and added: expose_php = off Then it worked. EDIT: In static nginx files the header still shows "X-Powered-By PlesLin", where can I remove...
  3. U

    Resolved site is slow with plesk default domain configuration

    Hi Ahmad12, oh come on... you changed the website - content and still would like to campare it with my tests? :confused::confused::confused: Apart from that, if you experience such issues with the very same content, the very same PHP-version and PHP-handler... you should really investigate...
  4. IgorG

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

    Look at this thread http://talk.plesk.com/threads/disable-http-header-x-powered-by-plesklin.260694/ And use Forum search next time before posting :)
  5. S

    Issue Plesk default. No errors no load

    Ok so I may have finally found the problem. But if I manually edit it, it reverts back to default, and plesk isn't generating it properly. I just added two more domains to test and nothing. etc/apache2/plesk.conf.d/server.conf #ATTENTION! # #DO NOT MODIFY THIS FILE BECAUSE IT WAS GENERATED...
  6. N

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

    Run cat /usr/local/psa/admin/conf/templates/default/*.php | grep PleskLin If the result is positive and you see an entry there's another such entry to be removed. Run nano /usr/local/psa/admin/conf/templates/default/*.php Press ctrl + W to find PleskLin, and try searching it on every new...
  7. Chris1

    Question How to switch off ModSecurity rule without rule ID?

    Hello, We have a customers website that is triggering some ModSecurity logs which is then getting picked up by the ModSecurity Fail2ban jail resulting in a ban of the customers IP address. It appears that something is causing an internal server error which seems like the reason it is showing...
  8. N

    Remove X-Powered-By

    ...X-Powered-By in the header? In the Plesk Panel I added for additional Apache HTTP commands: "Header unset X-Powered-By". This removed the "PleskLin" in the X-Powered-By. So the resulting header is: X-Powered-By PHP/5.5.9-1ubuntu4.14 Can I even remove the rest? And how can I change the...
  9. U

    Disable HTTP header X-Powered-By: PleskLin

    ... if you use nginx as well ( and not only apache ), please use this post as a suggestion: http://talk.plesk.com/threads/how-to-globally-disable-x-powered-by-plesklin.333735/#post-782850
  10. T

    Remove php and plesk panel info

    @bulent, Yes, it is possible, but the question whether it is wise or even necessary to do so. Consider, for instance, the identification of Plesk: Wappalyzer identifies - Plesk Panel by analyzing the URL: scripts, icons etc. - Plesk driven sites by analyzing the headers: "Powered by PleskLin"...
  11. I

    Question Magento 2 with only nginx rewrite rule

    after compile working configuration server { listen SERVER_IP:443 ssl http2; server_name DOMAIN_TLD; server_name www.DOMAIN_TLD; server_name ipv4.DOMAIN_TLD; ssl_certificate /usr/local/psa/var/certificates/; ssl_certificate_key...
  12. Hayk

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

    Not available that option in that file.
  13. S

    Issue Plesk-Site not accessible

    Hello, I am an absoulter Plesk noob, I know only the basic functions. I took my page yesterday offline. (503 HTTP) Now I wanted to take them online again this morning and when I now click on the domain, I get the error code "ERR_TOO_MANY_REDIRECTS" Now I have asked my Hoster, they told me...
  14. Dukemaster

    Resolved HSTS doesn't work anymore

    Hi at all, by the great help of PLESK Support Articles in this community I successfully activated HSTS globally since half a year on Ubuntu 14 and 16 by 001_own_additional_ssl_hsts_.conf in etc/nginx/conf.d All 8 domains on server get the result on SSLLABS. Last week a made a test again and...
  15. O

    Template processing failed

    Thank you, but unfortunately that did not solve the problem. The Difference between the default server.php and our custom server.php is just that we commented out the following line: --- /opt/psa/admin/conf/templates/custom/server.php +++ /opt/psa/admin/conf/templates/default/server.php @@...
  16. M

    HHVM issue

    Hi UFHH01, Below is the hhvm.conf file location ~* \.(hh|php)$ { fastcgi_keep_conn on; fastcgi_pass 127.0.0.1:9000; fastcgi_index index.php; fastcgi_param SCRIPT_FILENAME $document_root$fastcgi_script_name; include fastcgi_params; } I copied the directive from...
  17. U

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

    Hi Hayk, the "correct" usage would be: Create a folder called "custom" at "/usr/local/psa/admin/conf/templates/", so that you have a custom "custom" directory for your unique modifications ( => /usr/local/psa/admin/conf/templates/custom ). Create a folder called "domain" at...
  18. Hayk

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

    Many Thanks, and second question how to change delete "Server:nginx"
  19. WhiteTiger

    Question Double Listen directives

    Nginx « WordPress Codex I can assure you I read it, like many other reference pages on the Internet. In Codex it is written: This guide is referring to a standalone Nginx setup, where it is used as the primary server instead of Apache. I'm a Reverse Proxy. Can this change the suggested...
  20. X

    Sites loading without design

    Hi UFHH01, in /var/www/vhosts/system/xma1.de/conf/ folder I have only nginx.conf (subdomain folders have almost the same data) -------------------- -rw------- 1 root www-data 12729 Mär 31 22:50 httpd.conf -rw------- 1 root www-data 6491 Mär 31 22:50 httpd.conf.bak lrwxrwxrwx 1 root root...
Back
Top