Jump to content

JochenG

Members
  • Posts

    7
  • Joined

  • Last visited

Posts posted by JochenG

  1. 9 minutes ago, JochenG said:

    Hi,

    thanks for the quick check. Yesterday morning it worked, I did not log in. Ok, apparently now something happened. However, I cannot check because I cannot login to Plesk. I log in, click Plesk, and it says ERR_CONNECTION_TIMED_OUT
    Maybe it is unrelated, but I noticed that my php files (there were multiple, 3 I think) were in cgi-bin, whereas yours (from the URL) seems to be in a higher directory.
    Jochen

     

    14 minutes ago, JochenG said:

    Hi,

    thanks for the quick check. Yesterday morning it worked, I did not log in. Ok, apparently now something happened. However, I cannot check because I cannot login to Plesk. I log in, click Plesk, and it says ERR_CONNECTION_TIMED_OUT
    Maybe it is unrelated, but I noticed that my php files (there were multiple, 3 I think) were in cgi-bin, whereas yours (from the URL) seems to be in a higher directory.
    Jochen

    The cgi-bin somehow lost the X Permission. that was it.

  2. 2 hours ago, Krydos said:

    I tested PHP on your account and it seems to be working fine. https://goensch.helioho.st/krydos.php
     

    <?php
    echo "Krydos was here.";

    The only other PHP file I see is working too, but it's trying to access non-existent files so they are giving 404 errors.

    Hi,

    thanks for the quick check. Yesterday morning it worked, I did not log in. Ok, apparently now something happened. However, I cannot check because I cannot login to Plesk. I log in, click Plesk, and it says ERR_CONNECTION_TIMED_OUT
    Maybe it is unrelated, but I noticed that my php files (there were multiple, 3 I think) were in cgi-bin, whereas yours (from the URL) seems to be in a higher directory.
    Jochen

  3. Hello,

    I have a Python Script that requests another url. some URLs (like google.com) work, my own not. Here is the code:
     

    import requests
    response = requests.get("http://8pxtrp24kvius8v8.myfritz.net:8021/consumption")

    print("Response code:", response.status_code)

    print("Response formatted as text:",response.text)

    print("Response formatted in bytes:",response.content)

    print("Response Headers:",response.headers)

     

    The code seems ok, I can run it e.g. on https://www.educative.io/

×
×
  • Create New...