[OPEN-ILS-DEV] proper client

Mike Rylander mrylander at gmail.com
Thu Apr 9 09:35:24 EDT 2009


On Thu, Apr 9, 2009 at 9:32 AM, Jason Etheridge <jason at esilibrary.com> wrote:
>> Note: at the moment (8/21/2008) we have identified a couple of glitches
>> that prevent the VMWare image of Evergreen from automatically working
>> with the staff client. (In more specific terms, on the image, Apache
>> doesn't expose the symbolic links for xul versions, and HEAD is linked
>> to an older version for xul server files.) We should have a new image
>> available shortly.
>>
>>
>> Is that what I am up against?
>
> I think so.  I don't know off-hand how to configure apache for
> allowing symlinks.  How painful would it be to get a newer Evergreen
> image?
>

<Directory /openils/var/web/xul>
   Options Indexes FollowSymLinks
   AllowOverride None
   Order allow,deny
   Allow from all
</Directory>

-- 
Mike Rylander
 | VP, Research and Design
 | Equinox Software, Inc. / The Evergreen Experts
 | phone:  1-877-OPEN-ILS (673-6457)
 | email:  miker at esilibrary.com
 | web:  http://www.esilibrary.com


More information about the Open-ils-dev mailing list