Guest User

Untitled

a guest
Nov 22nd, 2020
69
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.94 KB | None | 0 0
  1. Sebastian L. schrieb im Beitrag #6484705:
  2. > Hast schon mal über einen Reverse Proxy nachgedacht?
  3.  
  4. Nicht nur nachgedacht, aber ich bekomme den einfach nicht zum Laufen mit Grafana, siehe Thread "Frage zu influxDB, Grafana und https/letsencrypt"
  5.  
  6. Vielleicht habe ich auch in der Apache-Konfiguration einen bekloppten Fehler.
  7.  
  8. 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.. ?
  9.  
  10. Ich habe mal gelesen und LogLevel auf "debug" gestellt, aber da steht unter /var/log/apache2/error.log nur seltsames Zeug wie
  11.  
  12. [code]
  13. [Sun Nov 22 14:53:05.551300 2020] [mpm_prefork:notice] [pid 32540] AH00171: Graceful restart requested, doing restart
  14. [Sun Nov 22 14:53:05.746423 2020] [ssl:info] [pid 32540] AH01914: Configuring server **********.no-ip.biz:443 for SSL protocol
  15. [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.
  16. [Sun Nov 22 14:53:05.747328 2020] [ssl:debug] [pid 32540] ssl_engine_init.c(479): AH01893: Configuring TLS extension handling
  17. [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$
  18. [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$
  19. [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
  20. [Sun Nov 22 14:53:05.749357 2020] [core:notice] [pid 32540] AH00094: Command line: '/usr/sbin/apache2'
  21. [Sun Nov 22 14:53:05.757604 2020] [proxy:debug] [pid 32633] proxy_util.c(1924): AH00925: initializing worker http://localhost:8086 shared
  22. [Sun Nov 22 14:53:05.757725 2020] [proxy:debug] [pid 32633] proxy_util.c(1981): AH00927: initializing worker http://localhost:8086 local
  23. [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)
  24. [Sun Nov 22 14:53:05.763647 2020] [proxy:debug] [pid 32634] proxy_util.c(1924): AH00925: initializing worker http://localhost:8086 shared
  25. [Sun Nov 22 14:53:05.763773 2020] [proxy:debug] [pid 32634] proxy_util.c(1981): AH00927: initializing worker http://localhost:8086 local
  26. [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)
  27. [Sun Nov 22 14:53:05.767410 2020] [proxy:debug] [pid 32635] proxy_util.c(1924): AH00925: initializing worker http://localhost:8086 shared
  28. [Sun Nov 22 14:53:05.767488 2020] [proxy:debug] [pid 32635] proxy_util.c(1981): AH00927: initializing worker http://localhost:8086 local
  29. [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)
  30. [Sun Nov 22 14:53:05.770585 2020] [proxy:debug] [pid 32636] proxy_util.c(1924): AH00925: initializing worker http://localhost:8086 shared
  31. [Sun Nov 22 14:53:05.770675 2020] [proxy:debug] [pid 32636] proxy_util.c(1981): AH00927: initializing worker http://localhost:8086 local
  32. [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)
  33. [Sun Nov 22 14:53:05.773621 2020] [proxy:debug] [pid 32637] proxy_util.c(1924): AH00925: initializing worker http://localhost:8086 shared
  34. [Sun Nov 22 14:53:05.773733 2020] [proxy:debug] [pid 32637] proxy_util.c(1981): AH00927: initializing worker http://localhost:8086 local
  35. [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)
  36. [/code]
  37.  
  38. mit dem ich (noch?) nichts anfangen kann..
Advertisement
Add Comment
Please, Sign In to add comment