Git Product home page Git Product logo

Comments (6)

evansd avatar evansd commented on September 7, 2024

It looks like the files are being served by Apache, not by WhiteNoise. Here are the headers I get for http://107.178.250.104/static/scripts_dist/common.min.b947a82fca17.js:

Accept-Ranges: bytes
Content-Length: 311617
Content-Type :application/javascript
Date: Tue, 21 Jul 2015 14:52:59 GMT
ETag: "4c141-51b632630d500"
Last-Modified: Tue, 21 Jul 2015 14:05:40 GMT
Server: Apache/2.4.10 (Debian) mod_wsgi/4.4.12 Python/2.7.9
Via: 1.1 google

Possibly you have Apache configured to check for static files before proxying to Django.

from whitenoise.

jakobholmelund avatar jakobholmelund commented on September 7, 2024

That sounds very plausible. I haven't configured anything in Apache though. I'm simply using runmodwsgi(mod_wsgi-express). Any ideas to how i could stop apache messing with my staticfiles ? maybe moving them out of the project folder ?

from whitenoise.

evansd avatar evansd commented on September 7, 2024

It looks like runmodwsgi is to blame here, as it serves STATIC_ROOT if it's defined and there's no option to turn that behaviour off (I've just had a look at the code here.)

You could try filing a feature request with Graham to be able to disable that behaviour.

from whitenoise.

jakobholmelund avatar jakobholmelund commented on September 7, 2024

Dayum :/ Ill try and make a request with Graham. Or else i will just fire up the application with exec mod_wsgi-express instead. If whitenoise can handle the staticfiles, using runmodwsgi doesn't really add any convenience. I'll give it a go and report back

from whitenoise.

jakobholmelund avatar jakobholmelund commented on September 7, 2024

Seems to work when launching with mod_wsgi-express . My header now looks lige this

Access-Control-Allow-Origin:*
Cache-Control:public, max-age=315360000
Connection:close
Content-Encoding:gzip
Content-Length:101250
Content-Type:application/javascript; charset="utf-8"
Date:Tue, 21 Jul 2015 17:55:49 GMT
Last-Modified:Tue, 21 Jul 2015 14:58:23 GMT
Server:Apache/2.4.10 (Debian) mod_wsgi/4.4.12 Python/2.7.9
Vary:Accept-Encoding

Is this correct ? I

from whitenoise.

evansd avatar evansd commented on September 7, 2024

Yep, that looks correct. Glad you got it working.

from whitenoise.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.