From: Julian Fitzell Date: 2002-02-14T05:13:42+09:00 Subject: Re: IOWA troubles (was Re: choice of HTML templating system) Paul Brannan wrote: > On Wed, Feb 13, 2002 at 10:31:58AM +0900, Julian Fitzell wrote: > >>Aha! That's it... though it would be nice if it didn't segfault because >>of it... Iowa's handling of incorrect URLs is currently pretty poor. >> >>What you want is http://myhostname/iowa/guestbook >> > > OIC. > > This actually doesn't work if there is already a directory on the server > with that name. :) Well, there shouldn't actually need to be a directory there. The way the README suggests to install is, I think bu adding: SetHandler iowa to your httpd.conf file. You then run your iowa app from anywhere you like and connections to yourserver/cgi/iowa/appname will be forwarded to the application running with the same name. Of course you could set up a location called just /iowa but it doesn't need to (and shouldn't) point to a real directory. Hope that clarifies a bit, Julian -- julian@beta4.com Beta4 Productions (http://www.beta4.com)