Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- Sebastian L. schrieb im Beitrag #6484705:
- > Hast schon mal über einen Reverse Proxy nachgedacht?
- Nicht nur nachgedacht, aber ich bekomme den einfach nicht zum Laufen mit Grafana, siehe Thread "Frage zu influxDB, Grafana und https/letsencrypt"
- Vielleicht habe ich auch in der Apache-Konfiguration einen bekloppten Fehler.
- Kann ich irgendwo im Apache sehen, was mit meinem Aufruf passiert? Also so nach dem Motto. adresse http.. auferufen, umgeleitet auf https.., umgeleitet auf reverse proxy 127.0.0.1.. ?
- Ich habe mal gelesen und LogLevel auf "debug" gestellt, aber da steht unter /var/log/apache2/error.log nur seltsames Zeug wie
- [code]
- [Sun Nov 22 14:53:05.551300 2020] [mpm_prefork:notice] [pid 32540] AH00171: Graceful restart requested, doing restart
- [Sun Nov 22 14:53:05.746423 2020] [ssl:info] [pid 32540] AH01914: Configuring server **********.no-ip.biz:443 for SSL protocol
- [Sun Nov 22 14:53:05.746494 2020] [ssl:debug] [pid 32540] ssl_engine_init.c(1750): AH10083: Init: (**********.no-ip.biz:443) mod_md support is unavailable.
- [Sun Nov 22 14:53:05.747328 2020] [ssl:debug] [pid 32540] ssl_engine_init.c(479): AH01893: Configuring TLS extension handling
- [Sun Nov 22 14:53:05.748446 2020] [ssl:debug] [pid 32540] ssl_util_ssl.c(476): AH02412: [**********.no-ip.biz:443] Cert matches for name '**********.no-ip.biz' [subject: CN=abcd$
- [Sun Nov 22 14:53:05.748602 2020] [ssl:info] [pid 32540] AH02568: Certificate and private key **********.no-ip.biz:443:0 configured from /etc/letsencrypt/live/**********.no-ip.b$
- [Sun Nov 22 14:53:05.749314 2020] [mpm_prefork:notice] [pid 32540] AH00163: Apache/2.4.38 (Debian) OpenSSL/1.1.1d configured -- resuming normal operations
- [Sun Nov 22 14:53:05.749357 2020] [core:notice] [pid 32540] AH00094: Command line: '/usr/sbin/apache2'
- [Sun Nov 22 14:53:05.757604 2020] [proxy:debug] [pid 32633] proxy_util.c(1924): AH00925: initializing worker http://localhost:8086 shared
- [Sun Nov 22 14:53:05.757725 2020] [proxy:debug] [pid 32633] proxy_util.c(1981): AH00927: initializing worker http://localhost:8086 local
- [Sun Nov 22 14:53:05.757841 2020] [proxy:debug] [pid 32633] proxy_util.c(2032): AH00931: initialized single connection worker in child 32633 for (localhost)
- [Sun Nov 22 14:53:05.763647 2020] [proxy:debug] [pid 32634] proxy_util.c(1924): AH00925: initializing worker http://localhost:8086 shared
- [Sun Nov 22 14:53:05.763773 2020] [proxy:debug] [pid 32634] proxy_util.c(1981): AH00927: initializing worker http://localhost:8086 local
- [Sun Nov 22 14:53:05.763884 2020] [proxy:debug] [pid 32634] proxy_util.c(2032): AH00931: initialized single connection worker in child 32634 for (localhost)
- [Sun Nov 22 14:53:05.767410 2020] [proxy:debug] [pid 32635] proxy_util.c(1924): AH00925: initializing worker http://localhost:8086 shared
- [Sun Nov 22 14:53:05.767488 2020] [proxy:debug] [pid 32635] proxy_util.c(1981): AH00927: initializing worker http://localhost:8086 local
- [Sun Nov 22 14:53:05.767648 2020] [proxy:debug] [pid 32635] proxy_util.c(2032): AH00931: initialized single connection worker in child 32635 for (localhost)
- [Sun Nov 22 14:53:05.770585 2020] [proxy:debug] [pid 32636] proxy_util.c(1924): AH00925: initializing worker http://localhost:8086 shared
- [Sun Nov 22 14:53:05.770675 2020] [proxy:debug] [pid 32636] proxy_util.c(1981): AH00927: initializing worker http://localhost:8086 local
- [Sun Nov 22 14:53:05.770769 2020] [proxy:debug] [pid 32636] proxy_util.c(2032): AH00931: initialized single connection worker in child 32636 for (localhost)
- [Sun Nov 22 14:53:05.773621 2020] [proxy:debug] [pid 32637] proxy_util.c(1924): AH00925: initializing worker http://localhost:8086 shared
- [Sun Nov 22 14:53:05.773733 2020] [proxy:debug] [pid 32637] proxy_util.c(1981): AH00927: initializing worker http://localhost:8086 local
- [Sun Nov 22 14:53:05.773823 2020] [proxy:debug] [pid 32637] proxy_util.c(2032): AH00931: initialized single connection worker in child 32637 for (localhost)
- [/code]
- mit dem ich (noch?) nichts anfangen kann..
Advertisement
Add Comment
Please, Sign In to add comment