Page 1 of 1

how do we use apache 2 to change the CHMOD in r localhost?

Posted: Tue Jul 04, 2006 10:46 am
by joseph
How do we use Apache 2 Triad to change the CHMOD of a certain files or directory?? Thanks.

Posted: Tue Jul 04, 2006 12:13 pm
by bdlang
You don't. You use PHP to chmod() a file, if the HTTPD/PHP user has privilege to write the file / within the directory.