[Mongrel] Mongrel handler and root_handler

2008-05-30 Thread Emmanuel Pinault
Hi I am writing my own handler and seeing some strance behavior. Best is describing by the following code say I create mongrel server (see at the end of the email) and have one handler for the root (so shoudl handle all request..) To my surprise the @a in the following code in the Handlder

[Mongrel] Static files and mongrel

2008-06-05 Thread Emmanuel Pinault
Hi how does mongrel (without rails or merb) handles Static files? Do I have to create a handler for static file handling? Thanks Emmanuel ___ Mongrel-users mailing list Mongrel-users@rubyforge.org

Re: [Mongrel] Static files and mongrel

2008-06-05 Thread Emmanuel Pinault
web server usually to pick up the static files then have mongrel just handle dynamic part Thanks Emmanuel On Jun 5, 2008, at 2:13 PM, Kirk Haines wrote: On Thu, Jun 5, 2008 at 2:45 PM, Emmanuel Pinault [EMAIL PROTECTED] wrote: Hi how does mongrel (without rails or merb) handles Static files

[Mongrel] logging?

2008-06-05 Thread Emmanuel Pinault
Is there a simple way to turn on./off logging ? or do I have to build my own? Trying to see all the request coming in (like access log in apache) thanks Emmanuel ___ Mongrel-users mailing list Mongrel-users@rubyforge.org

[Mongrel] Mongrel access logs?

2008-06-06 Thread Emmanuel Pinault
Hi How do I turn on/off the mongrel access logs? I have not seen any docs and the API does not describes it very well.. Thanks Emmanuel ___ Mongrel-users mailing list Mongrel-users@rubyforge.org http://rubyforge.org/mailman/listinfo/mongrel-users

[Mongrel] Mongrel Access log?

2008-06-16 Thread Emmanuel Pinault
I see the module RequestLog::Access in the API but how do I use it/ turn on the log to see access log for mongrel? can someone help me out with it? Thanks Emmanuel___ Mongrel-users mailing list Mongrel-users@rubyforge.org

Re: [Mongrel] Problem launching mongrel

2008-12-16 Thread Emmanuel Pinault
clearly you are missing a configuration file on the server. /etc/ mongrel_cluster.. you need to create a configuration file to start your mongrel cluster. It first looks into your rails config directory and then in /etc/mongrel_clusters. Emmanuel On Dec 16, 2008, at 12:30 PM, Sylvain Petit