• Introducing WebPros Cloud - a fully managed infrastructure platform purpose-built to simplify the deployment of WebPros products !  WebPros Cloud enables you to easily deliver WebPros solutions — without the complexity of managing the infrastructure.
    Join the pilot program today!
  • Support for BIND DNS has been removed from Plesk for Windows due to security and maintenance risks.
    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.

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