We got nominated! Help us out and vote for GitHub as Best Bootstrapped Startup of 2008. (You can vote once a day.) [ hide ]

public
Description: Phusion Passenger (mod_rails)
Homepage: http://www.modrails.com/
Clone URL: git://github.com/FooBarWidget/passenger.git
Click here to lend your support to: passenger and make a donation at www.pledgie.com !
Fix serving of index.html page cache file.
Hongli Lai (Phusion) (author)
Fri Aug 08 09:32:07 -0700 2008
commit  b697035d9de704f0160f6aef18a3d431316192a8
tree    880f072538d85206926dd14c5d43212e1eb7bf93
parent  4a5fc6af7af1cfa8d24dd2fe3f37a667fd46c077
...
309
310
311
 
312
313
314
...
309
310
311
312
313
314
315
0
@@ -309,6 +309,7 @@ private:
0
         r->filename = pageCacheFile;
0
         r->canonical_filename = pageCacheFile;
0
         if (!coreModuleWillBeRun) {
0
+ r->finfo.filetype = APR_NOFILE;
0
           ap_set_content_type(r, "text/html");
0
           ap_directory_walk(r);
0
           ap_file_walk(r);

Comments

    No one has commented yet.