• Our team is looking to connect with folks who use email services provided by Plesk, or a premium service. If you'd like to be part of the discovery process and share your experiences, we invite you to complete this short screening survey. If your responses match the persona we are looking for, you'll receive a link to schedule a call at your convenience. We look forward to hearing from you!
  • The BIND DNS server has already been deprecated and removed from Plesk for Windows.
    If a Plesk for Windows server is still using BIND, the upgrade to Plesk Obsidian 18.0.70 will be unavailable until the administrator switches the DNS server to Microsoft DNS. We strongly recommend transitioning to Microsoft DNS within the next 6 weeks, before the Plesk 18.0.70 release.
  • The Horde component is removed from Plesk Installer. We recommend switching to another webmail software supported in Plesk.

Recent content by Kai Kremer

  1. K

    Question Samba on Ubuntu 14.04 - Cannot connect on Windows

    Hello, I have installed the Samba File Server Extension. The Fileserver is started and is running. When I try to connect to the shared folder on window I get "The network path was not found. " I tried: 1) open Explorer: \\85.xxx.xxx.xxx\share or \\85.xxx.xxx.xxx 2) Add Networkadress...
  2. K

    Resolved Apache & nginx Settings autmaticly deactiv after a while

    it seems to work. What I have done... * Add the IP of the server to Whitelist (Fail2Ban of Plesk) #Plesk -> Tools & Settings -> Security -> IP Address Banning (Fail2Ban) -> Trusted IP Addresses * Disable the application firewall of the domain #Plesk Websites & Domains -> Web Application Firewall...
  3. K

    Resolved Apache & nginx Settings autmaticly deactiv after a while

    Hmm... the error comes only when I try to connect to the domain www.main..... when I connect to the Server directly with the IP-Adress and Port everything works perfect. So there must be something wrong with the nginx or the apache configuration I think. Do you have another idea?
  4. K

    Resolved Apache & nginx Settings autmaticly deactiv after a while

    Bad news, it is not working. Today, I get back the error connection refused. Here the actual conf: ProxyRequests Off ProxyPreserveHost On <Proxy *> Order deny,allow Allow from all </Proxy> ProxyPass / http://localhost:58080/ connectiontimeout=300 timeout=300 SetEnv proxy-nokeepalive...
  5. K

    Resolved Apache & nginx Settings autmaticly deactiv after a while

    Today in the morning the first try to reach the application was not working, same error "ERR_CONNECTION_REFUSED". After some seconds it works! I´ll keep watching.
  6. K

    Resolved Apache & nginx Settings autmaticly deactiv after a while

    I´ve added the configuration. I will give feedback if it works. Thank you!
  7. K

    Resolved Apache & nginx Settings autmaticly deactiv after a while

    I am not sure, but maby this https://talk.plesk.com/threads/nginx-bad-gateway.261367/ answers the question. I will try this out and let you know if it works. But don´t hesitate to answer if you have any other idea. Thanks
  8. K

    Resolved Apache & nginx Settings autmaticly deactiv after a while

    This Error-Message ist shown in Browser: ERR_CONNECTION_REFUSED The Log-Files for the Domain: https://onetimesecret.com/secret/4uaxl9q60pg00fhm26xddc8f0jv4img Here you can try out the url https://onetimesecret.com/secret/75zrrcsvehjnqwy3naahv5bd7jod4m6 The Application runs properly. When...
  9. K

    Resolved Apache & nginx Settings autmaticly deactiv after a while

    For today everything works fine. Where can I find error-messages or log-files for that? Are they available directly in Plesk?
  10. K

    Resolved Apache & nginx Settings autmaticly deactiv after a while

    Website & Domains => choose my Domain => Apache & nginx Settings => Additional directives for HTTP
  11. K

    Resolved Apache & nginx Settings autmaticly deactiv after a while

    Hello, I´ve configured an Additional directives for HTTP as follows: ProxyRequests Off ProxyPreserveHost On <Proxy *> Order deny,allow Allow from all </Proxy> ProxyPass / http://localhost:58080/ connectiontimeout=300 timeout=300 ProxyPassReverse / http://localhost:58080/ This...
Back
Top