Greetings, I am trying to set up plack. I found some instructions here: http://wiki.koha-community.org/wiki/Plack "This instructions assume that your Koha checkout is /srv/koha. If it's in some other location, you have to change /srv/koha to correct folder throughout all scripts below. Create following file and call it opac.psgi" Great, except I'm not sure where opac.psgi goes. Let's say I have a git install: /home/mtompset/kohaclone. Where does opac.psgi go? Let's say I have a package install: /usr/share/koha. Where does opac.psgi go? And am I correct to assume that /srv/koha is to be substituted with those either of those paths that I have given? Help and clarification would be appreciated. I'm trying to test my revisions to bug 5010 completely. GPML, Mark Tompsett