I have upgraded to django 1.5 and am getting errors because of the ALLOWED_HOSTS,
Invalid HTTP_HOST header (you may need to set ALLOWED_HOSTS):
The HTTP_HOST headers are the current IP address of my server depending on what has been allocated. Even with "*", I am getting the error occassionally.
The specifics;
Ubuntu 12.04 LTS
Apache 2.2 with mod_wsgi
An easybox 803a forward requests to the server and updates the dynamic IP service.
I do not know if it is advisable but it would be nice to verify ALLOWED_HOSTS with the current IP address? Is it possible to change this function to accomadate my dynamic IP?
Any suggestions please let me know.
Kind regards
Michael