• The APS Catalog has been deprecated and removed from all Plesk Obsidian versions.
    Applications already installed from the APS Catalog will continue working. However, Plesk will no longer provide support for APS applications.
  • Please be aware: with the Plesk Obsidian 18.0.78 release, the support for the ngx_pagespeed.so module will be deprecated and removed from the sw-nginx package.

Recent content by mfarooqi

  1. M

    Issue my subdomain is redirecting to the plesk index

    I'm sorry.. This didn't work. after a few refreshes.. !!!
  2. M

    Issue my subdomain is redirecting to the plesk index

    I had the same issue for days.. and finally I figured it out and solved it.. on the domain domain side, where I've registered my domain, i created the same subdomain too. So. in plesk, I 've a subdomain with only ns1 and ns2 settings (Which it sets itself at the time of creating a subdomain)...
  3. 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...
  4. 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.
  5. 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?
  6. 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()...
  7. 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