• 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 Switch Operating system

    Hello Can I switch operating system? Switch from Debian 9 to Ubuntu?
  2. D

    Issue Windows Plesk WordPress Permalinks

    Hello I just developed a new WordPress site on a Windows Plesk server. My problem is how to setup config.web to use friendly URL with Greek characters
  3. D

    Resolved Cron Daemon Unknown Kernel Error

    Unknown Kernel (debian 4.9.0-8-amd64) Is an unkown kernel?
  4. D

    Question Plesk error message

    I am running Debian 4.9.88-1+deb9u1 (2018-05-07) x86_64 GNU/Linux
  5. D

    Question Plesk error message

    /usr/bin/kcarectl --auto-update --gradual-rollout=auto and get Unknown Kernel (debian 4.9.0-6-amd64)
  6. D

    Resolved collation_database

    Yes solved. No needed to add utfmb8, is my preference This solves problem for Drupal, and Backdrop CMS (is a drupal fork)
  7. D

    Resolved collation_database

    I had to add into /etc/mysql/conf.d/my.cnf [mysqld] innodb_large_prefix=true innodb_file_format=barracuda innodb_file_per_table=true my complete my.cnf is [client] default-character-set = utf8mb4 [mysql] default-character-set = utf8mb4 [mysqld] init-connect='SET NAMES utf8mb4'...
  8. D

    Resolved collation_database

    systemctl list-unit-files | grep enabled | grep -iE '(sql|db)' mariadb.service enabled mysql.service enabled mysqld.service enabled Is this correct running three services?
  9. D

    Resolved collation_database

    I am running Debian 9 and mariadb 10.1 but there still problem Image 2018-05-28 at 6.42.05 PM.png No support for MySQL Database 4-byte UTF-8 support
  10. D

    Resolved collation_database

    +--------------------------+--------------------+ | Variable_name | Value | +--------------------------+--------------------+ | character_set_client | utf8mb4 | | character_set_connection | utf8mb4 | | character_set_database | utf8...
  11. D

    Resolved High apache usage

    Hello I am having apache high usage even the VPS load is low Image 2018-01-27 at 10.07.09 AM.png
  12. D

    Resolved Leverage browser caching

    Thank you @virtubox, that was my mistake
  13. D

    Resolved Leverage browser caching

    hello i have the the code bellow in Serve static files directly by nginx directives gzip on; gzip_http_version 1.0; gzip_comp_level 9; gzip_min_length 1100; gzip_buffers 4 8k; gzip_proxied any; gzip_types # text/html is always compressed by HttpGzipModule text/css text/javascript text/xml...
  14. D

    Resolved EWWW Image Optimizer, WebP format, nginx and Plesk

    It wont break in future Plesk upgrades?
  15. D

    Resolved EWWW Image Optimizer, WebP format, nginx and Plesk

    I am up on a similar problem I want to add this code location ~* \.(txt|xml|js)$ { expires 8d; } location ~* \.(css)$ { expires 8d; } location ~* \.(flv|ico|pdf|avi|mov|ppt|doc|mp3|wmv|wav|mp4|m4v|ogg|webm|aac|eot|ttf|otf|woff|svg)$ { expires 8d; } location ~*...
  16. D

    Resolved nginx configuration

    yes it helped Thank you
  17. D

    Resolved nginx configuration

    Hello, how can I add this code to my nginx conf if ($filename ~* ^.*?\.(eot)|(ttf)|(woff)$){ add_header Access-Control-Allow-Origin *; }
  18. D

    Plesk Onyx 17.8 Preview

    I am sorry date, not day :(
  19. D

    Plesk Onyx 17.8 Preview

    Is there any estimated day of release?
  20. D

    Resolved WWW, HTTPS, and Cloudflare

    I am facing a similar problem I use WordPress. If want to use plesk with cloudlare shield, URL should be www.domain.tld or doesnt matter
Back
Top