• Hi, Pleskians! We are running a UX testing of our upcoming product intended for server management and monitoring.
    We would like to invite you to have a call with us and have some fun checking our prototype. The agenda is pretty simple - we bring new design and some scenarios that you need to walk through and succeed. We will be watching and taking insights for further development of the design.
    If you would like to participate, please use this link to book a meeting. We will sent the link to the clickable prototype at the meeting.
  • Our UX team believes in the in the power of direct feedback and would like to invite you to participate in interviews, tests, and surveys.
    To stay in the loop and never miss an opportunity to share your thoughts, please subscribe to our UX research program. If you were previously part of the Plesk UX research program, please re-subscribe to continue receiving our invitations.
  • The Horde webmail has been deprecated. Its complete removal is scheduled for April 2025. For details and recommended actions, see the Feature and Deprecation Plan.

Search results

  1. C

    Plesk News - disable ?

    You can get rid of the news by editing the PSA databases (at least, you could in version 8.0). We wrote a script that "Dismisses the News" for each client and domain that is setup. We call it via the Event Manager. Here's a snippet of perl code we use: For clients: $query = "SELECT id...
  2. C

    Plesk 8.0 causes server crash once every 1-3 days.

    A note here for FreeBSD 6.0 users. We were having problems with the Plesk server running 8.0 crashing as well. After a few weeks, I tracked it down to a bug in the quota.c program in the kernel. To fix it, you have to apply 3 kernel patches. I've included them here for your use, and I...
  3. C

    Removing the Virtuozzo spam from Plesk's interface

    You can get rid of the news by editing the PSA databases (at least, you could in version 8.0). We wrote a script that "Dismisses the News" for each client and domain that is setup. Here's a snippet of perl code we use: For clients: $query = "SELECT id FROM clients WHERE...
  4. C

    Domains and SSL

    You need to associate it with an IP in your IP Pool section of the control panel.
  5. C

    Plesk8 doesn't recognize Perl 5.8.8 install on FreeBSD 6.0

    You probably have both 5.8.7 and 5.8.8 installed. Do a perl -v and see what you get. De-install perl5.8.7 (which, I believe, isn't installed by default, but is the version in the ports collection, so something else probably installed it). You should be able to do this using "pkg_delete...
  6. C

    Default-Page for new Domains

    sorry about that. I am on FreeBSD and I specifically left off the /usr/local/ part of it figuring that information would be enough to find it. I didn't realize the installation directories were so different on other platforms.
  7. C

    Default-Page for new Domains

    Yes, just edit the files in [PREFIX]/psa/home/vhosts/.skel/0/ Save a copy, because some of the Plesk updates will blow out your changes.
  8. C

    FreeBSD6 / Qmail rejecting connections

    Just posting this for others who might be having trouble: I just ran into this problem on FreeBSD6.0 with the latest Plesk. Qmail was rejecting connections on port 25, but was still running (as I'm also running it on 587 and could access it there). Looking at /var/log/messages gave me...
  9. C

    Plesk 8 install showing wrong version of php

    I believe the Plesk Admin uses PHP5, while the users are forced to use PHP4. On a FreeBSD box: /usr/local/psa/admin/bin/php -v PHP 5.0.5 (cli) /usr/local/psa/apache/bin/php -v PHP 4.4.2
  10. C

    horde "top news" unwanted addon after upgrade

    I just installed the hotfixes a couple of days ago that added this "feature" and I just discovered today that it also appears on the skeleton domain page when you add a new domain. I really wish SWSoft would release *REAL* changelogs with their hotfixes so I'd have some idea what the updates...
  11. C

    Plesk 8.0.0 / Version Mismatch

    I had the same error message in the GUI updater but just went to the command line and used the autoinstaller to update Plesk. It worked fine doing it that way.
  12. C

    Applicatiopn pack missing applications ?

    We just switched to Installatron, and I have to say that I'm 100 percent pleased with it. They release new updates and patches for it several times a week, and they've been responsive to all of my support requests, sometimes releasing patches within hours of my reporting an issue. They...
  13. C

    SW-Soft You have done it again with this Plesk 8.0.1 update

    For what it's worth, I've not run the update at all and my updater says exactly the same thing... Oh, and I learned my lesson long ago. Never update *anything* on a Friday unless you're ready to work over the weekend...
  14. C

    HELP installating Plesk BSD 6

    Glad to hear you got it working. Can't help you with Debian. I'd suggest a new topic, though, to attract those who can.
  15. C

    HELP installating Plesk BSD 6

    I'm assuming this is a fresh copy of BSD that hasn't had a bunch of stuff done to it and isn't currently in production. If it is, you should probably do this a different way. First, delete the current perl. On FreeBSD6 you should be able to use pkg_delete: pkg_delete perl-5.8.7 If...
  16. C

    HELP installating Plesk BSD 6

    "To continue installing, you should install Perl 5.008008 (y ou have Perl 5.008007 installed)" There's your problem. Remove Perl 5.8.7, upgrade your ports tree, and install Perl 5.8.8 My experience has been that you need to install from ports to have everything end up where Plesk wants...
  17. C

    HELP installating Plesk BSD 6

    Have you looked at the logs in /tmp to see if they can give you some clues?
  18. C

    HELP installating Plesk BSD 6

    This has been answered several times in these forums. A search would have turned up the result. Install gtar from the ports collection before running the install.
  19. C

    How do I disable or update Horde? Server was hacked using it.

    FYI I just looked at Horde on my FreeBSD 6 box that is running the latest Plesk 8 release and is at 3.1.1
  20. C

    Why even use 'backup utilities'?

    http://www.rsnapshot.org/ It uses rsync, allows incremental backups, and can be used to backup to a remote server. You just need a second server with big disks...
Back
Top