Skip to main content

Resolving services that are running outdated executables

Comments

3 comments

  • cPanelLauren
    Hi @Hugo Aguiar To restart the services you'll just run one of the following - here I'm using httpd as an example: The script if it's available: /scripts/restartsrv_httpd
    or if not available: systemctl restart httpd.service
    Admittedly not many of the services listed in your case do have a /scripts/ script for them so you'd need to use systemctl to restart them or restart the server. Thanks!
    0
  • ttremain
    But where is the "Scan Again" link?
    0
  • cPRex Jurassic Moderator
    @ttremain - that link would be inside the notification email the server admin received. You can also do this manually by running the /scripts/find_outdated_services command from the server's terminal.
    0

Please sign in to leave a comment.