• 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. SibProgrammer

    Safari can't open the page because Safari can't establish a secure connection

    Try to clear browser cache. Looks like need to go to Safari -> Preferences -> Privacy -> Remove All Websites Data. Probably this could help you.
  2. SibProgrammer

    Safari can't open the page because Safari can't establish a secure connection

    As I can see, the problem caused by SSO, which is used for Billing integration with Plesk. Here is the solution: 1. Open /usr/share/sso/sso-ssl-conf.sh 2. Replace the line: echo 'ssl.req-client-cert = "enable"' with line: echo 'ssl.req-client-cert = "disable"' 3. Restrart sw-cp-server...
  3. SibProgrammer

    Protect Plesk panel with htpasswd and htaccess

    I'm trying to understand how do you use the panel? Do you have clients or use it for personal purpose. If you have clients, do they enter passwords twice (first time due to htpasswd, second in Plesk auth form)? Looks like adding of htpasswd can be useful only if you use the panel only for...
  4. SibProgrammer

    Protect Plesk panel with htpasswd and htaccess

    What's the reason of doing this? Plesk already has its own auth form. If you're a hoster you will start forcing customers to enter passwords twice. Or you don't give an access to the control panel to your customers? If you want to prohibit the access to the panel for everybody excepting...
  5. SibProgrammer

    Event handler doesn't work in 10.4.4

    The same event on Win have strange name "Website created". But this is what you're looking for.
  6. SibProgrammer

    Website Preview on 10.4

    Are you sure that second domain belongs to admin?
  7. SibProgrammer

    10.4 sets user as apache

    I want to understand the root cause of this particular problem. Did you use "migration manager" before?
  8. SibProgrammer

    Subdomains missing from CP after upgrading to PLESK 10.4.4

    I can confirm the problem with custom permissions on subdomains. No solution yet, except fixing them manually. We're working on this problem. As for problem with still not migrated subdomains. Can you provide the output of the command: mysql -uadmin -p`cat /etc/psa/.psa.shadow` psa -e...
  9. SibProgrammer

    Subdomains missing from CP after upgrading to PLESK 10.4.4

    Yes, this is what I mean. Instead of renaming I suggest to move content of "dev" folder except "null" file. File dev/null can be used by chroot shell and removing it can lead to other problems. Renaming/moving can be done after upgrade script execution. As for CentOS updates I can't suggest...
  10. SibProgrammer

    Subdomains missing from CP after upgrading to PLESK 10.4.4

    If subdomain is located at <webspace-root>/dev directory, subdomains upgrade procedure fails. We're working on this issue and maybe the fix will be shipped in the nearest microupdate. But probably you have no time to wait for the fix. You can change www_root field value for problematic...
  11. SibProgrammer

    Subdomains missing from CP after upgrading to PLESK 10.4.4

    Some strange issue blocks migration of one of subdomains. Try: PLESK_INSTALLER_DEBUG=1 /usr/local/psa/bin/sw-engine-pleskrun /usr/locubdomains_1011.php 3 19 This command could help you to migrate other subdomains (if there is no same issue).
  12. SibProgrammer

    Subdomains missing from CP after upgrading to PLESK 10.4.4

    Log files didn't help. Please provide the output of the command: PLESK_INSTALLER_DEBUG=1 /usr/local/psa/bin/sw-engine-pleskrun /usr/local/psa/admin/plib/scripts/upgrade_subdomains_1011.php Is it empty or do you see some information? Is this information the same after each attempt? Also...
  13. SibProgrammer

    Subdomains missing from CP after upgrading to PLESK 10.4.4

    Did you try to repeat subdomains upgrade procedure? If not, try again: /usr/local/psa/bin/sw-engine-pleskrun /usr/local/psa/admin/plib/scripts/upgrade_dns_1011.php
  14. SibProgrammer

    Event handler doesn't work in 10.4.4

    PHP scripts also work as expected. Command: /usr/bin/php /root/test.php Script content: <?php file_put_contents('/tmp/output.txt', print_r($_SERVER, true)); ?> Output file content after event generation: Array ( [NEW_STATUS] => 0 [NEW_WEB] => true [OLD_STATUS] =>...
  15. SibProgrammer

    Plesk 10 Apache memory problem

    Where are the details? Provide at least: cat /etc/issue uname -a apachectl -v or apache2 -v Apache is not re-builded by Plesk team, but shipped by OS vendor. Do you use Apache provided by vendor, or have updated it from Atomic repo for example? Try to turn off all unnecessary modules as...
  16. SibProgrammer

    Event handler doesn't work in 10.4.4

    "Domain alias created" event handler works w/o any problems. I took your script, placed on my server, created event handler and went to hosting panel -> Websites & Domains -> Add New Domain Alias. After alias creation I see /tmp/output.txt file with the following content: NEW_DOMAIN_ID = 5...
  17. SibProgrammer

    Internal error: PHP Warning : Invalid argument supplied for foreach()

    Looks like something wrong with Sitebuilder (Web Presence Builder) config. Try to check /usr/local/sb/config for mistakes or contact technical support (for investigations on your server).
  18. SibProgrammer

    Plesk 10.4.4 - Create subdomain - "settings will be applied in 16666 minutes"

    Go to admin panel -> Tools & Settings -> Server Settings. Here is an "Apache restart interval" setting. Looks like you have 100000 value here. Change it to 0 or something more reasonable.
  19. SibProgrammer

    What DNS servers do you use

    I'm interesting in obtaining information on what DNS servers do you use. If you answered "Other" please explain what do you mean.
  20. SibProgrammer

    Atmail load problem with IE

    Probably you can restore/reinstall original package psa-atmail-1.02. It's very strange to me that there are such problems after upgrade to 1.03. Maybe if you provide more details about errors, I can help you.
Back
Top