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

Recent content by neutron

  1. N

    Email Auto BCC (whenever an email is sent, send a copy to an email)

    Sometimes i ask myself why pepole make simple things so complex.... IF you are using Postfix, there are 2 simple commands you can use in your main.cf: sender_bcc_maps and recipient_bcc_maps. Have a look at this example here...
  2. N

    Resolved Horde Active Sync does not work

    That's what i said, just re-enable mod_php. It's just 2 clicks away, as you can see in the example from Lloyd_mcse
  3. N

    Resolved Horde Active Sync does not work

    This may be all due to the fact that you are using php as cgi, fcgi or whatever. In that mode php is not running with apache but with the user the vhosts belongs to. So you need to have a look at the correct permissions and owner,group stuff. That's the "bad" side of this. If you re-enable...
  4. N

    Resolved Horde Active Sync does not work

    Like this: <Directory /usr/share/psa-horde> <Files ~ (\.php$)> SetHandler fcgid-script FCGIWrapper /var/www/cgi-bin/cgi_wrapper/cgi_wrapper .php Options +ExecCGI </Files> </Directory>
  5. N

    Resolved Horde Active Sync does not work

    You are running into the same problem i already reported to the plesk team. As default, php as apache module is disabled in Plesk 12.5, so any apache instruction trying to access files outside the normal vhost docroot runs into this problem. You have 2 options, you can re-enable apache mod_php...
  6. N

    All versions of PHP work except for 5.4.45 fastCGI error!

    Did you check this ? https://kb.plesk.com/en/120785 Most of the time this is a memory problem or a malformed php.ini.
  7. N

    be careful! serious possible bug

    Meanwhile i found out for myself, but also the ticket cleared some things up. As per default in Plesk 12.5 (fresh install) mod_php is disabled and can only be re-enabled if you change to MPM to Prefork. As per default mod_php is disabled you have to configure a php-handler yourself, in the...
  8. N

    be careful! serious possible bug

    I already have an open ticket for this, mpm-event and no mod_php. Tried to use the Alias function of apache, which doesn't work at all, .php files are downloaded. If you re-enable mod_php, this works.
  9. N

    Possible Bug: .php files in aliased path's are not executed...

    BTW, IF i supply a handler (which can't be the way) i get "No Input File specified.". There's something wrong for sure.
  10. N

    Possible Bug: .php files in aliased path's are not executed...

    Since when do i need to do this ? On my old Server, also using Plesk 12.5 but CentOS 6 this worked out of the box without adding an extra handler. This information is just set up in the vhost.conf and/or vhost_ssl.conf so it should use the php version/handler that is already set up for the whole...
  11. N

    Possible Bug: .php files in aliased path's are not executed...

    Hi there, Trying my best to explain what i mean. First of all, normal websites function properly, whatever php version and settings i choose, works perfect. When i'm inserting additonal directives for a vhost, in this case an alias for a application, as example (example.com/index.php works...
  12. N

    Vote Let's Encrypt support

    Well, this won't work then. Python 2.7 and above can only be installed in /usr/local or something, since replacing python 2.66 with 2.7 will break "yum". And as i'm not able to tell the addon-installer to use another path for python :/
  13. N

    Vote Let's Encrypt support

    Executing /usr/local/psa/admin/plib/modules/letsencrypt/scripts/post-install.php failed: Bootstrapping dependencies for centos 6 x86_64... Creating virtual environment... Updating letsencrypt and virtual environment dependencies... cffi-1.3.0-cp26-none-linux_x86_64.whl is not a supported wheel...
Back
Top