• Plesk Uservoice will be deprecated by October. Moving forward, all product feature requests and improvement suggestions will be managed through our new platform Plesk Productboard.
    To continue sharing your ideas and feedback, please visit features.plesk.com

Search results

  1. F

    [PPP-17456] PHP-Sessions not working in 12.5.30 Update #1

    Another issue (maybe they belong together): After reboot I get 502 Bad Gateway. I have to switch to php-fastcgi and then back to php-fpm to get the site back online. I isolated the problem I think: After an update today there is a working php-version. 5.6.12. PHP 5.4 FPM Nginx: no sessions...
  2. F

    [PPP-17456] PHP-Sessions not working in 12.5.30 Update #1

    Sure. PHP is working, but php sessions don't. So my software is working until I want to login using sessions which doesn't work anymore. Little test-script for people encountering the same problem: <?php // Start Session session_start(); // Show banner echo '<b>Session Support Checker</b><hr...
  3. F

    [PPP-17456] PHP-Sessions not working in 12.5.30 Update #1

    Hi everyone. I installed a fresh install of Plesk 12.5 on a Debian-Jessie Openvz-Node. After I configured everything a migrated a subscription using Plesk Migration Manager. The only problem: Sessions don't work anymore. I switched from FastCGI via Apache (5.5) to FPM via Nginx (5.5). Same...
  4. F

    Debian problem after upgrade to 12.5

    That is what I thought, but it is not the case. I know how to debug the boot on a host-node, but I can't change kernel parameters for an openvz-node. How would you do that? Thank you very much for your reply!
  5. F

    Debian problem after upgrade to 12.5

    Well, I wish I could. I have the impression that it's more a debian-problem, than a plesk problem. There is a prcoess running which probably shouldn't be there any more after a successfull system-boot: startpar -p 4 -t 20 -T 3 -M start -P N -R 2 There is absolutly no errormessage in the...
  6. F

    Debian problem after upgrade to 12.5

    Hi everyone, since I updated to Plesk 12.5 the services aren't staring any more on debian wheezy. Any idea why this is happening? I can manually start everything without error-message. Thank you very much for any advice!
  7. F

    Reseller custom DNS template

    Hi everyone, is there a chance to change the default nameserver name for customers created by a reseller. Example: System wide default ns.provider.de ns2.prodiver.de ns3.provider.de Now the reseller wants: ns.reseller.de ns2.reseller.de ns3.reseller.de The NS-Entries of the reseller may be...
  8. F

    Colocation / IP- Change Plesk 12

    Thanks. This is what I was looking for! I hope it is also working on plesk12!
  9. F

    Colocation / IP- Change Plesk 12

    And I don't have any other option? Like a possibility to exchange IPs with a script?
  10. F

    Colocation / IP- Change Plesk 12

    Hi everybody, I am running a Plesk Panel in an OpenVZ-Container. The panel utilizes 4 IPs. I want to migrate the whole Vserver to a different colocation/host, so I have to change the Main IP as well as all the subscriptions / DNS-Templates. What is the best way to do it without having to...
  11. F

    SSL / HTTPS for Webmail

    Hi, no I haven't, because I thought it can only be a bug. Reading your answer I guess it is just a missing feature. I will try to do it with a custom template, but I'm afraid, that it'll mess everything up as soon as parallels is brigning the webmail ssl function up. Thanks for your reply.
  12. F

    SSL / HTTPS for Webmail

    Hi @AlL, I have a wildcard cert as default for our domain. It works fine for mailserver,plesk, etc, but how can I set it up as certificate for webmail and force https use for roundcube? Is it a bug that I can't set it up or am I just to stupid to find it? I found some workarounds, but I see...
  13. F

    Problems with inbound TLS due to standard DNS template

    Hi Lloyd, thank you for the fast reply. I handle the customer-connections just the way you do, which is a pain somehow, because a server-change requires the customers to change all the addresses in their computers. Hopefully Plesk remains a good system for quite a while ;) What I was...
  14. F

    Problems with inbound TLS due to standard DNS template

    Hi everybody. With the standard-DNS-Layout every customer has an MX-entry like MX 10 mail.customerdomainexample.com The problem is, that inbound mailservers get a TLS warning, because the mailhostname does not match mail.companydomainexample.com, which is the domain with a valid...
  15. F

    Cronjob / Scheduled Task Plesk 12

    Hi! I am using 12.0.18 Update #4 and since I upgraded to Plesk 12 I don't see the possibility do schedule tasks anymore. I switches the access-mode to /bin/bash (chrooted) and enabled the planner for the customers hosting plan, but the button doesn't appear for the domains.... Any idea...
  16. F

    Backup-Question

    Hi folks. I am using Plesk 11.5 and I like it. I have a questions and I haven't found a precise answer. If I do a full backup to what point do I get in case of a crash. Do I have to reinstall the server, reinstall plesk, configure all the services and than import the backup? I guess it...
  17. F

    DNS Problem in chroot

    Hi! I am running subscriptions that need crontabs, which run wget. For some reason it is not possible to resolve hostnames in the debian chroot-jail. bash-4.2$ wget www.web.de --2014-06-03 13:37:16-- http://www.web.de/ Resolving www.web.de (www.web.de)... failed: Name or service not...
  18. F

    Debian Wheezy FastCGI-PHG Problem

    Hello everybody! I am having the following problem: I am running a script that takes a while because it runs a module that does the customer-setup in Plesk. At a certain point I get a bad gateway 502 nginx-error. It also crashes with nginx disabled. The apache error-log shows the following...
Back
Top