Link to home
Start Free TrialLog in
Avatar of ITADUMA
ITADUMA

asked on

Looks like uwsgi config files were recently updated and now it is having timeout issues between nginx and uwsgi

Hi, Is there a way to see who updated uwsgi config files on a LINUX server and when.
ASKER CERTIFIED SOLUTION
Avatar of Rahul Shende
Rahul Shende

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of noci
noci

You can check the last modify date of the file ls -l and then check who was logged on at the time:  last

If auditing is enabled, the check the audit logfiles if there is some evidence.
You might also check to make sure there's no CRON job doing nightly auto updates of packages.

Much better, to me, to manually upgrade packages so you can tell when some package upgrade breaks something.