Dispatch.cgi, dispatch.fcgi, dispatch.rb not present in Public folder

I’m doing a series of ruby on rails tutorials and it got to a part
where i need to edit the following files that should be automatically
inside the public folder: dispatch.cgi,dispatch.fcgi,dispatch.rb but I
have none of these inside my public folder. Is there a reason for
this? And how can i change it so they are back

The only files in my public folder at present are

404.html 500.html 422.html images javascripts stylesheets favicon.ico
index.html robots.txt

Check out
http://www.anchor.com.au/hosting/dedicated/Running-Rails-2.3-Using-CGI-with-Rackunder
“The Meat”.

/Lasse

2010/3/24 Peter [email protected]

Or you could use mod_rails http://www.modrails.com/ (Passenger)
instead.

/Lasse

2010/3/24 Lasse B. [email protected]

Glad you found out :slight_smile:

/Lasse

2010/3/24 Peter S. [email protected]

Yeah no need to use them. Install Passenger and have fun!

2010/3/24 Lasse B. [email protected]

Or you could use mod_rails http://www.modrails.com/ (Passenger)

404.html 500.html 422.html images javascripts stylesheets favicon.ico
http://groups.google.com/group/rubyonrails-talk?hl=en.
For more options, visit this group at
For more options, visit this group at
For more options, visit this group at
http://groups.google.com/group/rubyonrails-talk?hl=en.


Mário Sérgio Coelho Marroquim

http://www.muraldeideias.com.br

thank you, so they aren’t meant to be there nowadays, I originally
thought i had done something wrong, i can move on now, cheers