Displaying 20 results from an estimated 1200 matches similar to: "Mongrel Web Server 0.3.12.4 -- Relaxed Parser, Date Fix"
2006 Apr 10
1
Mongrel Web Server 0.3.12.4 -- Relaxed Parser, Date Fix
Hello Everyone,
Just a small announcement for Mongrel 0.3.12.4 which fixes the following
things:
* Corrects the date format returned so that months are three chars only.
* Fixes a problem where DirHandler wasn''t returning Last-Modified and Etag
headers for unknown MIME types.
* Implements a default mime type for anything it doesn''t know about, and
lets you set it via an
2006 Apr 08
1
Mongrel 0.3.12.4 Pre-Release -- Please Test (Not Win32)
Morning Folks,
I have a pre-release of Mongrel 0.3.12.4 up on the releases site that I''d
appreciate everyone testing out.  This release fixes the following:
* Corrects the date format returned so that months are three chars only.
* Fixes a problem where DirHandler wasn''t returning Last-Modified and Etag
headers for unknown MIME types.
* Implements a default mime type for
2006 May 15
0
FW: [Mongrel] Broken win32 service support for lastest mongrels.
Hi all,
I''ve forwarded this from the Mongrel mailing list to see if anyone has
any thoughts.  In summary, Luis is hitting broken pipe errors on
occasion when he tries to stop a service.  In a later email Luis
mentions that simply ignoring them might not always be the best idea,
since sometimes the service seems to no longer respond, even though it
still appears to be running fine.
Dan
2006 Jul 17
2
Port of --prefix to mongrel-service
This patch:
- adds --prefix option to service::install in mongrel-service plugin
- fixes bug with config values merging in the service
- enables gemplugins in the service.
Questions:
- why the load_plugins command was commented out? It seems working for me.
- why bin/mongrel_rails_service and bin/mongrel_rails_svc still in the
main package?
- a lot of code is duplicated in both versions
2006 Jun 05
3
Mongrel Pre-Release 0.3.13 -- Katana Suicide Concurrency
We are *days* away from the official 0.3.13 release, which will be
followed quickly by 0.4 code named Enterprisey Edition 1.2.  This latest
pre-release update closes off the last of the annoying bugs, and adds
one very nasty feature people should check out before we release.  Read
about Katanas below.
** This release doesn''t have win32 yet.  That''ll be uploaded Monday. **
WHAT
2006 Aug 01
2
Mongrel Week!
Hey Folks,
I''ve been rather absent lately, but I now have this week slated for
full-time Mongrel development.  The goal is to get a few big fixes into
0.3.13.4 and release that, and then get a pre-release of 0.4 out for
folks to test against.
Please make sure you put any outstanding bugs into:
http://rubyforge.org/tracker/?atid=5145&group_id=1306&func=browse
And any feature
2006 Feb 21
9
Checked mongrel_rails_service drafts
Ok, I have checked in the first draft of rails win32 service into examples
mongrel_rails_service is the controller, and the _svc script is
actually the service.
The controller uses Mongrel Commands as requested by Zed, but the
service was simplified for debugging purposes, later will merge and
refactor both files.
The environment defaults to production, so if wanted to run it on
other, you must
2006 Jun 10
6
Mongrel 0.3.13 Pre-Release -- Win32! Win32!
Hello Windows Users!
I have finally got my new computer with it''s win32 build working and
have just done the first pre-release for 0.3.13 that has win32 support.
*** All win32 users should try to grab the pre-release and tell me if it
works. ***
You can install it with:
  $ gem install mongrel --source=http://mongrel.rubyforge.org/releases/
>From EITHER win32 or any other platform
2007 Oct 26
2
1.0.2
Hi all,
1.0.2 final will drop as soon as I get the win32 builds from Luis. Watch for it.
In the future we won''t do RCs but will just make point releases,
because no one really installed them except for ourselves. This is
what Zed used to do and what we should have done all along.
Note that the bug tracker is empty:
2006 May 14
6
Broken win32 service support for lastest mongrels.
Ok, this might sound bad... well, actually it is.
I''m my rewrite of mongrel_rails_service and provide a uniform set of
commands in the line of gem_plugin commands, found a few issues while
stopping the service.
Thinking that rails (1.1.2) was responsable, tested against my 1.0.0
rails app, both with the same results.
Again, reverted to mongrel 0.3.8, when services was working ok, with
2006 May 11
5
Mongrel 0.3.13 Pre-Release -- Out of Hibernation
Hello Mongrel Fans,
After about a Month of busy work, bad computers, moving half my house
across the country, and other dramas, I''m finally pushing out the next
release of Mongrel.
This pre-release has lots of little goodies and the start of some
documentation that should get everyone primed for the big "Mongrel 0.4
Enterprisey Edition 1.2" coming real soon now.
INSTALLING
2006 May 10
7
Problems starting mongrel running a rails app as a service
Hi there
I have a rails app that I want to run on a Win 2k server running Mongrel.
I''ve downloaded the latest version and the win32-service gem and can run it
with the mongrel_rails start -d command
When I try to start the same app installed as a service I get the following
error:
"There was a problem starting the service:
The service did not respond to the start or control
2006 Feb 03
3
Mongrel HTTP Library 0.2.2 (Serving Directories)
Hey Folks,
Another announcement of Mongrel -- the fastest little web server  
library for Ruby yet.  This release is nice in that it should build  
on win32 better and it now sports a small DirHandler that can serve  
directories and files.  This means Mongrel is closer to replacing  
WEBrick as a Rails debug runner.
You can get the releases and information from:
*
2003 Jul 31
2
[LLVMdev] Location of the x86 JIT compiler tool
Hi,
I'm mainly insterested on the x86 JIT compiler.
/lib/Target/X86/README.txt talks about 'Jello', the JIT compiler,
which should be on /tools/jello. I think that changed to /tools/lli
and now comprises a bytecode interpreter as well. Is that right?
-- 
Oscar
2006 May 23
1
Mongrel 0.3.13 Pre-Release Update -- Yep, Again
Hi Folks,
This is another pre-release announcement with lots of goodies for people
to test and play with.  At this rate the 0.3.13 release may just turn
into 0.4.
GETTING IT
Pretty simple, just gem install mongrel
--source=http://mongrel.rubyforge.org/releases/
You can get more information at http://mongrel.rubyforge.org/
WHAT''S IN IT
This release has lots of little things, mostly
2006 Dec 01
2
favicon
im trying to figure out how to serve a favicon.ico for my app, does anyone have a line for Mongrel::Configurator? all i can see is that everyone seems to use the 404 handler...how boring..
uri "/favico", :handler => Mongrel::DirHandler.new(File.dirname(__FILE__)+"/favicon.ico")  is sort of close, but it says The image ?http://m/favicon.ico? cannot be displayed, because it
2007 Oct 25
2
Patch for X-SendFile on Windows
A new TRAC entry with patch has been added (initially for Camping)
to allow X-SendFile on Windows to use DirHandler to send files on
drives other than the current drive, if the DirHandler base path is "/"
(which is the way Camping uses DirHandler).
As it was, "/" gets expanded to "C:/", and then you can''t serve files
on any other drive, which I needed to do
2006 Aug 07
1
DirHandler in surplus slashing / unrequited unescaping
im using Mongrels to serve up /usr/portage/packages for other gentoo boxen. since i guess im the guinea pig with the DirHandler, ran into a couple issues:
first, the client showed no files in the remote binhost, turns out the DirHandler was adding a trailing "/" to every filename, presumably making the client think they were directories, not files. attached is a patch which fixes this
2006 Jun 17
3
Mongrel Web Server 0.3.13 OFFICIAL Release
Finally!  I''ve released Mongrel 0.3.13 OFFICIALLY to the public for
better or worse.  This release is pretty huge compared to previous
releases.  It''s got oodles of fixes, design improvements, hosting
enhancements, win32 changes, and the release even works with the latest
cygwin.
Read all about it at http://mongrel.rubyforge.org/news.html
GETTING 0.3.13
Most people do this:
2007 Aug 10
1
serving static files
It seems that Merb is sending static files with Mongrel::DirHandler.
(mongrel_handler.rb:52)
    if get_or_head and @files.can_serve(path_info)
      # File exists as-is so serve it up
      MERB_LOGGER.info("Serving static file: #{path_info}")
      @files.process(request,response)
I haven''t done benchmarks and I''ve hardly glanced at DirHandler''s code
but the