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

Search results

  1. R

    autoinstaller -> ../sbin/wrapper

    Thanks, I copied the ../admin/ folder to /home and then installed the psa-8.3.0-cos5.build83071218.18 rpm with --force The installation seemed to go without error and the server now works. I've not copied anything back yet, is this required? Will there be a risk if I reboot?
  2. R

    autoinstaller -> ../sbin/wrapper

    Hi, This was a really silly mistake. I tried using the Updater to update Plesk 8.3.x but it gave the error "Failed to check whether a new license key is available" so I used this Plesk KB article http://kb.swsoft.com/en/3543 The problem was that I made a typing error with one of the...
  3. R

    Duplicate emails

    Hi Guys, Any luck with the duplicate email problem? Ryan
  4. R

    Zend Optimizer 3 and Plesk 8.3

    It should be fine to upgrade Zend Optimizer, we installed Zend v3.x on Plesk 8.3 without a problem
  5. R

    8.2 to 8.3 upgrade

    I had some problems upgrading a CentOS 5x64bit system but in the end everythingh seems to be working fine. See my post here http://forum.swsoft.com/showthread.php?t=50043 1. Did you originally install using the auto installer from the command line. I think you have problems trying to upgrade...
  6. R

    Problems during and after upgrade from 8.2.1 to 8.3

    OK, everything is working again. SELinux has always been disabled see /etc/selinux/config but for some reason those selinux errors remain in the logs # This file controls the state of SELinux on the system. # SELINUX= can take one of these three values: # enforcing - SELinux...
  7. R

    Problems during and after upgrade from 8.2.1 to 8.3

    Thanks Jan I've not done anything more yet. Should it be as simple as to ensure selinux is disabled and then run the autoinstaller again from the cli with upgrade as the selection?
  8. R

    Problems during and after upgrade from 8.2.1 to 8.3

    I used the updater in the panel to upgrade the highlighted components. The server seemed to do the upgrade correctly and I received this email log after the upgrade but now qmail does not run or start. Autoinstaller 3.2.1 (build at 2007-09-14 16:11 svn rev. 88422) started at (timezone SAST)...
  9. R

    allow_url_fopen from vhost.conf

    Hi, Use this: <Directory /home/httpd/vhosts/mydomain.com/subdomains/mysubdomain/httpdocs> php_admin_flag allow_url_fopen on </Directory> Then run /usr/local/psa/admin/sbin/websrvmng -v -a and possibly restart httpd
  10. R

    4PSA Spam Guardian & Clean Server problem with plesk 8.2.1

    Problem solved by 4psa support. As this is a x64 system mysql needed x32 compatibility so mysql.i386 was installed. Hope this helps someone.
  11. R

    4PSA Spam Guardian & Clean Server problem with plesk 8.2.1

    Hi, We have a server with CentOS 5 64-bit running Plesk 8.2.1 and 4PSA Clean Server 2.15, Spam Guardian 3.1.0 and spamassassin 3.2.3-4 installed. It looks like emails are not scanned for viruses or spam at all. Anyone have this problem or resolution?
  12. R

    warning: unable to stat mess

    Hi, I suddenly get this message in the maillog warning: unable to stat mess It seems most of these errors appear when sending mail from Hord Webmail. Has anyone found a solution for this?
  13. R

    Using Proftpd FTP Login error

    Have you enabled FTP and HTTP, and other access in the firewall?
  14. R

    How to Mod_security on plesk servers

    Hi, Does anyone have a How To for installing mod_security 2.1.x on CentOS with Apache 2.x Regards, Ryan
  15. R

    open_basedir problem with Plesk 8.0.x and PHP5

    The problem seems to be solved by the programmer who updated his code to suit php5 and the open_basedir restrictions. Thanks for the suggestions.
  16. R

    open_basedir problem with Plesk 8.0.x and PHP5

    Thanks for more replies and suggestions. It's a custom script/appl on one of our client domains. I've already suggested that the coder should be able to fix their problem by changing the script to work with the standard Plesk open_basedir values. I've tried changing /etc/php.ini to...
  17. R

    open_basedir problem with Plesk 8.0.x and PHP5

    Hi, I've tried variations of what you suggested: <Directory /var/www/vhosts/domain.com/httpdocs> php_admin_flag engine on php_admin_value open_basedir none </Directory> and <Directory /var/www/vhosts/domain.com/httpdocs> php_admin_value open_basedir none </Directory> then...
  18. R

    open_basedir problem with Plesk 8.0.x and PHP5

    Hi, It seems if tried everything to change or disable open_basedir for a domain but for some or other reason it's not working. Even the Plesk KB http://kb.swsoft.com/article_41_432_en.html didn't help. The system is FC4, PHP5, Plesk 8.0.1 Safe_mode is Off for this doamin. I created a...
  19. R

    CGI Scripts only run in /cgi-bin/ subfolder

    Just a follow up on the above post. The normal group permissions for the cgi-bin directory are: drwxr-x--- ftpuser:psaserv cgi-bin But I notice that the .cgi and .pl files will run from the cgi-bin root if you change the cgi-bin folder permissions to: drwxr-x--- ftpuser:psacln...
  20. R

    CGI Scripts only run in /cgi-bin/ subfolder

    Hi, We also have this problem where .cgi and .pl scripts only run in a /cgi-bin/subfolder and not in the root of the domains cgi-bin. The permissions seem fine but when the file is copied from the cgi-bin root directly to the subdirectory it works perfectly. Also tried to copy...
Back
Top