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

    PHP FastCGI Session

    You can also use an event handler to create the directory and setup files. You can get the php handler type by querying the database for that domain and only handle if its fastcgi somethihng like select php_handler_type from hosting h inner join domains d on d.id=h.dom_id where...
  2. A

    Migrating and deleting users on shared DB server

    Hi guys, Its been a long time since I had to deal with this on Plesk 9 but lets say I have two servers, and a shared DB server that each one uses. If I were to migrate a customer from server 1 to server 2, it would not move the DBs because both servers are sharing the same DB server. So if...
  3. A

    disable SMTP relay for one domain

    First I would point you to the postfix config stuff, you will learn a lot looking through these. http://www.postfix.org/STANDARD_CONFIGURATION_README.html Secondly, if this user is getting you on blacklists and sending out a bunch of spam then I would just boot them now, save you the grief for...
  4. A

    Unable to get domain by identifier

    I am attempting to use the CLI to enable suspended domains but it seems to fail - I have tried both of the commands listed there and neither work DOMAINS=$(mysql -Ns -uadmin -p`cat /etc/psa/.psa.shadow` -Dpsa -e"select name from domains where htype='vrt_hst' order by name asc;") for domain...
  5. A

    How to disable mod_php

    Hi Igor, the only thing in that doc that is about php is "To conceal the version of PHP installed on the server:" - which doesn't apply to this query.
  6. A

    How to disable mod_php

    Hello, In the latest security vulnerbility email parellels sent out it eludes to disabling mod_php to fix the issue long term. http://kb.parallels.com/115942 You provide an immediate work arround and provide a link to update security (with presumably the link and instructions on how to...
  7. A

    can't install M#28 on Plesk 9.5.4

    Try running it like this /usr/local/psa/admin/sbin/autoinstaller --select-product-id plesk --select-release-current --reinstall-patch --install-component base
  8. A

    Unable to Delete User / Domain Regardless of User

    In your world it wouldnt be, it would have the same ultimate effect. In my world killing only what you want is way better than killing off everything by a reboot :)
  9. A

    Recover after accidentally uninstalling psa

    I would think it should if the DB is still there. Either way I would make a mysql dump backup of the database first before trying.
  10. A

    Unable to Delete User / Domain Regardless of User

    Not sure I understand, why is it not going to work? You are going to kill off everything PSA is doing, and then restart any services so they would be running.
  11. A

    Unable to Delete User / Domain Regardless of User

    I've had that problem before as well, what I had to do was go into the shell and look for any psa running process and then kill it. something like ps aux | grep psa And then to kill them all programatically kill -9 `ps aux | grep psa | grep -v grep | awk '{print $2}'` Then restart psa...
  12. A

    Plesk prevents me from upgrading php 5.1 to 5.3 or higher

    Hi, You should be able to just use yum yum upgrade php and there is also the downgrade that yum can do too.
  13. A

    Unable to Delete User / Domain Regardless of User

    when you say "it failed" does that mean you got an error? If so, what is it?
  14. A

    White Page after Updating (9.2.2)

    fatal errors are no good, that usually means something failed in your install - everytime that has happened to me I had to force re-install of some of the base packages and/or contact support.
  15. A

    How to install php5.3 on i386 with Plesk 9.5.4

    Try this, installing the atomic repository
  16. A

    Getting a Page Reset Message When Accessing Webmail

    First thing I would recomend is using a tool like firebug or fiddler to see what the request and response are doing. It could be something a redirect loop, or the traffic redirecting to ssl when ssl isnt enabled, or something sily like that like. You can also check the log files on the server...
  17. A

    Disable AwStats Server-Wide

    can you just uninstall the package?
  18. A

    Plesk prevents me from upgrading php 5.1 to 5.3 or higher

    Try installing and using the atomic repository, it will allow you to upgrade php really easily and provide a lot of great packages.
  19. A

    all children busy, launch additional

    Hi, does anyone know how to increase the max child processes for the plesk control panel?
Back
Top