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

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
joseph
Forum Newbie
Posts: 24
Joined: Mon Jul 03, 2006 6:15 am

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

Post by joseph »

How do we use Apache 2 Triad to change the CHMOD of a certain files or directory?? Thanks.
bdlang
Forum Contributor
Posts: 395
Joined: Tue May 16, 2006 8:46 pm
Location: Ventura, CA US

Post 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.
Post Reply