views:

12

answers:

1

Hi, There are many how-to's for people who want to use Rails with Apache and fastcgi. But I need to use Ruby alone without any frameworks (for educational purpose). So does anyone know how to configure Apache with FastCGI and to write a simple "Hello world"-style dispatcher on Ruby?

A: 

Have a look at http://serverfault.com/posts/106607/revisions

steenslag
Thanks a lot, but maybe more explanation about Apache configuration will be great
kravitz