Avi Bryant wrote: > > 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 > ^^^^^ I thought there were a sample page built into mod_iowa as described in mod_iowa.c but I didn't pay that much attention...:-) Well, even if I try an iowa example it doesn't leave a trace of what is going on besides a "spinning" apache process for each time I try to access an iowa application: (from "top"). 3816 nobody 40 0 3236K 2292K RUN 0:31 30.66% 30.22% apache 3817 nobody 41 0 3236K 2292K RUN 0:12 22.78% 22.46% apache 3818 nobody 42 0 3236K 2292K RUN 0:09 20.36% 20.07% apache 3832 nobody 40 0 3236K 2292K RUN 0:04 13.26% 12.60% apache