• 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 fbartolom

  1. fbartolom

    Issue php not working after having activated Apache instead of nginx on plesk

    I al but dumped Plesk by totally reisntalling the machine with the vanilla configuration with just apache and manual configuration files and all now works seamslessly. I think my experience with Plesk ends here after having wasted two weeks of my time and the same time of downtime of my iOS users.
  2. fbartolom

    Issue php not working after having activated Apache instead of nginx on plesk

    Unknown Plesk command-line utility: "repair"
  3. fbartolom

    Issue php not working after having activated Apache instead of nginx on plesk

    In order to overcome a number of issues arising from nginx I decided to switch it off and activate apache instead on Plesk. Yet when I do it no php script seems to run as you may see at: https://taxiprofessional.net/iPuja/counts.php and I get: Service Temporarily Unavailable What other operation...
  4. fbartolom

    Question Distinguishing www directory from the domain one

    At any rate I think I managed to modify the right piece of code: <?php foreach ($VAR->domain->webAliases AS $alias): ?> ServerAlias "<?php echo $alias->asciiName ?>" <?php if (strcmp($alias, "taxiprofessional.net")) ?> ServerAlias "www.<?php echo $alias->asciiName ?>" <?php if...
  5. fbartolom

    Question Distinguishing www directory from the domain one

    Also the editing should be done by editing php scripts, not configuration files, and tweaking factory code is a sure recipe for disaster. That is why inheritance was invented, for that matter.
  6. fbartolom

    Question Distinguishing www directory from the domain one

    i think it is a bit of an overshooting for just enabling a separate www directory. Are you sure there is no easier way? At any rate I found interesting the issue about error messages, I shall have to implement them to lead user to a custom error message I manually enabled on the old server.
  7. fbartolom

    Question Distinguishing www directory from the domain one

    I would like to direct accesses to www.domain and to domain to two different directories in Plesk. Yet when I try to add the www subdomain it says it is already there and in fact when I edit the 'domain' hosting setting a www is pre-printed before the editable domain name, differently from the...
Back
Top