Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

7
votes
5answers
233 views

How to handle javascript & css files across a site?

I have had some thoughts recently on how to handle shared javascript and css files across a web application. In a current web application that I am working on, I got quite a large number of different ...
7
votes
3answers
4k views

In Sinatra, how can I serve static index.html files in subdirectories in public folder?

I noticed that Sinatra does not recognize index.html files in public folder's subdirectories and returns an error when url is pointing to a directory without specifiying the file name. For example, ...
5
votes
1answer
122 views

Compiling static content for a web site

I've been looking for techniques on how to manage static content for a web application. From what I've found, there is the pure OO approach, packaging all specific requirements in object metadata and ...
5
votes
1answer
992 views

How do I programatically disable Etags in iis 6

I'm trying to turn Etags off on iis 6 since I'm load ballancing multiple servers, I don't want the etag to become a problem.
4
votes
1answer
1k views

How to load static files from view HTML in web2py?

Given a view with layout, how can I load static files (CSS and JS, essentially) into the <head> from the view file? layout.html <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 ...
3
votes
1answer
342 views

Rails 3.1, Unicorn and Apache: static files

I have Rails 3.1, Unicorn and Apache setup. My Apache settings are below and production.rb looks like this. I like using h264 streaming but since Rails is serving these video files, the Apache Mod ...
3
votes
3answers
462 views

Prevent IIS from serving static files through ASP.NET pipeline

Requests for my css, js, image files are being served through the ASP.NET pipeline. I thought IIS by default avoided this, but I see the requests on my Application_AuthenticateRequest breakpoint and ...
3
votes
2answers
298 views

How to set content-disposition to inline for static file(s) in java Google App Engine

I know how to set content-disposition header for dynamic requests, but how to set it for static files. Problem is that GAE java production version automatically sets to attachment content-disposition ...
3
votes
1answer
261 views

Web hosting is telling me I need to add http handlers for static content in my web.config?

I have an MVC2 app on shared hosting with a company... we'll call them Hosters. I didn't think Hosters supported MVC2, but when I connected live chat to ask they said to put in a ticket and they'll ...
3
votes
1answer
276 views

Django: control access to “static” files

Ok, I know that serving media files through Django is a not recommended. However, I'm in a situation where I'd like to serve "static" files using fine-grained access control through Django models. ...
3
votes
1answer
420 views

How to deal with temporary storage of uploaded files

In my django application I have a multi step registration, with few conditional parameters. Because of this I figured out to store data from forms in session. Unfortunatelly sessions serialize data ...
3
votes
2answers
430 views

What is the best way to optimize a Windows Server 2008 box running IIS7 to serve only static files?

I would like to have our web applications pull static content (css, js, images) from a static file server running Windows Server 2008 and IIS7. What sort of optimizations would you make to the server ...
2
votes
3answers
207 views

Check for a static file during Application_BeginRequest?

I have a Global.asx file that needs to do custom authentication, auditing and profiling stuff. This is needed because it supports a SAML based SSO system and needs to override the normal .Net ...
2
votes
2answers
401 views

django serve media files on both apache and nginx

I'm going into production mode for my django project, but running into a peculiar problem. I'm running my django through apahce+mod_wsgi and serving static files through nginx. However my situation ...
2
votes
2answers
279 views

How to serve static files using a webkit view in a python gtk application?

I am building a gtk desktop application. The main part of my views are HTML. So I make use of the Python implementation of Webkit. The problem is, that I cant include images, as Webkit does not allow ...
2
votes
1answer
102 views

Trouble locating static audio file on Google App Engine

I have a project directory and a sub directory set up as such: /proj_dir /proj_dir/audio app.yaml: handlers: - url: /.* script: main.py - url: /audio static_dir: audio main.py is a simple ...
2
votes
2answers
5k views

Django and Serving Static Files

I'm hosting a site on WebFaction using Django/mod_python/Python2.5. I've recently run into the concept of static files (when setting up my Django admin). From what I understand, serving static files ...
1
vote
2answers
140 views

How can I handle static files with Python webapp2 in Heroku?

I am now migrating my small Google App Engine app to Heroku platform. I don't actually use Bigtable, and webapp2 reduces my migration costs a lot. Now I'm stuck on handling the static files. Is ...
1
vote
1answer
98 views

What am I doing wrong with Django static files?

I am working on writing a Django app for the first time, so bear with me if I'm a little behind on things. Here is an excerpt from my settings.py: STATIC_ROOT = os.getcwd().replace('\\','/') + ...
1
vote
0answers
70 views

Link to download image instead of view image (CANT Change Content-Disposition Header)

I have a Django app and all the static content is handled through NGINX. I want to allow users to download a couple of static resources (photos) in their client by clicking on a link in the markup. ...
1
vote
1answer
67 views

How to have separate folders for each app's static files in Django

When I run python manage.py collectstatic, it puts all static files from different apps together in one location (STATIC_ROOT). I would like to have a separate folder within STATIC_ROOT for each app. ...
1
vote
3answers
419 views

Serving static files from nginx with django + fastcgi debian

I'm a little rusty when it comes to the new way of static file serving with django 1.3 however I'm sure it cannot be django that is at fault here. I'm trying to run a django app with nginx + fastcgi ...
1
vote
2answers
284 views

Static files won't load when out of debug in Django

I'm creating a Django project. I just tried taking the project out of debug, DEBUG = False and for some reason all my static files do not show up. They give an error code of 500. How do i fix this? ...
1
vote
1answer
521 views

Django static files once again not working

I know this question appeared like a milion times, also I'm not a newbie django coder still recently I'm having terrible problems gotting static files work in django projects. Last time I worked ...
1
vote
1answer
107 views

DirectoryIndex ignored by Django Webapplication

Hey there, i'm using an Q+A script that is build with python and django. My problem is that i want to serve some static files i placed in a certain directory. That works basically. My problem is if ...
1
vote
2answers
901 views

Django - Static file not found

I've seen several posts for this issue but didn't found my solution. I'm trying to serve static files within my Django 1.3 development environment. Here are my settings ... STATIC_ROOT = ...
1
vote
2answers
272 views

Serving static files in Sinatra… with beautiful routes?

Assuming I have a directory structure similar to: path_to_file/one/index.html How can I set my sinatra app to be routed to mysite.com/path_to_file/one/ and have the previously mentioned file to ...
1
vote
1answer
93 views

What is the best way to allow users to change templates?

In one of my project, my users will have a dedicated part of my website ({username}.example.org). In that subdomain, I plan to allow them to change the design easily. I took a look at some online ...
1
vote
1answer
295 views

Leverage browser caching with web.config in .net?

Some of sites are on shared hosting (Windows 2003 Server), so I have no way to access server configuration. I read everywhere about leverage browser caching, expecially for static files (jpg, css, ...
1
vote
4answers
448 views

Can I gzip JavaScript and CSS files in Django?

I tried profiling my web application and one of the bottlenecks reported was the lack of gzip compression. I proceeded to install the gzip middleware in Django and got a bit of a boost but a new ...
1
vote
4answers
286 views

Tips for serving static files faster, like JavaScripts, CSS and images

I would like to get some tips from our SO users about serving static files on a website — like JavaScript, CSS, images and Flash files — faster. Any useful tips?
1
vote
2answers
1k views

Configure IIS7 to server static content through ASP.NET Runtime

I searched high an low and still cannot find a definite answer. How do I configure IIS 7.0 or a Web Application in IIS so that ASP.NET Runtime will handle all requests -- including ones to static ...
1
vote
1answer
814 views

caching static files for ruby on rails application using nginx

I have been trying for some time to serve & cache static files for my rails app using nginx. the rails app server runs mongrel_cluster and is deployed on a different host than that of nginx. ...
1
vote
2answers
177 views

Debug static file requests from IIS6

How can I debug what is being returned by IIS(6) when the response goes through proxies before getting to the browser? I have requests for static files which are being sent with the 'Accept-encoding: ...
0
votes
1answer
16 views

How can I tell Apache to serve these files for a Django app?

I have this configuration in at the end of my httpd.conf: <Location "/"> SetHandler python-program PythonHandler django.core.handlers.modpython SetEnv DJANGO_SETTINGS_MODULE ...
0
votes
0answers
5 views

Send pre-compressed file on HTTP request

I just learned about the gzip-compression features of modern browsers and webservers. If I understood right, the server compresses on request of the browser and on the fly. But: I have some static, ...
0
votes
3answers
50 views

Serving django static files in development envirnoment

I want to use static files to load my css with runserver command. The problem is that i tried all the solution i found here on stackoverflow and also in django docs, but it doesnt works at all... I ...
0
votes
4answers
79 views

Django - Static pictures not found

Helo all, I am running a Django application in development mode. I have collected static files into a /static/images/ directory in my project. In my template I try to link an example image: <img ...
0
votes
1answer
60 views

Static files not working in Django

My static files were absolutely working fine, but yesterday I tried using the app allauth and since then my static files are not being displayed. It is not showing any css or js. I tried commenting ...
0
votes
1answer
90 views

Serve files from folder outside web application in Jetty

I have a Java web application (Eclipse/OSGI) on a Jetty server. I want to be able to serve static files to my web application from a folder outside of the web root. In my web application, I don't yet ...
0
votes
1answer
35 views

CMS template data: Database vs file system?

For a PHP CMS (wolfCMS in this case, but I imagine the question is relevant for any PHP CMS), and from a performance and backup point of view, where is better to store template data (layout files)? ...
0
votes
4answers
191 views

Django: static files in a 404 template

How to include stylesheets and images into a 404 page template using the default view? I created a 404.html file in the root of the site's templates directory: <!DOCTYPE html> <html> ...
0
votes
1answer
87 views

Nginx , SImple configuration for serving all the files in a Directory and all the directories within

I am looking for a simple configuration to serve all files and directories inside a particular folder. To be more precise I am trying to serve everything inside the pinax /static_media/ folder and ...
0
votes
2answers
210 views

Django — Can't get static CSS files to load

I'm running Django's development server (runserver) on my local machine (Mac OS X) and cannot get the CSS files to load. Here are the relevant entries in settings.py: STATIC_ROOT = ...
0
votes
1answer
57 views

Serve static files with jax.ws

I'm building a web front end to monitor the state of a SOAP service. Is there any way to serve static files with jax.ws? For example Endpoint.publish("/static", new SomeStaticFileHandler()) where any ...
0
votes
0answers
89 views

MVC App migrate Classic pipeline to Integrated pipeline problems

We have an MVC2.0 app that ran under 2003, we have upgraded our environments to 2008 R2. Everything works, except one thing, some of our partial views have their own scripts, for readability we have ...
0
votes
2answers
148 views

Django - Static Files from App Directories

In a development environment, I'd like to use static files from the app directories. #settings.py SITE_ROOT = os.path.dirname(os.path.realpath(__file__)) STATIC_ROOT = (os.path.join(SITE_ROOT, ...
0
votes
2answers
122 views

Serving static files while running Django&mod_wsgi on Apache 2.2

I have changed my Apache 2.2's httpd.conf #Serve static files Alias /static/ "E:\Python\Django\carlsblog\static\" <Directory "E:\Python\Django\carlsblog\static"> Order allow,deny Options ...
0
votes
2answers
86 views

Why isn't the jQuery script file being recognized in the Django admin panel?

I'm following Django's provided tutorial, but I've now discovered that jQuery isn't being loaded, so collapsible fieldsets in the administration panel do not work. This was because libjs-jquery wasn't ...
0
votes
1answer
47 views

Django - Serving Media ValueError

I'm trying to serve user uploaded media files in my dev environment. #settings.py #[...] import os SITE_ROOT = os.path.dirname(os.path.realpath(__file__)) MEDIA_ROOT = (os.path.join(SITE_ROOT, ...

1 2