1 (edited by robfantini 2011-03-04 20:35:27)

Topic: Upgrade steps minor suggestion

instead of

chmod -R 0755 iRedAdmin-Pro-LDAP-1.4.1/

which sets all files to executable,

this might be better:

chmod -R  ug+rX  iRedAdmin-Pro-LDAP-1.4.1/

from man chmod: execute/search only if the file is a directory or already  has  execute  permission  for some user (X)

----

Spider Email Archiver: On-Premises, lightweight email archiving software developed by iRedMail team. Supports Amazon S3 compatible storage and custom branding.

2

Re: Upgrade steps minor suggestion

Thanks for your suggestion.

"ug+rX" equals to 0550, but it doesn't work. Because file owner/group is "iredadmin", but Apache user can't read it, then we get a file permission error in apache.