PatrickVeenstra

  • Total activity 254
  • Last activity
  • Member since
  • Following 0 users
  • Followed by 0 users
  • Votes 10
  • Subscriptions 57

Posts

Recent activity by PatrickVeenstra Recent activity Votes
  • Email piping / forwarding issue

    Hi, I have a script that used to work, but for some reason stopped doing so. Probably after an update, but I'm not sure. I'm forwarding fwd@mydomain.com to |/home/mydomain/email.php The Shebang is:...

  • SSL certificate doesn't update

    A long, long time ago, I installed a new SSL certificate on my failover server. Just today I had a look at it, but the certificate didn't update. That is, the expired one was still being "sent" to ...

  • error logrotate

    Since about a week ago, I'm receiving every day an email "Anacron job 'cron.daily' on *my server*" with this error: /etc/cron.daily/logrotate:error: Compressing program wrote following message to s...

  • Version warning: Imagick was compiled against ImageMagick version 1692 but version 1693 is loaded

    I'm surprised email piping runs the main PHP version, and not the account one, but after finding that out, my issue persists. Emails are processed, but bounced back because: <br /><b>Warning</b>:  ...

  • How to specify Apache loglevel in CPanel

    I want to change my Apache log level to: LogLevel warn access_compat:crit There is  a drop-down box in WHM to set it to warn, but without an option to add anything else. Where / how can I configure...

  • hide in error log "client denied by server configuration"

    My account's error log is full of "client denied by server configuration" messages. I guess that's related to cpHulk, but even if it isn't, they're useless to me. How can I hide these messages with...

  • rsync stopped working

    For some reason from one day to another, after it has been working for months (or maybe years), rsync has stopped working. I'm using a cronjob (but running from the CLI has the same result) to sync...

  • Apache status OPTIONS * HTTP/1.0

    I just checked the Apache status, and there are over 800 lines with "OPTIONS * HTTP/1.0" I understood that those requests have to do with CPanel monitoring, but 802 of them seem a lot. Is this norm...

  • php -q

    I'm piping an email to PHP, and the first line of my script (before A message that you sent could not be delivered to one or more of its recipients. This is a permanent error. The following addres...

  • How can I disable the script that sets directories to 755

    CPanel automatically executes a script that "fixes" permission of directories. ~/somefolder is set once in a while to 755. I suppose it's a security script, but FileProtect is disabled. What script...