Community « Discussion forum « Post your requirements here « Some questions about the yacs!thanks! «
Comment: Some questions about the yacs!thanks!
| << Previous | Next >> |
Comment inspired from good8
Good8: YACS has to be able to modify about any file under the installation directory. Several parameter files are saved at shared., at skins/, at agents/, etc. Also, on update YACS overwrites PHP scripts themselves...
Therefore, the account used to serve web requests has to be allowed to change any file in the YACS directory.
You can either make this account the owner of all these directories and files(chmod 7..), or make this account a member of a group that is allowed to handle directories and files (chmod 77.), or allow the world to change everything (chmod 777).
Which security policy are you talking about? ::)
Therefore, the account used to serve web requests has to be allowed to change any file in the YACS directory.
You can either make this account the owner of all these directories and files(chmod 7..), or make this account a member of a group that is allowed to handle directories and files (chmod 77.), or allow the world to change everything (chmod 777).
Which security policy are you talking about? ::)
This comment has inspired:
by Bernard on May 17 2005
