• 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!
  • We are looking for U.S.-based freelancer or agency working with SEO or WordPress for a quick 30-min interviews to gather feedback on XOVI, a successful German SEO tool we’re looking to launch in the U.S.
    If you qualify and participate, you’ll receive a $30 Amazon gift card as a thank-you. Please apply here. Thanks for helping shape a better SEO product for agencies!
  • 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.

Search results

  1. mrsombre

    Resolved Install (with compiling or not) Phalcon in Plesk Onyx and Ubuntu 18.04?

    Agree, you need something like deb http://autoinstall-stable.plesk.com/PHP73_17/ bionic all But i suppose this record must be added by plesk itself. Do you check you have at least one plesk php handler installed already? Use plesk bin php_handler --list
  2. mrsombre

    Resolved Install (with compiling or not) Phalcon in Plesk Onyx and Ubuntu 18.04?

    Can you add result of command ls -la /etc/apt/sources.list.d and contents (cat) of a file /etc/apt/sources.list.d/plesk.list if exists
  3. mrsombre

    Resolved Install (with compiling or not) Phalcon in Plesk Onyx and Ubuntu 18.04?

    Looks like problem with repos. Try this command apt-cache search php | grep plesk-php and check output. Go to Tools & Settings > Updates > Add/Remove components > Web hosting > PHP interpreter versions and verify you have at least one php version installed
  4. mrsombre

    Issue Plesk panel is not accessible 404 error nginx

    Plesk 17.9 is an outdated Obsidian pre-release. Can you first trying update to latest preview build? Can you also open panel and just after see 404 error page open /var/log/plesk/panel.log and share latest 20-30 lines here or at least try to find any error / warning messages and add it to post?
  5. mrsombre

    Resolved Install (with compiling or not) Phalcon in Plesk Onyx and Ubuntu 18.04?

    Hello, can you provide more details? Especially steps you did and output / logs
  6. mrsombre

    Issue Problems with Plesk and its configurations

    My bad, this feature is only available on plesk obsidian. Login Panel from subdomain and not port
  7. mrsombre

    Issue Problems with Plesk and its configurations

    That can be done using plesk on 443 port feature. Execute plesk bin admin --enable-access-domain '' in CLI and can open plesk using any domain pointing to server by DNS record but not exists in subscriptions. Or use plesk bin admin --enable-access-domain 'plesk.example.com' to configure...
  8. mrsombre

    Apache + Nginx directives

    You are welcome. Feel free to reply if you'll stuck with something complex.
  9. mrsombre

    Resolved In-Place upgrade to Obsidian?

    This is preview limitations (because Obsidian is not released yet) and will be fixed in future updates
  10. mrsombre

    Question Unable to change preferred domain configuration?

    You can change this setting any time using Hosting settings button under domain overview page
  11. mrsombre

    Resolved In-Place upgrade to Obsidian?

    Hello, please read this article Unable to upgrade Plesk to a new release for early adopters: Install or Upgrade Product option is greyed out suppose this should helps
  12. mrsombre

    Issue Problems with Plesk and its configurations

    This is by design. You can add wildcard subdomain to your domain to handle all requests in single directory where you can respond with 404 for example. Open domain overview page and use Add subdomain button then input * (asterisk). Can you explain steps to reproduce more precisely? AFAIK web...
  13. mrsombre

    Issue git deploys entire repo not just changes

    Hello, Dave Normal workflow for git is this way: - Clone repo into folder - Update (deploy) changes using git pull BTW you can look at partial clone feature Git - partial-clone Documentation Or using git export Git - git-archive Documentation to get latest files as archive From my point of...
  14. mrsombre

    Resolved Custom error document - 414 - doesn't work

    I opened an issue PPPM-10935 to track this
  15. mrsombre

    Resolved Custom error document - 414 - doesn't work

    Dear @goobliata I confirm it's a bug in error document name, thanks for a report. You can fix it manually (as a workaround) by open /var/www/vhosts/<your domain>/error_docs and copy file request-uri_too_long.html to request_uri_too_long.html Copying will prevent failure when fix will be released.
  16. mrsombre

    Issue Login not possible (User)

    Hello, there are two types of accounts - panel users and system users. When you add new subscription you create a system user. It can login by SSH (if permission is granted and use FTP). On the other hand you can create users that can login into panel - there are admin, additional...
  17. mrsombre

    Resolved Custom error document - 414 - doesn't work

    Hello, can you provide an example how you configured custom error document (part of config file). Can you confirm other error codes work as expected and you experience problem only with 414 error code?
  18. mrsombre

    Question What causes a site to appear as created by Presence Builder when it hasn't (false positive)?

    Hello, please, open a support ticket. I suppose this problem can be solved quicker this way. PS Can you attach screenshot how it looks like
  19. mrsombre

    Apache + Nginx directives

    This is a right choice. Apache will use .htaccess directives per sites, so you rarely need to use additional directives option. Just extend .htaccess file. Nginx works as a reverse proxy, so it will bypass most headers to end user and you'll not need to configure it additionally. Only redirect...
  20. mrsombre

    Question Plesk database remote access

    Just go to Tools & Settings > Database Servers > Database Hosting Settings and choose Allow remote connections (you can allow all hosts or specify your IP) and apply changes You may also need to change mysql server settings, you'll find instructions near option Also, check this article How to...
Back
Top