Hi all
Sometime it's good to know "why" exactly things are like that...
So, I'm coming with one big question!
SME has a very nice system of ibays, which allows easy websites construction (and more)
But, it seems that a lot of contributors (all of them in fact) put their webapps like Joomla, TorrentFlux, phpMyAdmin, phpLDAPAdmin, etc. in /opt
What are the exact reasons? and what are the advantages of installing webapps in /opt ?
The FAQ is not very helpful about this subject:
Web Applications
* chmod 777
Using 777 is always wrong (despite the fact that many howtos recommend it). 0770 is sufficient, as long as www is a member of the group owning the directory, and is safer.
Use chown www /path/to/dir
and preferably put your app in /opt/app not in an ibay
A lot of us already know that, but many just don't know exactly why! (My self actually don't

)
By the way, install in /opt is a bit harder because one must know how to use templates (especially httpd.conf) and sometimes it's just frustrating: no easy control on virtual domains (could this be a NFR?)
I would like to have a bigger explanation... I think this point should be really clear to everyone (so the FAQ can be updated)
Thanks in advance!