On Wed, 14 Feb 2001, Jonas Bulow wrote:

> Hi,
> 
> I just installed iowa and mod_iowa using ruby 1.6.2 on FreeBSD
> 4.2-STABLE. 
> 
> My problem is that if I try to do the following:
> 
> lynx -mime_header http://localhost/iowa
> 
> Can anyone give me a clue of how to go on with this?
> 

Yeah... my apache module is rather delinquent in terms of error checking.
You need to give it the name of a running iowa application... for example:

cd iowa/examples/calc
ruby calc.rb

lynx -mime_header http://localhost/iowa/calc
                                       ^^^^^