Hi all,
Sorry for my poor english...
I'd like to use the CMS Typo3 on my site, but the PHP scripts need to write to some config files. I had to use chgrp to change the group of a subdir to apache (or whatever the httpd uses) but I can't.
The command:
chgrp apache typo3_src-3.5.0
The output
chgrp: changing group of `typo3_src-3.5.0': Operation not permitted
How should I permit the PHP scripts to write to this subdir?
Should I permit everybody write permission? I don't like to do so...
Someone professional please help.
Thanks!
Tom


LinkBack URL
About LinkBacks



Reply With Quote
Technically speaking, there is not much difference between letting apache to write to your directory and making that directory world-writable. This is because other users can execute scripts as apache's user/group id just like you can.

Bookmarks