Apache Directive for Allow From

Posted by Dr. DOT on Server Fault See other posts from Server Fault or by Dr. DOT
Published on 2010-03-09T21:37:45Z Indexed on 2010/04/10 1:03 UTC
Read the original article Hit count: 383

Filed under:

I want to button down write access on a particular file using the Allow form directive in my httpd.conf file.

I have a PHP script that I want to be the only resource that can write to this file.

Is there a variation of the Allow from that I can define to make this happen?

© Server Fault or respective owner

Related posts about httpd.conf