Re: [Mongrel] Rails Deploy Files - Remove?

2007-01-19 Thread Jason A. Hoffman
On Jan 19, 2007, at 12:46 PM, Hunter Hillegas wrote:

 So, now that we're using Mongrel and not the horrid FCGI, do I really
 need these files in my Rails apps:

 dispatch.fcgi
 dispatch.cgi
 .htaccess

 ??

 The .htaccess file has rules for rewriting that look FCGI based. For
 Mongrel, I do my Apache re-writing in my config file, right?

 is there a reason to include these files at this point?

 Hunter


Hi Hunter,

You don't need them.

Regards, Jason
___
Mongrel-users mailing list
Mongrel-users@rubyforge.org
http://rubyforge.org/mailman/listinfo/mongrel-users


Re: [Mongrel] Rails Deploy Files - Remove?

2007-01-19 Thread Jonathan Leighton
On Fri, 2007-01-19 at 12:58 -0800, Jason A. Hoffman wrote:
 On Jan 19, 2007, at 12:46 PM, Hunter Hillegas wrote:
 
  So, now that we're using Mongrel and not the horrid FCGI, do I really
  need these files in my Rails apps:
 
  dispatch.fcgi
  dispatch.cgi
  .htaccess
 
  ??
 
  The .htaccess file has rules for rewriting that look FCGI based. For
  Mongrel, I do my Apache re-writing in my config file, right?
 
  is there a reason to include these files at this point?
 
  Hunter
 
 
 Hi Hunter,
 
 You don't need them.
 
 Regards, Jason

Also, the .htaccess can cause problems if you are, for instance,
proxying through Apache and serving /public statically (for caching)

-- 
Jonathan Leighton, Web Developer
Portfolio: http://jonathanleighton.com/
Personal: http://turnipspatch.com/

___
Mongrel-users mailing list
Mongrel-users@rubyforge.org
http://rubyforge.org/mailman/listinfo/mongrel-users