Tagged Questions
The static-content tag has no wiki summary.
25
votes
5answers
13k views
How to do static content in Rails?
Looking at different options:
One is to just put the static pages in the public/ folder, but I do want the header from layout/application to be consistent.
I tried this, but I got an error:
in ...
9
votes
1answer
1k views
ASP.Net MVC - Why is a controller being created for favicon.ico?
I am using a custom ControllerFactory (to use Castle Windsor's IOC to create controllers), and I notice it's getting requests to create a controller for "favicon.ico". I have put a favicon.ico file in ...
6
votes
10answers
2k views
Best lightweight web server (only static content) for windows
I got application server running in Windows – IIS6.0 with Zend Server to execute PHP. I am looking for lightweight static content only web server on this same machine which will relive IIS form ...
6
votes
1answer
502 views
What should Apache serve and what should Tomcat serve?
I'm trying to set up Apache in front of Tomcat. What do I have Apache serve? I know Apache works better for static pages and images. I currently deploy a war file in Tomcat that contains static ...
5
votes
3answers
2k views
How to do Forms Authentication on purely HTML pages using ASP.NET?
I am using forms authentication in IIS7 to password-protect a dev site, but the authentication seems to get by-passed when the site contains only static HTML files + login.aspx + web.config.
When I ...
4
votes
1answer
152 views
Downsides to using querystrings to version static files?
It seems that in order to force users to refresh cached static files (e.g., .css, .js) some sites (e.g., stackoverflow.com) append querystrings to the end of files. For example:
<link ...
4
votes
3answers
334 views
Django Direct_to_template or flatpages
Ok, fairly new to Django so bare with me.
Building a django app with some mostly static pages at the front of the site e.g. about.html faq.html
that kind of thing
I was looking at how urls.py work ...
3
votes
1answer
49 views
Chrome makes multiple request for same asset if capitalization differs
I'm working on a large asp.net web project that has had a number of different developers/consultants making changes to it over the last few years. I've noticed that depending on the developer, paths ...
3
votes
2answers
120 views
How to prevent ASP.NET MVC from handling Static files (js and images) on Windows Azure?
I have an ASP.NET MVC application that is hosted on Windows Azure and all the static files served from the website are being processed by ASP.NET. Is there a way to get IIS to serve the static files ...
3
votes
4answers
2k views
troubles declaring static enum, C#
Hi I'm trying to declar a static enum like so:
using System;
using System.Collections.Generic;
using System.Linq;
using System.Web;
using System.Web.Mvc;
namespace Lds.CM.MyApp.Controllers
{
...
3
votes
2answers
492 views
Lightweight HTTP application/server for static content
I am in need of a scalable and performant HTTP application/server that will be used for static file serving/uploading. So I only need support for GET and PUT operations.
However, there are a few ...
3
votes
2answers
290 views
Advice for setting up a static file server with ASP.NET/ASP.NET MVC
I would like to set up a subdomain (similar to stackoverflow's http://sstatic.net/) in order to serve static content for my existing web applications. I have never done this before and was wondering ...
2
votes
2answers
59 views
Generating QueryString Param For Static Content Once Per Application
I'm generating stylesheet/javascript links all over my website using a single extension method, so i have a place to generate querystring.
Example
http://mydomain.com/site.css?v0.0.1
The plan is ...
2
votes
1answer
188 views
Simplest way to use openid as authentication for static content
I have a private website used as an intranet site for workers from around the world who have accounts with my Google Apps domain (example.com). They currently use OpenId to log in to various ...
2
votes
1answer
260 views
Need recommendation for Node.js Gzip static resource
so, is connect's gzippo good?
I have two questions,
1) if i want to serve static javascript ( i use express), I can just do gzippo and do that:
app.use(gzippo.staticGzip(__dirname + '/public'));
...
2
votes
1answer
66 views
How to restrict access to certain kind of content, with apache or .htaccess?
I'm building a site in which users can upload photos, and they can mark them as private, so no one can see them.
I know how to use an ACL-based system in php, but anyone will still be able to access ...
2
votes
1answer
339 views
how to create a VirtualHost to serve only static content
I want to create a virtual host in apache such that it serves only static content like stylesheets, videos, images, javascripts, text files, etc. I am not looking at any "processing" capabilities from ...
2
votes
2answers
804 views
How do I serve nested static content on Heroku?
I have a rails application with static content in the public directory (e.g. public/index.html) and additional static content in nested subdirectories (e.g. public/one/two/index.html).
All the ...
2
votes
1answer
356 views
Static content on Wicket application served from OSGi HTTP Service
I'm developing a web application that is going to be served from an OSGi HTTP service, I register it using a WicketServlet, and I don't know how to serve static files (CSS, JS, images and so).
How ...
2
votes
3answers
177 views
what software to use for a web site with mostly static content
my company is about to redesign and relaunch their website. It will be my part to implement it. My company produces a variety of photo products and wants to present them to the end user. Most of the ...
2
votes
3answers
2k views
Simplest way to serve static data from outside the application server in a Java web application
I have a Java web application, using Spring and Struts, running on Tomcat 5.5. I want to load static images that will be shown both on the Web UI and in PDF files generated by the application. Also ...
1
vote
1answer
28 views
Changing static files directory in MVC3 causes 404
I'm attempting to set up my own directory structure for serving up static files:
\s (statics)
\c (css)
\j (js)
\i (images)
etc ...
The issue is that I'm seeing a 404 for this directory when ...
1
vote
1answer
77 views
How to manage serving static content from subdomain during development
I want to start serving up my static content from a subdomain in production. What is the best way to do this while maintaining a smooth development experience in Visual Studio? Up until this point, ...
1
vote
3answers
128 views
RSS for a static site
I have a site, deanvmc.me that I am using to teach myself HTML, CSS and JavaScript. The site is purposely static to strip my learning down to bear bones (The best way to learn I feel). I am using ...
1
vote
2answers
296 views
What exactly does the staticcontent tag in the web.config file apply to?
I've been reading about the staticContent element in the web.config file but I'm having a bit of trouble figuring out exactly what ASP.Net considers static content. I assume it's going to include ...
1
vote
0answers
408 views
Chrome and IE cache static content, Firefox does not
I am trying to improve the performance of my website by adding cache headers for static content.
So far, I can get the content to cache in Chrome and Internet Explorer, but not Firefox.
Here are the ...
1
vote
8answers
1k views
CDN for Images in ASP.NET
I am in the process of moving all of the images in my web application over to a CDN but I want to easily be able to switch the CDN on or off without having to hard code the path to the images.
My ...
1
vote
2answers
3k views
How do I make Weblogic 8.1 serve static content?
I come from the Open source world where I'm used to having Apache serve up my images, css, javascript, etc., while Tomcat or an app server of its ilk handles all the JEE lifting.
But now I'm doing a ...
0
votes
0answers
50 views
Publishing a Java heroku site that includes static content
I'm looking to upload my Java site to heroku, and want it to include some static content. I've been looking around for examples of including static content in my maven-assembly-plugin configuration.
...
0
votes
1answer
71 views
grails - handling 'mostly' static content
What would be the recommended way to handle mostly static content in grails app like 'about us' 'terms and cond.' type of pages. Would need to be editable, however would mostly stay the same for very ...
0
votes
1answer
109 views
Setting the “Expire Web Content” common http response header in IIS
We have a fairly high-volume IIS7.0 site (about 1 million requests a day), a lot of which are Images/CSS/JS.
As a quick way to reduce this, I'm considering setting the common http response header to ...
0
votes
1answer
164 views
MVC Contrib Portable areas and static content
I have followed a couple of guides on how to serve static content from a portable area but with no luck. I have two projects, a web project and a class library (which serves as my portable area). In ...
0
votes
0answers
97 views
Updating clientCache in web config not changing expires header
I have a site running on iis7.5 where, through Firebug, I can see that my static content (css, js and images) have an expiration in their header consistently set to one day in the future. I find no ...
0
votes
1answer
43 views
Servlet Performance: Generate Static Content Dynamically?
I have a web-page with content, which has to be generated. However, the generation could happen up-front, it's basically not more than generating multiple versions of the same file. I.e. I have a ...
0
votes
1answer
53 views
Django static files in an egg file
I'm want to deploy my django project as an egg file which I am able to. The problem is when serving static files, how do I setup apache (using mod_wsgi) to serve content from an egg file, is it ...
0
votes
2answers
186 views
Converting WPF application to UserControl for use in WinForms application via ElementHost
I'm trying to convert this WPF application to WPF UserControl so I could use it in WinForms application via ElementHost. I'm new to WPF and have never even touched it prior to this attempt so I might ...
0
votes
2answers
299 views
DJango Static Content for JQuery css not rendering H1, H2 properly in template
Doing DJango 1.3 local development using manage.py runserver
Created a directory called static in my application directory
C:/Documents and Settings/Administrator/workspace/mysite/src/mysite/static/
...
0
votes
1answer
79 views
asp.net static content in separate project. now how to refer?
Project1.csproj is the website project and StaticContent.csproj is the static content project to hold all .css, .js and image files. I am keeping it separate so that designers can work without ...
0
votes
0answers
60 views
Static content in MVC routing
Why the static content (like images or js - file) get into the optional parameters of my URL?
Here my routing:
routes.MapRoute(
"NewsYearAndMonth",
"News/Archive/{year}/{month}/{page}",
...
0
votes
1answer
36 views
Forwarding requests for relocated static content
I have a bunch of static content on a site that has always lived in the root directory like http://mysite.com/smiley.gif. I want to move it all to a subdirectory http://mysite.com/images/smiley.gif.
...
0
votes
1answer
90 views
where put images files in big multimodules web app
I have big WEB application (jsp). What is the best way to put images files? Where to put images files in multi modules web application?
I have many images so I would like to have easy, separate ...
0
votes
1answer
128 views
What is the equivalent of the htdocs folder in a JBoss AS instance
Static files can be hosted in a Apache HTTP server under the htdocs folder, what would be its equivalent in a JBoss AS instance.
0
votes
1answer
96 views
Question about auto-versioned static content
From my understanding, auto-versioning as a method of forcing updates of static content will cause unique files to be cached every time the content is updated, potentially leading to many "copies" of ...
0
votes
2answers
101 views
Best Practices: How to deal with static text across multiple Java web-apps in an enterprise-environment
I realize the question I'm about to ask is fairly subjective -- I'm looking for (hopefully) an answer that a majority of voters find agreeable, and that has an explanation that makes sense. I'm also ...
0
votes
0answers
39 views
How can I find where a cached file is being served from?
When I visit a particular site on my laptop through my tethered phone's 3G, I keep getting served a certain broken javascript file. However when I do a force refresh on the page (Ctrl+F5) the most ...
0
votes
2answers
792 views
Using .htaccess to serve static files via a subdomain
Right, excuse my stupidity, I've looked through a load of examples on t'interweb but I don't think I've found what I'm looking for.
I have a website, photography.example.com is the main site but I ...
0
votes
0answers
50 views
Apache is randomly not serving content
I have Apache installed on a corporate XP (yeah, I know) machine that I can't re-image. I have partial admin rights on the box. I can install software, but I cannot disable/uninstall or change ...
0
votes
1answer
96 views
How to serve of content files with “abnormal” file extensions in ASP.NET MVC
So, I want to serve up some .ejs files (EJS templates.. see http://embeddedjs.com for more info) from my /Content or /Scripts folder in an ASP.NET MVC project.
This behavior doesn't seem to work out ...
0
votes
2answers
719 views
404 with iis7 asp.mvc doc and pdf files in folder
I have got folder "binaries" in my web application. I would like to download pdf and doc (static ontent) files from that direcotory but when i try to get them i have got error 404.
I tried to set up ...
0
votes
2answers
425 views
Separation of static and dynamic content in J2EE applications
We work with IBM products and we typically use IBM Http Servers (read Apache) as a reverse proxy for our application servers. For performance reasons we serve static content (.gif, .jpg, .css, .html ...