• 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

    Hmmm okay. Turning off Gzip will be permanent? Can we do this change on and off before running the script and after running the script respectively? Also is it a domain based setting or server based? I have a VPS. I can make a new subdomain based an a separate account with this setting if this...
  2. M

    Question ob_flush(); is not working

    I am actually using a number of "mixed" AJAX and PHP functions. I can handle Ajax calls. But in this particular scenario There are a number of PHP based processings. And I want to know which function is currently running to show user "actual" processing in the backend.
  3. M

    Question ob_flush(); is not working

    Thanks for your reply. This could be a PHP issue, or script wise some issue.. but the same code is working fine on my localhost. May be output buffering is not working.. Can you please suggest if there is any settings that could cause this thing not working?
  4. 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()...
  5. 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