This shows you the differences between two versions of the page.
Both sides previous revision Previous revision Next revision | Previous revision | ||
filesystem_permissions [2012/10/07 17:31] Christoph M. Becker [How to change permissions] |
filesystem_permissions [2014/11/21 14:14] Christoph M. Becker [Filesystem Permissions] added note about safe_mode |
||
---|---|---|---|
Line 19: | Line 19: | ||
And it's important which user accesses the file: the owner or somebody else. This depends on how PHP is executed by the webserver. If it is running as (F)CGI, the user is typically the owner of the file, otherwise not. You can look up how it's handled on your server in the PHP info under "Server API". | And it's important which user accesses the file: the owner or somebody else. This depends on how PHP is executed by the webserver. If it is running as (F)CGI, the user is typically the owner of the file, otherwise not. You can look up how it's handled on your server in the PHP info under "Server API". | ||
+ | <note>If PHP's [[http://php.net/manual/en/features.safe-mode.php|safe mode]] is enabled on your server, there may be further restrictions. It is recommended to run CMSimple_XH on a server with safe mode disabled.</note> | ||
===== Conclusion ===== | ===== Conclusion ===== | ||