• If you are still using CentOS 7.9, it's time to convert to Alma 8 with the free centos2alma tool by Plesk or Plesk Migrator. Please let us know your experiences or concerns in this thread:
    CentOS2Alma discussion

Search results

  1. M

    Question ob_flush(); is not working

    Hello, I have been trying to make following code work. ob_flush(); flush(); following code works perfectly fine on my local host with PHP7x. header('Content-Type: text/html; charset=UTF-8'); if (ob_get_level() == 0) ob_start(); for ($i = 0; $i < 10; $i++) { echo '|'.$i; ob_flush()...
  2. M

    Question Can I install plesk on already installed everything

    Hi, I've installed everything.. Server started running, but I can't handle all manual setup... so Can I install Plesk Obsidian on already completed setup server where MySql, Apache, PHP7, SSL, User Accounts etc are setup. ? or it needs fresh OS. ? BTW. i'm running Ubunu20.04. Thank you
Back
Top