Jump to content
Froxlor Forum

d00p

Administrators
  • Posts

    10324
  • Joined

  • Last visited

  • Days Won

    43

Everything posted by d00p

  1. that's unlikely to be the cause. Any custom files in froxlor/actions/admin/settings? Because they all return an array starting with index 'groups'
  2. # bin/froxlor-cli froxlor:api-call admin Froxlor.exportSettings { "data": "{....}" } works just fine with an existing admin-user....
  3. is "froxlor" an admin-user in your froxlor installation?
  4. backup der froxlor db einspielen und weiterhin 0.10.x nutzen zur info: dist upgrade ist (vom download der pakete mal abgesehen) ne sache von 10min...ein reboot für den neuen kernel - und gut is
  5. nein, froxlor-2 nutzt nur moderne hashes/hash-methoden von php Ich weiss, ist vllt nicht die gewünschte reaktion, aber ....aktuell stable ist gerade debian 12 ... vllt ist es einfach an der zeit von debian 9 mal zu aktualisieren?
  6. hast du eine weiterleitung von dem konto zu gmail?
  7. It's not froxlor, either wordpress or cloudflare, caromed.it does redirect to itself: > curl -v https://caromed.it/ * Trying 104.21.63.67:443... * Connected to caromed.it (104.21.63.67) port 443 (#0) * ALPN: offers h2,http/1.1 * (304) (OUT), TLS handshake, Client hello (1): * CAfile: /etc/ssl/cert.pem * CApath: none * (304) (IN), TLS handshake, Server hello (2): * (304) (IN), TLS handshake, Unknown (8): * (304) (IN), TLS handshake, Certificate (11): * (304) (IN), TLS handshake, CERT verify (15): * (304) (IN), TLS handshake, Finished (20): * (304) (OUT), TLS handshake, Finished (20): * SSL connection using TLSv1.3 / AEAD-CHACHA20-POLY1305-SHA256 * ALPN: server accepted h2 * Server certificate: * subject: CN=caromed.it * start date: Oct 14 07:58:20 2023 GMT * expire date: Jan 12 07:58:19 2024 GMT * subjectAltName: host "caromed.it" matched cert's "caromed.it" * issuer: C=US; O=Let's Encrypt; CN=E1 * SSL certificate verify ok. * using HTTP/2 * h2 [:method: GET] * h2 [:scheme: https] * h2 [:authority: caromed.it] * h2 [:path: /] * h2 [user-agent: curl/8.1.2] * h2 [accept: */*] * Using Stream ID: 1 (easy handle 0x125812600) > GET / HTTP/2 > Host: caromed.it > User-Agent: curl/8.1.2 > Accept: */* > < HTTP/2 301 < date: Mon, 16 Oct 2023 15:00:01 GMT < content-type: text/html; charset=iso-8859-1 < location: https://caromed.it/ < cf-cache-status: DYNAMIC < report-to: {"endpoints":[{"url":"https:\/\/a.nel.cloudflare.com\/report\/v3?s=3D%2BTUKGQYUWfVgnInImJATTO%2FhBD%2FRdcn1BPal8hAwUu3d1iq4kvcMqQpQmOLg0syJhqhk7zsX4JvjaTSKs7eNn%2F02ivkLWRVZcGUP3pJjyVBt4iYZAbh87s64b2"}],"group":"cf-nel","max_age":604800} < nel: {"success_fraction":0,"report_to":"cf-nel","max_age":604800} < server: cloudflare < cf-ray: 81712b48195d65cb-FRA < alt-svc: h3=":443"; ma=86400 < <!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML 2.0//EN"> <html><head> <title>301 Moved Permanently</title> </head><body> <h1>Moved Permanently</h1> <p>The document has moved <a href="https://caromed.it/">here</a>.</p> <hr> <address>Apache/2.4.57 (Debian) Server at caromed.it Port 80</address> </body></html> * Connection #0 to host caromed.it left intact
  8. Not the php config....the vhosts of the domains, from /etc/apache2/sites-enabled/...
  9. Then please show the generated virtual host configs of both domain from the Webserver config directory
  10. What is your goal? Have the same content on BOTH domains, or have one redirect to the "main" one? Also, the page seems to be a wordpress installation, is that a multi-site setup or which domain is used as the wp-domain? Wordpress also does some redirecting in its .htaccess file...
  11. You cannot redirect caromed.it to caromeditalia.it and use assets/content from caromed.it on caromeditalia.it at the same time...
  12. well then to which site are you redirecting? Is it possibly redirecting back? or is the redirect issue on that site itself? Without more info, it's hard to help. Provide URLs or even better, the generated vhost config file
  13. Edit main-domain, select "emaildomain = yes", and also select something other than "Never" in the setting "Subdomains as email-domains"
  14. Depends on which php-configuration/ini you've edited and which of them are assigned to the domain. froxlor by default has its own php-config. You seem to have a lot of questions, maybe instead of creating so many threads every hour - just join us on discord and get an answer right away? -> https://discord.froxlor.org/
  15. That seems to be the folder of goaccess database files (persistent storage of traffic history). That is definitely not all in the web backup
  16. nothing is blocked, works just fine: ~> telnet eu-west-1a.fzoino.com 25 Trying 45.13.59.186... Connected to eu-west-1a.fzoino.com. Escape character is '^]'. 220-eu-west-1a.fzoino.com ESMTP Postfix (Debian/GNU) And either you are playing around with the configs or the postfix service because on the second try, I get this: Trying 45.13.59.186... telnet: connect to address 45.13.59.186: Connection refused Trying 2a02:c206:2147:5010::1... telnet: connect to address 2a02:c206:2147:5010::1: No route to host telnet: Unable to connect to remote host Ignore the ipv6 error, I have an IPv4 only uplink so i'm not able to connect to ipv6 from here
  17. so what is your value of "mydomain" in postfix' main.cf? According to your current MX, it should be eu-west-1a.fzoino.com Also: your mx resolves to the server's IP (I guess it's the server's IP, if not, either change MX or correct DNS) which in return does not resolv back to the correct domain (reverse-dns). Many mailservers dont like
  18. This only leads to the WEBSERVER listening on these ports, which is totally wrong, don't do that. The SMTP/IMAP/POP3 server is specified in the postfix/main.cf under "mydomain" (or "myhostname"). It should be the domain you have specified when installing froxlor. In order to use SSL for the email services, you will need to adjust the configs accordingly, it is not enabled by default as it requires a certificate (in case you continue using the froxlor system-hostname and using let's encrypt for it, you can safely use these certificates)
  19. if you have php-curl installed it's already enabled, no need to add an extension. And if, the file-extension on linux is .so
  20. php_curl.dll ??? Are you on WINDOWS?
  21. ah, wordpress itself okay. that *might* be due to a disabled *curl_exec* function in the corresponding php.ini (not entirely sure, but looks like it)
  22. What exactly shows the certificate error? Opening the website in your browser? It's hard to test anything from our site without the domain being known
  23. Validate that the function "curl_exec" is not in the list of disabled_functions in the corresponding php.ini (it is by default)
×
×
  • Create New...