• We value your experience with Plesk during 2024
    Plesk strives to perform even better in 2025. To help us improve further, please answer a few questions about your experience with Plesk Obsidian 2024.
    Please take this short survey:

    https://pt-research.typeform.com/to/AmZvSXkx
  • 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.
  • We’re working on enhancing the Monitoring feature in Plesk, and we could really use your expertise! If you’re open to sharing your experiences with server and website monitoring or providing feedback, we’d love to have a one-hour online meeting with you.

Search results

  1. D

    Question exec uses old php version

    putenv('PATH=/opt/plesk/php/8.2/bin:' . getenv('PATH')); exec(php $command); By default the exec function uses 7.2 and I have to change the PATH so that it uses 8.2, and I want it to always use 8.2, the php script uses 8.2
  2. D

    Question exec uses old php version

    If that is, the php scripts are executed with php 8.2 and when using exec() in a php script the exec is executed with php 7.2 and I want it to be executed also with php 8.2
  3. D

    Question exec uses old php version

    I upgraded to PHP version 8, but the exec commands still use version 7, how can I upgrade Plesk to use PHP 8?
  4. D

    Question geoip2 install

    ¿Cómo puedo instalar geoip2 en plesk para usarlo con php 8.2?
  5. D

    Question global website

    Aprenderé git, muchas gracias a todos.
  6. D

    Question global website

    I don't quite understand how to do it with git, can you explain to me in a little more detail?
  7. D

    Question global website

    I don't want to migrate anything. I want to install a web application so that clients who have a subscription can use it. In this case, I would have to upload the web application for each client, but I don't want this because I have to update each copy uploaded.
  8. D

    Question global website

    You didn't understand me, or I don't understand your idea, I want to upload a website to plesk and that all the users I have can use the website, be it a blog, etc... but without having to upload a copy for each plesk subscription. git doesn't work for that
  9. D

    Question global website

    Can you explain it in more detail?
  10. D

    Question global website

    I’m looking for an efficient way to manage the source code of a blog on Plesk. I want all my clients to use the same source code without having to upload a separate copy for each one. The goal is to be able to update the code globally so that any changes are reflected automatically on all...
  11. D

    Question install my online store in plesk

    I have an online store created in php, it is configurable and has its database, I want to rent it through plesk, that is to say that each one of my clients can use it from their store. The way I can think of is to upload the code and create the database for each user. My question is if there is...
Back
Top