• 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!
  • 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. M

    Question tell apache to not log certain requests

    Hello, how to tell apache not to log certain requests in log files ? Could you please provide step by step instrucitions? Things i've already tried: 1) added into .htaccess two lines: AllowOverride FileInfo SetEnvIf Request_URI ".*" dontlog 2) then there should be added something like this...
  2. M

    Issue Log entries displayed twice

    Hey there, just noticed for one subdomain - every log entry coming from "Apache SSL/TLS access" or "nginx SSL/TLS access" in Plesk is displayed twice. It goes like this (entry A) Apache SSL/TLS access (entry A) Apache SSL/TLS access (entry B) nginx SSL/TLS access (entry B) nginx SSL/TLS access...
  3. M

    Question Limiting logs to 30 days

    Hello, how do i set a lifetime for all access logs? Like http, nginx etc. Let's say I would like to hold no more than 30 days of logs in my server and do not archive anything past that. So my server do not hold any log info for what happened before 30 days. Thanks
  4. M

    Question max_execution_time set from PHP script

    Hey gang, CentOS, Plesk Onyx, default everything! How can I set max_execution_time from PHP script (I need this for particular scripts only) This for example is simply not wokring: ini_set('max_execution_time', 10); for ($i=0; $i<1690; $i++){ echo $i . "<br>"; sleep(1)...
  5. M

    Question Fail2Ban filter for this strange log entry?

    Hello, I've recently found several very strange entries in my access log: xx.xxx.xx.xx - - [08/Oct/2017:00:23:56 +0300] "" 400 0 "-" "-" there is no host, there is no post or get or anything.. only IP and error number, my question is how would Fail2Ban's filter look to ban this IP? failregex =...
  6. M

    Resolved mysql_tzinfo_to_sql

    Hello guys, could anyone give a hand how to populate mysql timezones? so far I tried this (since mysql's admin password in plesk is always unknown and i should get it from psa.shadow) but the output is: [root@servah ~]# mysql_tzinfo_to_sql /usr/share/zonefile | MYSQL_PWD=`cat...
  7. M

    Issue Plesk server notification mails with bad header!

    Hello guys, Plesk Onyx / CentOS7.3 trying to set my Plesk server to send me notification mails to my 3rd party email account ([email protected]) when backup finishes, when Fail2Ban bans someone etc. However I'm facing the following problem - mails arrive with big delay, subject says "Undelivered...
Back
Top