HI, I have a Django site running on a Fedora 23 virtual machine via Apache, i believe it is using mod_wsgi. I updated the site files, and did "systemctl stop httpd.service " and "systemctl start httpd.service" but the old version of the site is still being served. I went into my project directory and also did "touch wsgi.py" file and then another stop/start. that did not help. finally, i deleted the *.pyc files in my project/main directory and then did a compile all, then another stop/start. no dice. can anyone give me advice on what to try next? could it be a folders permissions issue? i did a chown/chmod command on the project directory and the virtualenv directory to make it root:apache. not sure what else to try. there is nothing wrong in the errors_log file..