Jump to content

Martino

Members
  • Posts

    5
  • Joined

  • Last visited

Kudos

  1. Upvote
    Martino received kudos from Peter Randziak in Problem z ESET Push notification Service   
    Hello Peter:)
    The problem was solved by the following:
    Troubleshooting
    If you get the EPNS service servers are not accessible alert, follow these steps to disable the connection timeout limits:
    1.Create a configuration file reqtimeout.conf:
    sudo touch /etc/httpd/conf.d/reqtimeout.conf
    2.Open the file in a text editor:
    nano /etc/httpd/conf.d/reqtimeout.conf
    3.Type this setting into the file:
    RequestReadTimeout header=0 body=0
    4.Save the changes and close the file:
    CTRL+X > type Y > press Enter
    5.Open the httpd.conf file:
    nano /etc/httpd/conf/httpd.conf
    6.Add the following line at the end:
    IncludeOptional conf.d/reqtimeout.conf
    7.Save the changes a close the file:
    CTRL+X > type Y > press Enter
    8.Restart the Apache HTTP Proxy service:
    systemctl restart httpd
    after doing the above, everything is green at the stations :).
×
×
  • Create New...