Erik Knepfler
- Total activity 29
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 1
- Subscriptions 9
Activity overview
Latest activity by Erik Knepfler-
Erik Knepfler created a post,
module installer cannot install memcached due to failure to locate libmemcached despite it being installed
1. Installed memcached via PHP Pecl Module Installer for PHP 7.3, no problem 2. Did yum install libmemcached as root, installed OK (black terminal screen below) 3. Install memcached via PHP Pecl...
-
Erik Knepfler commented,
I'm very familiar with which ports Exim is running, which security protocols work and don't work on various ports, and the key thing here is that none of them work - no combination of security sett...
-
Erik Knepfler commented,
1493 is an odd port to be using No no, I think that's a misunderstanding. Exim is running on the usual ports 25, 587, 465. Look at these additional log entries. The IP addresses are the only ...
-
Erik Knepfler created a post,
exim: Connection lost while reading message data (header)
I'm getting these messages in the exim_mainlog while trying to set up an email account in either Blue Mail or on an iPhone. However, they do not appear when using Outlook or Thunderbird! SMTP con...
-
Erik Knepfler commented,
Why not just this (on target server): cd ~ scp root@10.5.0.175:/backup/2018-02-08/accounts/* . ls -1 *.tar.gz | sed -e 's/\.tar\.gz$//' | xargs /scripts/restorepkg --force (note: this doesn't work...
-
Erik Knepfler created a post,
Listen on multiple IPs for one domain?
I need a step by step instruction on how to make a cPanel Apache system listen on multiple IPs for a single domain. The reason is for SSL installation - the site is on a shared IP currently, so I ...
-
Erik Knepfler created a post,
how to chart your backup times
I needed a solution to chart my backup times for day to day comparison. So I wrote one, and thought I'd share it here. This takes a collection of cpbackup logfiles located in the same directory o...
-
Erik Knepfler commented,
I'm using EasyApache3 because my CentOS hasn't been updated quite yet uname -a: Linux servernamehere 2.6.18-408.el5 #1 SMP Tue Jan 19 09:14:52 EST 2016 x86_64 x86_64 x86_64 GNU/Linux rpm --query ...
-
Erik Knepfler commented,
I believe it's an OOM condition that's not easy to figure out. I'm working on that. But when chkservd is stuck in that loop, unable to restart Apache, why does clicking Restart Services > HTTP Se...
-
Erik Knepfler commented,
Perhaps I could simply replace /scripts/restartsrv_httpd with a text file with contents of apachectl -k restart instead of having it be a symlink to restartsrv_base which is binary and I can't edit...