• Our team is looking to connect with folks who use email services provided by Plesk, or a premium service. If you'd like to be part of the discovery process and share your experiences, we invite you to complete this short screening survey. If your responses match the persona we are looking for, you'll receive a link to schedule a call at your convenience. We look forward to hearing from you!
  • We are looking for U.S.-based freelancer or agency working with SEO or WordPress for a quick 30-min interviews to gather feedback on XOVI, a successful German SEO tool we’re looking to launch in the U.S.
    If you qualify and participate, you’ll receive a $30 Amazon gift card as a thank-you. Please apply here. Thanks for helping shape a better SEO product for agencies!
  • The BIND DNS server has already been deprecated and removed from Plesk for Windows.
    If a Plesk for Windows server is still using BIND, the upgrade to Plesk Obsidian 18.0.70 will be unavailable until the administrator switches the DNS server to Microsoft DNS. We strongly recommend transitioning to Microsoft DNS within the next 6 weeks, before the Plesk 18.0.70 release.
  • The Horde component is removed from Plesk Installer. We recommend switching to another webmail software supported in Plesk.

Search results

  1. T

    Issue Mysql server under pressure (too much ?)

    Ok then it seems to be [mysqld] instread of [mysql] and now working Apache config: # The MariaDB configuration file # # The MariaDB/MySQL tools read configuration files in the following order: # 1. "/etc/mysql/mariadb.cnf" (this file) to set global defaults, # 2. "/etc/mysql/conf.d/*.cnf" to...
  2. T

    Issue Mysql server under pressure (too much ?)

    Finally i have choose this configuration but i still have the same problem : ubuntu@modest-hoover:/var/log/mysql$ mysql mysql: unknown variable 'max_connections=500' my.cnf # The MariaDB configuration file # # The MariaDB/MySQL tools read configuration files in the following order: # 1...
  3. T

    Issue Mysql server under pressure (too much ?)

    I just read on documentation that buffer_pool_size should be 80% of the RAM https://scalegrid.io/blog/calculating-innodb-buffer-pool-size-for-your-mysql-server/...
  4. T

    Issue Mysql server under pressure (too much ?)

    Can i have your advice about my : my.cnf file Serveur have about 124Gb of RAM [mysql] #performance_schema = on #max_allowed_packet=4196M max_connections = 200 [client-server] # Import all .cnf files from configuration directory !includedir /etc/mysql/conf.d/ !includedir...
  5. T

    Issue Mysql server under pressure (too much ?)

    Hi Everyone, Just to give you back some information about this MariaDB [(none)]> SELECT User, Host FROM mysql.user WHERE User='admin'; +-------+-----------+ | User | Host | +-------+-----------+ | admin | localhost | +-------+-----------+ 1 row in set (0.000 sec) So my solution was ...
  6. T

    How Do I Locate and Edit "fcgid.conf" File in Plesk ?

    Have you finally found out, about your problem ? ^^
  7. T

    Issue Mysql server under pressure (too much ?)

    yes i can, without asking me loggin I found out this : After modify my.cnf
  8. T

    Issue Mysql server under pressure (too much ?)

    I just tried with admin password of plesk and still have "[!!] Attempted to use login credentials, but they were invalid" I really have no idea which credential is used for this
  9. T

    Issue Mysql server under pressure (too much ?)

    By md5 I mean, the password stocked in the /etc/psa/.psa.shadow, which I guess is encoded in md5
  10. T

    Issue Mysql server under pressure (too much ?)

    I try every users with plaintext pass --pass='md5' or --pass=md5 Nothing work
  11. T

    Issue Mysql server under pressure (too much ?)

    From SSH remote connection : I tried : admin / ubuntu / root / mysql I try to execute the command from plesk terminal also and got this
  12. T

    Issue Mysql server under pressure (too much ?)

    For now i'm stuck at this point :
  13. T

    Issue Mysql server under pressure (too much ?)

    Hi, I'm having issue with a server than hosting 5 Wordpress and 1 staging Including on Woocommerce and one Bbpress with huge db. The server got 120Go Ram with 500Mo swap set. I still have 8 db running and one of them is 24 Go of data, but this one is not use anymore, I will remove it soon (I'm...
  14. T

    Question config plesk to redirect sub directory to different host

    Hi, Your example doesn't really match my problematic. Mine is more matching a unique domain with multiple Vhost so I guess it using reverse proxy like this : https://serverfault.com/questions/1050819/is-it-possible-to-redirect-a-subdirectory-to-another-server-while-keeping-the-do Or maybe a...
  15. T

    Question config plesk to redirect sub directory to different host

    Nop, This is to modify the rewrite the URL I'm not looking for rewriting, I'm looking to match different subdirectory of LTD to different Host domain.com/universe-1/ -> VHOST 1 domain.com/universe-2/ -> VHOST 2 domain.com/universe-3/ -> VHOST 3
  16. T

    Question config plesk to redirect sub directory to different host

    Hi, I'm wondering if I could manage this with Plesk panel or Via SSH terminal console this project and if you have any advice for me : I'm going to regroup 6 different website hosts on the same server under the same TLD. Each website will be distinguished by a sub-directory of the TLD like ...
Back
Top