• 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. D

    Question Connection error from UnityWebRequest to my plesk server on older devices

    I am developing a game which uses my API hosted on our plesk server. Everything seem to be working fine for "newer devices", but on ~5 year old devices the server seem to be refusing connections. Devices with issues: -Xiaomi mi 4c miui 10.1 (xiaomi.eu android 7) -Galaxy s6 edge (android 7)...
  2. D

    Question Is there anyway to enable "read pdf" for php imagick ?

    I have seen imagick has released a security patch to disable read/write for pdf files. I need this feature to create images out of pdf files. According stackoverflow there is a simple way by adding "read" for policy.xml file in etc/Imagemagick-X/ like: <policy domain="coder" rights="none"...
  3. D

    Issue Annoying lets encrypt error message over email each day

    Hi, everyday i recieve the follow annoying email for a full motnh now: What is this all about? How do i solve this... Version 18.0.24 Ubuntu 18.04.4 LTS
  4. D

    Question Equal Server setup for offline developing

    So far for years i was running very fine working directly on the live server. Developing and instantly uploading the code written. If there were some new bigger features i locked visibility of this part to my ip only or worked on a test html/php site. Most likely when i start a new project im...
  5. D

    Issue Plesk Firewall IP-Whitelist does not work correctly

    Plesk Obsidian 18.0.21 Update Nr. 5 Today i discovered some huge security issue with Plesk Firewall. Because we got a new static ip adress, i discovered "Allow from selected sources, deny from others" does not work. My old static ip adress was whitelisted, but i got still full access with the...
  6. D

    Resolved [EXTPHPCOMP-91] Composer extension Problems

    Over SSH runs vendor php, wich is installed together with os ubuntu 18.04 in my case. This php i didnt configured as i did with my domains one. When you run composer over SSH then the problem is that the vendor php is very old. For example if you run Ubuntu 16.04 you got ~vendor php 7.0. In...
  7. D

    Resolved Grafana stopped working after restoring Plesk

    I found the solution: running dpkg -r --force-all grafana removing grafana from extension reinstall grafana from extension ...
  8. D

    Resolved [EXTPHPCOMP-91] Composer extension Problems

    In my opinion you shoulnd change anything. If you change the php ini to php vendor people get problems with older oses running. If you change it to subscription php.ini setting people are forced to enable allow_url_fopen, wich can be a security issue. Just let it stay like it is and bring an...
  9. D

    Resolved [EXTPHPCOMP-91] Composer extension Problems

    Oh i found the Problem now. allow_url_fopen have to be enabled in the php.ini settings of the php version used, even tough it is enabled in the subscription settings. Thats a good thing i guess, so it can be stayed disabled for the subscription itself. Just a thing to know.
  10. D

    Resolved Grafana stopped working after restoring Plesk

    I did an upgrade on a newer vps with ubtuntu 18.04 (old one 14.04 i backed up everything), now on the new vps Grafana/advanced monitoring does not work anymore (onliest thing). I tryed to remove on plesk installer and isntall it again witouth success. Getting the message when launching advanced...
  11. D

    Resolved [EXTPHPCOMP-91] Composer extension Problems

    No i can run this as root user as well as non root user. On another subsricption it works with dompdf alone. No clue what the problem is, running this witouth the extension works witouth problems.
  12. D

    Resolved [EXTPHPCOMP-91] Composer extension Problems

    The new Composer feature looks insane (dont need to login as this user and pass ssh rights for this time anymore), but i have various problems running this. I have the following packages already installed over ssh: { "require": { "phpmailer/phpmailer": "^6.1"...
  13. D

    Question Access AwStats from php

    I like to make a simple overview of visitors and hits on my webpage (admin exclusive). Is there any way to access Unique visitors.. monthly/today values from awstats inside of my index.php ?
  14. D

    Issue Package Update Manger - PUM Error

    I do have the same problem for some days: Plesk Onyx v17.8.11_build1708180301.19 Ubuntu 16.04.6 LTS Grund: 2019-04-17 06:27:12 INFO: pum is called with arguments: ['--list', '--repo-info', '--json'] 2019-04-17 06:29:18 ERROR: E:Failed to fetch...
  15. D

    Input Why do all php modules are enabled by default/ wich one really necessary ?

    its really not a big deal to enable a module =). I think everyone should be able to click and save. @IgorG just installed php 7.3.4 and all expect 1 were enabled by default. (i think snmp was the only one disabled). As proove check image of my older untouched settings 7.2.17. For example...
  16. D

    Input Why do all php modules are enabled by default/ wich one really necessary ?

    But thats the problem, most people dont know what those modules does (else they wouldnt use something like plesk) and all are enabled by default. Some modules are completly unnecessary and should be disabled by default. If someone needs one they will know how to enable, excpect those using cms...
  17. D

    Question how to set up postfix to relay for a single subscription

    Is the load like that on pair vs sending mails through own postfix ?
  18. D

    Input Why do all php modules are enabled by default/ wich one really necessary ?

    I dont know most of those Modules and while running through and checking them i discovered i dont need any of those by myself. Why do they all are enabled by default ? Wouldnt be better to enable those by default wich are really need ? I uploaded a image, do Plesk need any of those modules i...
  19. D

    Question how to set up postfix to relay for a single subscription

    Hi Peter and thanks for your answer, the problem sometimes i get a timeout, if i could manage to let postfix send the mail it could run in the background through the queue, instead sending direct from the page. For example someone is using the register form, at the end of the script im sending...
  20. D

    Question how to set up postfix to relay for a single subscription

    Hi im using postfix for sending and recieving mails on my sites. My new client like to send a lot of emails so even newsletter, because of that i told him to take the mail service on the domain hoster for some bucks. Now the problem is how can i relay those outgoing emails for a single...
Back
Top