Search found 87 matches

by george
Sun 11. Jun 2023, 18:29
Forum: Usage
Topic: ConfigServer Security & Firewall (CSF) on KeyHelp - GUIDE: PART 4
Replies: 13
Views: 14307

Re: ConfigServer Security & Firewall (CSF) on KeyHelp - GUIDE: PART 4

Hello dankopisti, I don't use the messenger service, so have never seen such a screen. If you put your IP address in the following 2 files, you will NEVER be blocked: /etc/csf/csf.allow /etc/csf/csf.ignore If possible you should have ssh access of some kind through your hosting provider's panel, may...
by george
Thu 16. Mar 2023, 00:11
Forum: Bugs / Issues
Topic: SSL Stoped auto renew [SOLVED]
Replies: 6
Views: 1921

Re: SSL Stoped auto renew [SOLVED]

Nikitaidis, read this post, may help with testing and solving...
viewtopic.php?p=39952#p39952

I needed to disable any HTTPS redirects in apache to make it work again.
by george
Sun 8. Jan 2023, 04:16
Forum: Bugs / Issues
Topic: Let's Encrypt SSL certificates could NOT be updated [SOLVED]
Replies: 9
Views: 2283

Re: Let's Encrypt SSL certificates could NOT be updated [SOLVED]

I found the best way to test Let's Encrypt "acme-challenge" to work on port 80, is to put a file named "TEST" (containing some text for output), in directory /home/keyhelp/www/.well-known/acme-challenge then check it by curl: curl http://host.domain.com/.well-known/acme-challenge...
by george
Wed 4. Jan 2023, 12:35
Forum: Bugs / Issues
Topic: Let's Encrypt SSL certificates could NOT be updated [SOLVED]
Replies: 9
Views: 2283

Re: Let's Encrypt SSL certificates could NOT be updated [SOLVED]

No major changes to apache, I use .htaccess mainly for added security, but I have tested without these too. Here is what the log looks like: [04-Jan-2023 20:35:12] INFO --> starting ssl certification maintenance [04-Jan-2023 20:35:12] INFO --> checking (normal) SSL/TLS certificates [04-Jan-2023 20:3...
by george
Wed 4. Jan 2023, 11:12
Forum: Bugs / Issues
Topic: Let's Encrypt SSL certificates could NOT be updated [SOLVED]
Replies: 9
Views: 2283

Re: Let's Encrypt SSL certificates could NOT be updated [SOLVED]

I currently use this for all domains:

Code: Select all

# SSL Redirect
RewriteEngine On
RewriteCond %{REQUEST_URI} !^/\.well\-known/acme\-challenge.* [NC]
RewriteCond %{HTTPS} off
RewriteRule ^(.*)$ https://%{HTTP_HOST}%{REQUEST_URI} [L,R=301]
by george
Wed 4. Jan 2023, 11:10
Forum: Bugs / Issues
Topic: Let's Encrypt SSL certificates could NOT be updated [SOLVED]
Replies: 9
Views: 2283

Re: Let's Encrypt SSL certificates could NOT be updated [SOLVED]

Have you not configured some proxy settings in your Apache? I'm not sure what you mean "some proxy settings in your Apache". No settings have been changed for a while. It is a HTTP redirect problem - using the following 2 websites I can see if the verification on /.well-known/acme-challen...
by george
Wed 4. Jan 2023, 10:49
Forum: Bugs / Issues
Topic: Let's Encrypt SSL certificates could NOT be updated [SOLVED]
Replies: 9
Views: 2283

Re: Let's Encrypt SSL certificates could NOT be updated [SOLVED]

Alexander, it is the same with keyhelp-toolbox. I also tried changing the task time as you suggested (Settings > Maintenance Intervals), and have run the task manually from there too, without effect. It looks like the HTTP redirect is the issue, as I corrected the problem on ALL the domains, I just ...
by george
Wed 4. Jan 2023, 08:56
Forum: Bugs / Issues
Topic: Let's Encrypt SSL certificates could NOT be updated [SOLVED]
Replies: 9
Views: 2283

Let's Encrypt SSL certificates could NOT be updated [SOLVED]

Over the last several days, I have received error notifications (by email), that the Let's Encrypt SSL certificates could NOT be updated. Here is excerpt of an email (hostname and IP changed to protect the innocent): During the routine check of the SSL/TLS certificates, the following problems occurr...
by george
Wed 1. Jun 2022, 11:05
Forum: Usage
Topic: Install and use Python in KeyHelp
Replies: 5
Views: 691

Re: Install and use Python in KeyHelp

Python is a programming language. Start here:
https://www.python.org/about/gettingstarted/
by george
Wed 18. May 2022, 02:09
Forum: Off Topic
Topic: WebP Express - Wordpress Plugin für Webp [SOLVED]
Replies: 2
Views: 689

Re: WebP Express - Wordpress Plugin für Webp [SOLVED]

Ich benutze dieses, es funktioniert gut: https://wordpress.org/plugins/images-to-webp/ Der folgende Code, der zu .htaccess hinzugefügt wird, stellt sicher, dass das webp-Bild verwendet wird, wenn es verfügbar ist: <IfModule mod_mime.c> AddType image/webp .webp </IfModule> <IfModule mod_rewrite.c> Re...
by george
Sun 15. May 2022, 03:05
Forum: Usage
Topic: ConfigServer Security & Firewall (CSF) on KeyHelp - GUIDE: PART 2
Replies: 3
Views: 4468

Re: ConfigServer Security & Firewall (CSF) on KeyHelp - GUIDE: PART 2

UPDATE May 2022 This update to configuration applies to Debian 11 (Bullseye), which I recently installed on server with latest Keyhelp 22. Due to "nftables" framework being default, not the standard iptables, the few steps below are required to disable the Keyhelp firewall setup, and prop...
by george
Fri 23. Oct 2020, 13:26
Forum: Archiv
Topic: Secundär DNS
Replies: 2
Views: 1995

Re: Secundär DNS

Danke Toby, mir ist dieser Beitrag aufgefallen...

Da ich jetzt schon einige solcher Anfragen gesehen habe, habe ich einen Vorschlag gepostet, falls es funktioniert - ich denke, das sollte es auch:

viewtopic.php?p=26341#p26341
by george
Fri 23. Oct 2020, 13:24
Forum: Modifikationen / Skripte
Topic: DNS-Slaves - Bind AXFR/IXFR
Replies: 10
Views: 6981

Re: DNS-Slaves - Bind AXFR/IXFR

### SLAVE-KONFIGURATION ### Dies ist mein Vorschlag zur Einrichtung des SLAVE-DNS-Servers, den ich aus Interesse gepostet habe. Obwohl ich dies noch nicht ausprobiert habe, sollte es funktionieren. Probieren Sie Konfigurationen wie diese auf dem SLAVE aus: - Bearbeiten Sie /etc/bind/named.conf.local...
by george
Tue 20. Oct 2020, 02:58
Forum: Archive
Topic: erro upload file [SOLVED]
Replies: 16
Views: 7036

Re: erro upload file [SOLVED]

No, I have no such errors. If you are determined to fix this, you will need to do what is required, as we all do. Your posts include very little that others can use to help you. If you want help to resolve this, post some useful information, mainly the content of your LOGS, when the error occurs. Ch...
by george
Mon 19. Oct 2020, 08:26
Forum: Archive
Topic: erro upload file [SOLVED]
Replies: 16
Views: 7036

Re: erro upload file [SOLVED]

For upload database, try by command line:

Code: Select all

mysql -u root -p db_name < db_name.sql