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