• 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 trensco

  1. T

    Issue Nginx allow referer

    You are right. It was a cookie problem. All Chromium based browsers require the SameSite attribute for cross-site cookies. SameSite:None
  2. T

    Issue Nginx allow referer

    Just foud out this only happens in Chromium browsers like chrome, opera ... Seems like this is a browser issue ?! I Need to investigate.
  3. T

    Issue Nginx allow referer

    Hello, an external Website (iframe on my website) triggers with button click a certain URL in my CMS like "dev.my domain.com/index.php?id=123". Its a GET request. The problem is that I got an nginx error 500. If I run this URL "dev.my domain.com/index.php?id=123" straight on my server without a...
  4. T

    Issue Subdomain directory structure

    I Understand. So there no out of the box Plesk setting to set the subdomain doc root out of the maindomain doc root. The idea behind this is my backup plan and development. var/www/vhosts/maindomain.com/httpdocs/ var/www/vhosts/maindomain.com/dev.mydomain.com...
  5. T

    Issue Subdomain directory structure

    That is right but the starting path for the subdomain document root path is "var/www/vhosts/maindomain.com/". This gives me "var/www/vhosts/maindomain.com/sub.mydomain.com".
  6. T

    Issue Subdomain directory structure

    Unfortunately there is no subscription service in the web admin license for plesk ... hm. Is there any other solution?
  7. T

    Issue Subdomain directory structure

    This is from the Plesk docs. But if I create a new subdomain like "sub.mydomain.com", Plesk dont create a separate directory in "/var/www/vhosts" like "/var/www/vhosts/sub.mydomain.com". The subdomain directory is created inside the maindomain directory like...
  8. T

    Question Run php inside default document root

    Plesk dont allow to run/execute php inside the server default document root (/var/www/vhosts/default/htdocs/). But I want to use "pimped apache status" by calling the script over the hostname like srv1.myserver.de/apachestatus, the same way I call the mod_status page...
  9. T

    Question User/owner choice for composer installations

    Really nobody can help here?
  10. T

    Question User/owner choice for composer installations

    Hello, I'm new to composer and got some questions about the rights and users. Old way without composer: I add a new domain (f.e. www.mydomain.de) within my plesk and need to create a ftp user for this domain. Mostly I choose something that match the domain. So the ftp user for this domain...
  11. T

    Question exclude folder from https redirect

    Hello, I activated under "Domains > example.com > Hosting Settings" the "Permanent SEO-safe 301 redirect from HTTP to HTTPS". This works very well, but now i want to exclude a whole folder from this redirect. I got a domain like www.mydomain.com and now i want to exclude www.mydomain/admin/*...
  12. T

    Resolved Plesk (Access denied for user 'admin'@'localhost' (using password: YES))

    Hello, I did a "stupid" mistake and changed the mysql admin password via phpmyadmin and now I cant login anymore into plesk. If I try to login into plesk i get the following message: ERROR: Zend_Db_Adapter_Exception: SQLSTATE[HY000] [1045] Access denied for user 'admin'@'localhost' (using...
  13. T

    Resolved Plesk 17.5.3 with php 5.3.29 and FPM

    Hello, I setup the last days a dedicated-server and after a little help from google everything works fine except one thing. I cant get php 5.3.29 work with fpm (just CGI is selectable in the php settings). I spend the whole last 2 days to get this work but it will not work and its frustrating...
Back
Top