Displaying 20 results from an estimated 100000 matches similar to: "Mongrel access logs?"
2008 Jun 05
2
Static files and mongrel
Hi
how does mongrel (without rails or merb) handles Static files? Do I
have to create a handler for static file handling?
Thanks
Emmanuel
2008 Jun 11
0
mongrel multipart HTTP response (not request)
Hi,
Is this possible to send a Multipart response on Mongrel ? How would I
do that in the handler?
Thanks
Emmanuel
2006 Nov 04
0
no logs from mongrel on win2k
Hi All
I am running a mongrel on win2k and I don''t get any log output
I have tried to these two options
1. Stream redirection using "mongrel_rails start -c C:/myspace/snapshot -p
4111 -t 70 -e production -P log/mongrel-1.pid > C:\temp\mongrel- 1.log"
The console print the output stream and the mongrel-1.log file shows no
content except the content generated after I kill
2008 Jun 01
0
How to disable mongrel logs
How do I disable mongrel''s logging?
--
Posted via http://www.ruby-forum.com/.
2006 Aug 27
2
Mongrel not creating pid file
Here''s my config:
:debug: false
:daemon: true
- mongrel
:log_file: log/mongrel.log
:pid_file: log/mongrel.pid
:environment: development
And I start Mongrel with:
mongrel_rails -C config/mongrel.yml
It starts up fine, and creates and logs to the log
file, but I haven''t seen it create a pid file yet. Any
idea why?
BTW, why does Mongrel generate a config with vars like
:var:
2006 Mar 15
0
Mongrel Web Server 0.3.11 -- Edge Rails and Win32 Compliant
Hello Folks,
This is the big release of Mongrel that''s been in the works for a while now
(well, like a week). It is chock full of changes and features, but mostly
it syncs up the Win32 side of things, and validates that Edge Rails works
without problems. It also features a more extensive and useful example of
the GemPlugins called mongrel_config.
First the usual stuff for people
2006 Nov 29
3
Mongrel as Win32 service for a camping app?
As subject line, basically...
http://mongrel.rubyforge.org/docs/win32.html describes how to install
Service
support for Mongrel on Win32. But it seems to be focussed on providing a way
of running Rails apps.
If it is possible at all, can you provide hints or refer to documentation
that
explains how to run apps that use other frameworks, like Camping, as
Services
please? Is it written up online,
2007 Aug 27
0
Mongrel Logging
Hi,
I want all my mongrel processes to log to a single file, I''ve set up
a few clusters before and this seemed to be the default behaviour
however the most recent cluster I''ve deployed each mongrel logs to its
own file with its port number as an identifier.
Rails 1.2.3
Mongrel 1.0.1
-------------- next part --------------
An HTML attachment was scrubbed...
URL:
2006 Aug 07
0
some questions about mongrel
i posted some of these questions on the rails list, but thought that i
should probably post them here instead.
zed has already answered one of my questions, but i did have a couple more.
1) mongrel is not writing the pid file, which i have specified in the
config file
---
:cwd: /srv/www/railsapps/rftrack
:includes:
- mongrel
:log_file: log/mongrel.log
:config_script:
:pid_file: log/mongrel.pid
2006 Dec 27
0
no log/mongrel.log file on win32, looking for sugge stions...
Hi Luis,
answers in CAPS.
-----Original Message-----
From: Luis Lavena [mailto:luislavena at gmail.com]
Sent: Tuesday, December 26, 2006 5:39 PM
To: mongrel-users at rubyforge.org
Subject: [Mongrel] no log/mongrel.log file on win32, looking for
suggestions...
Hello Mongrels around the world!
Been thinking a way to unify the issue I described in the subject.
For those who aren''t
2008 Dec 12
8
cucumber features HTML output bug with more than 100 steps
I''m having the following problem:
With the format as html, the output of cucumber stops coloring successful
steps green after step #100. This last line in the HTML is:
<script type="text/javascript">stepPassed(100)</script>
Steps 101 -n are colored grey. The <body> tag is not closed but all steps
are displayed. When running with ''format
2006 Mar 03
0
Mongrel 0.3.7.1 -- 1000 Paper Cuts Release
This release of Mongrel is coming at you with lots of very little but
important features and fixes. The big highlights are:
* Initial beginning of the plugin support that will let people write
their own handlers and other things for Mongrel.
* Timeout now works again but couldn?t find an alternative to the buggy
Timeout class.
* SwitchTower friendly signal handling for
2007 Jun 29
3
mongrel tuning with httperf - suspicious results
Hello all,
I''m attempting to test/tune a mongrel cluster according to the tuning
instructions on the mongrel site (using httperf). Anecdotally, the site
itself ''feels'' snappy, but testing it with httperf reveals what appears to
be terrible throughput. I''m kind of at a loss to describe the results, and
was hoping someone could verify that I''m testing
2006 Mar 30
0
Mongrel Web Server 0.3.12 -- Finally Out
Hello Folks,
This is the long awaited (like 2 weeks) 0.3.12 release of Mongrel. This
release has received heavier testing than previous releases and supports a
whole raft of improvements to existing functionality plus some new stuff.
For those not clued in, Mongrel is a web server written in (mostly) Ruby.
Check the funny dogs and read the docs about it at
http://mongrel.rubyforge.org/. The
2006 Aug 24
0
apache2.2 mod_proxy, mongrel, and my poor rails code
Hi mongrel-users,
Just a heads up for apache2.2 mod_proxy + mongrel + rails users:
If you have a line like this in your source (because you''ve done a
poor job maintaining your code and reading the API docs):
render ''foo'', :layout => ''bar''
You might expect it to do what it says... but it actually sets
deprecated_status and ends up setting
2009 Sep 04
0
Mongrel Timeout for System Calls
I''ve got a problem with timing out a C RFC call.
Essentially, I''ve got code that initializes and executes an RFC to a
remote server that, depending on the server, could take a significant
amount of time to return a response.
To minimize end-user impact, I wrapped the call with a timeout of 20
seconds.
When I executed a test, it didn''t appear to do anything as the
2006 Dec 27
2
no log/mongrel.log file on win32, looking for suggestions...
Hello Mongrels around the world!
Been thinking a way to unify the issue I described in the subject.
For those who aren''t aware, mongrel (actually, mongrel_rails) only
generate the log file if daemonize was used (-d)
That means no log file under windows, due his lack of
fork/daemonization capabilities.
Now, users that need to run mongrel on windows cannot report and fill
the empty
2006 Jun 10
1
mongrel (0.3.12.4) blows up
Hello, I don''t know if this is really relevant anymore because a new
version is about to be released it seems, however I''ve been trying to
run mongrel 0.3.12.4 on a development server in development mode
(simply with mongrel_rails start). I try to access the server and the
first page (static file) loads, but then the server dies and I get
this in the logs.
I''m
2006 Jun 21
1
mongrel lock ups
Thread #<Thread:0xb7ac9dd4 sleep> is too old, killing.
Error calling Dispatcher.dispatch #<Mongrel::StopServer: Timed out thread.>
I''m getting lockups
I''ve seen this too:
Shutdown waited 1 for 9 requests, could take 10 seconds.^MThread
#<Thread:0xb7815fa8 sleep> is too old, killing.
Error calling Dispatcher.dispatch #<Mongrel::StopServer: Timed out
2007 May 23
1
Troubleshooting unresponsive mongrel
Hi. I have mongrel 1.0.1 running a really simple application and found
to lock up (rarely, but still). There''s nothing in the logs, it just
stops responding. When I mongrel_rails stop it, I get lots of entries like:
Waiting for 3 requests to finish, could take 60 seconds
/usr/lib64/ruby/gems/1.8/gems/mongrel-1.0.1/lib/mongrel.rb:675:in `process''