http://bugs.koha.org/cgi-bin/bugzilla/show_bug.cgi?id=1229 Summary: Apache group is not determined properly Product: Koha Version: branch 2.4 Platform: PC OS/Version: Linux - Suse Status: NEW Severity: normal Priority: P2 Component: Installation AssignedTo: mjr@ttllp.co.uk ReportedBy: christian.kolly@bluewin.ch QAContact: koha-bugs@nongnu.org The usage of "getgrname" in Install.pm to find the httpd group name is wrong: getgrname($httpduser) don't return the goupe of tho user $httpduser but the GID of the group called "$httpduser". This coul'd work if the user name and the group name are identicals but this is a bug. In Suse, the httpd user is "wwwrun" and httpd group is "www". So the group of directories "/usr/local/koha/*" are not set correctly. Thanks ------- You are receiving this mail because: ------- You are the QA contact for the bug, or are watching the QA contact.