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?