I want to allow a CGI program to be able to write (add/edit/delete) in a directory. So the permission for the directory is still 755. But when my website visitors run the CGI program through browser, they can write to the directory (in other words, the permission for the directory to the CGI program is 777).
Can I do it?
Thanks,