• 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. Johannes Kingma

    Question Composer uses the wrong folder to find composer.json

    The composer.json file is search at a wrong (non existiant) location. There used to be a staging version but no longer. How can I permanently set the proper folder: App folder /domains/plc/materialverleih.example.com Composer searched at /domains/plc/dev.materialverleich.example.com Where is...
  2. Johannes Kingma

    Question composer does not update all packages

    I have a number of these messages and neither clicking install nor update has an effect. How do I deal with this situation?
  3. Johannes Kingma

    Question Composer Package Status

    Most packages in my project show Up to date but some show Data not availeble and ----- for Update or Update Available what do these main? Is this documented somewhere?
  4. Johannes Kingma

    Question additional deployment actions transpiling Sass SCSS

    Where may I find instructions to transpile Sass ore SCSS files as an after git deployment action?
  5. Johannes Kingma

    Input Make log file view customizable

    improve usability of the log view pane
  6. Johannes Kingma

    Question keep log selection

    how do I make the log selection sticky for my customers ? every time they log on it is reset to include all Apache a d ngnix logs
  7. Johannes Kingma

    Question custom log files

    What would be the preferred format for custom log files? We generate files in the format fprintf( $log_file_handle, "%s - %s [%s] \"%s\" %s\r\n", $_SERVER['HTTP_CLIENT_IP'] ?? $_SERVER['REMOTE_ADDR'], $_SESSION['user'] ?? '-', date( DATE_RFC2822 ), $mess, $level ); But...
  8. Johannes Kingma

    Question Creating a new domain with WordPress misses PHP

    We created a plan (Service Package) and a customer with that plan The plan includes PHP If we logon as this customer and create a new domain selecting WordPresss we can successfully create the domain (Configuring PHP appears and seems to succed) . However when in the next screen new WordPress...
  9. Johannes Kingma

    Question FastCGI message but FPM configured

    We see this error in the logs but PHP is configured use FPM on Apache according to hosting settings in obsidian. Why does it mention FastCGI when what is used is FPM? 18378#0: *27614354 FastCGI sent in stderr: "PHP message: [2023-07-18 13:17:21]...
  10. Johannes Kingma

    Question ETag stripped

    It seems that nginx proxy to apache strips the Etag from headers. Is this configurable?
  11. Johannes Kingma

    Question php is required

    During adding a new site (where activate PHP is part of the second screen) with WP Toolkit this message appears : The support for PHP is required. That is understandable, as WordPress was written in PHP. What wonders me, why it wasn't activated during domain creation?
  12. Johannes Kingma

    Question setup git with two branches

    Setting up two domains for stage and production does not work. 1) Adding git to both domains stage.example.com(stage) and example.com(production) with automatic deployment will push the same branch to both doamins 2) Removing git integration one of them removes the .git folder causes a folder...
  13. Johannes Kingma

    Question Resend customer activation email

    What would be the process to resent a customer activation email after the account was created?
  14. Johannes Kingma

    Question Moving domain directory to a different location

    Is it possible to move the directory of a domain to a different location? After our hoster upgraded Plesk we have quite a number of additional folders in the Home directory. We therefor consider moving all domain directories to a subfolder under Home directory called domains and adjust to...
  15. Johannes Kingma

    Question changing php

    Attemts to change the PHP version fail as certain options are not supported. How can a reseller change the php version?
  16. Johannes Kingma

    Issue Renaming index.html to index.php results in File not Found.

    After activating PHP and renaming index.html to index.php the site is no longer working. The index.php is not found. Logged are: H02454: FCGI: attempt to connect to Unix domain socket /var/www/vhosts/system/qr.sbw.media/php-fpm.sock (*) failed AH01079: failed to make connection to backend...
  17. Johannes Kingma

    Forwarded to devs Database Export Dump of database with procedures

    Username: TITLE Database Export Dump of database with procedures PRODUCT, VERSION, OPERATING SYSTEM, ARCHITECTURE Obsidian, Linux ,64 Maria 10.3.31 PROBLEM DESCRIPTION Creating a database dump with "Export dump" creates succesfully creates a dump file. Where tables and views...
  18. Johannes Kingma

    Question Synchronisation failed

    We have Reseller access. A couple of our subscriptions no longer sync with Service Plans. When we try to sync we see a couple of properties that are different. Yet we seem to be unable to (re) set these values on the subscription. How do we reanable the sync relation of the subscription and the...
  19. Johannes Kingma

    Question Changing Document Root has no effect (ignored)

    Changing the Document Root in Hosting Settings seems to have no effect. The files hosted still sit at the old location. How can we succesfully change the Document Root for a domain?
  20. Johannes Kingma

    Issue nginx proxy fails on wordpress wp-login.php

    A newly moved WordPress site is not working. The wp-login.php cannot be found but is in the httpdocs folder. the database siter_url and home where changed. My guess is nginx proxy is messeng with the redirect. How do I temporarily disable nginx caching?
Back
Top