• 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 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...
  7. 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"...
  8. 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 ?
  9. 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...
  10. 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...
  11. D

    Issue Sodium is broken after plesk auto upgrades

    For some time im recieving following error message: Fatal error: Uncaught Error: Call to undefined function sodium_hex2bin() in I did not work on the site over a month, but this error looks to me like soidum is not intialized. I checked the latest Plesk updates and may "Updated PHP 7.2 to...
  12. D

    Question Does AES_Encrypt use cbc mode as default ?

    Using Plesk Version 17.8.11. Mysql has some nice real time encryption/decryption (aes_encrypt/aes_decrypt) possibilities that others like libsodium dont have at the moment. On earlier versions mysql was build with ECB mode as onliest option. Since version 5.6.17 its possible to use other modes...
  13. D

    Question AWSTATS 404 site not found

    I handle all uris over my frontcontroller and php scripts like that it was necessary to add: if (!-e $request_filename){ rewrite ^(.*)$ /index.php break; } Now if i try to open the awstat ui, .../plesk-stat/webstat-ssl/ i get my custom 404 error page. Is there any clever way handle only...
  14. D

    Resolved Plesk firewall works only if iptables is installed..

    For some time i deactivate the plesk firewall for short time and forgot to enable it again. After running autoremove on my console i deleted iptables by mistake and now when i like to enable my firewall again i get the following error message: Plesk firewall work only if iptables is...
  15. D

    Input Include free antivirus software for postfix

    Hi, on plesk installer i have seen you offer 2 different antivirus software. Premiumantivirus for server and Kaspersky. Both cost about 30 € at month. Why do you dont include free scanners like ClamAV ?
  16. D

    Input Adding automatically postmaps for multiple domains / aliases

    Hi im trying to set up my own postfix server and noticed, that i have to set up my own postmaps for virtual domains and virtual aliases. "Virtual_aliases_maps" and "virtual_aliases_domains" Its "a lot of work" to set up them manually and keep them up to date if you have a lot of domains. Is...
  17. D

    Question Browser Push Notifications Plesk - extension

    Hi, im asking if Plesk has some feature or additional extension for Browser Push notifications. I made some webapp and prefer to send push messages instead of mails to users, so this could help a lot if i won't have to search for some stable one in the www. Else i would happy if someone could...
  18. D

    Question All outgoing emails go to spam

    Check post #3 (rewritten)
Back
Top