Comment 4 for bug 1116387

Revision history for this message
Josh Stompro (u-launchpad-stompro-org) wrote :

I found that the minimum required apache config change if you want a separate template dir for the kpac is

 <Location /eg/kpac>
         PerlAddVar OILSWebTemplatePath "/openils/var/templates_kpac2"
 </Location>

The other options are already loaded globally in the default install for 2.6. I would guess that is the case for 2.5 and 2.7 also. Maybe in 2.3 those were required, but I don't think they are any more.