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

    Plesk 12.0.18 MU#63

    Just a heads up.. we are seeing this message on various servers proftpd[8023]: error: cannot read configuration path '/etc/proftpd.d': Not a directory proftpd[8023]: fatal: Include: error including '/etc/proftpd.d/*.conf': Invalid argument on line 95 of '/etc/proftpd.conf' possibly a problem...
  2. Dx3webs

    ADJUST CUT OFF TIME

    Hi there, By default accounts that go over limits or expire are switched off around 2 am / 3 am.. is there away to adjust this time? thanks
  3. Dx3webs

    FasterCGI with HHVM any thoughts anyone?

    comment out this line(s) fastcgi_pass "unix:/var/www/vhosts/system/ce1-9.dx3webs.com/php-fpm.sock"; and replace with fastcgi_pass 127.0.0.1:9001; and make sure you run hhvm on port 9001 (this will retain compatibility with php-fpm if you use that with other domians)
  4. Dx3webs

    Adding mcrypt extension to php on plesk 11

    I would just wait but you could try /usr/local/psa/admin/bin/autoinstaller
  5. Dx3webs

    Adding mcrypt extension to php on plesk 11

    Give it ago.. or follow my suggestions above..
  6. Dx3webs

    Adding mcrypt extension to php on plesk 11

    Cool nothing to lose go for it
  7. Dx3webs

    Adding mcrypt extension to php on plesk 11

    You won't see any errors till it tries to install.. there is no harm in attempting to upgrade php anyway UNLESS you are going from php 5.2 or 5.3 to 5.4 in which case try yum upgrade opensll or something similar
  8. Dx3webs

    Adding mcrypt extension to php on plesk 11

    Dont panic. This can happen if for some reason atomic cant update. This means when plesk tries to upgrade components Yum fails on atomic installed components. you can find out what the issue is by running yum upgrade php from the command line. I suspect the warning you get will be for...
  9. Dx3webs

    Sub domain question

    Why would you use .htaccess? Plesk handles subdomains perfectly.., why complicate?
  10. Dx3webs

    Customise panel wording

    perfect! thanks
  11. Dx3webs

    Customise panel wording

    HI there I want to customise the following text in Plesk.. does anyone know where this is hidden? http://screencast.com/t/RXDIbg1nj ie Process php by Nginx ?
  12. Dx3webs

    Plesk panel removed when delecting mail functions

    I have seen this behaviour 3 or 4 times now. In the updates and feature section.. deselect all mail functions and apply changes. Now all plesk panel is removed. There are no psa binaries on the system any more and the only way to fix is to reinstall and re-import a backup psa database?
  13. Dx3webs

    Multiple PHP - Help with install problems

    Have you looked at the plesk panda : http://forum.parallels.com/showthread.php?293750-PHP-Panda!-Multi-PHP-installer-for-Plesk/page3 This works perfectly
  14. Dx3webs

    Adding mcrypt extension to php on plesk 11

    You will need to do then check php -m
  15. Dx3webs

    Adding mcrypt extension to php on plesk 11

    have you restarted httpd?
  16. Dx3webs

    FasterCGI with HHVM any thoughts anyone?

    At the moment we will be looking to roll these out as self contained, single app VPS units. Reading up on the multi-user / shared hosting side of things.. this seems to right at the bottom of their (hhvm team) list. https://github.com/facebook/hhvm/issues/1461
  17. Dx3webs

    FasterCGI with HHVM any thoughts anyone?

    @StéphanS now that is cool!! OK got it working a treat.. users can now swap between apache > mod_php / apache > fast cgi and nginx > HHVM the speed difference is nuts! about 3x faster (40s load with 20 concurrent users pulling random magento pages)
  18. Dx3webs

    FasterCGI with HHVM any thoughts anyone?

    OK the next step is configuring the system to use nginx only (ie take apache out of the equation). This is easy to by installing nginx / php-fpm support and then editing last_nginx.conf and commenting out all port 7081 related info and swapping: # fastcgi_pass...
  19. Dx3webs

    FasterCGI with HHVM any thoughts anyone?

    This repo has been updated: http://nareshv.blogspot.co.uk/2013/05/install-hhvm-hiphop-php-on-centos-64-64.html
  20. Dx3webs

    FasterCGI with HHVM any thoughts anyone?

    has anyone come across a 3.0.0.0 repo for centos?
Back
Top