bugfix LL::ExcelHandler - no access to LIMS::error() method so replaced return with die; removed BEGIN block in sysmex.pl script - generates Carp version error in Deb7 perl version; changed directory permissions on sessions & src/data dirs to allow apache to read/write without requiring 777
12 years ago
README.txt
# sessions directory and contents needs to be writeable by apache user during cron report generation with charts, so make raj member of www-data group:
sudo usermod -a -G www-data raj
# set group to apache user for sessions dir:
sudo chgrp -R www-data ./sessions
# set permissions so new files have apache user group (setgid):
sudo chmod 2770 ./sessions
# make cgisession.id writeable by apache user:
chmod 660 ./sessions/cgisession.id