#apache server cannot serve media files and static
1 messages · Page 1 of 1 (latest)
If you don't have much experience with Apache I'd really recomend to switch to Nginx, it's debatably easier to configure, but more importantly it's just more popular with django
what happens is my media files cannot be access, i have images there that i want to display but it won't, i can't use nginx coz im using mysql and apache for database, since nginx and apache uses the same port
when i try apache with mod_wsgi it works but it's less efficient compare to using gunicorn