Hi,
On 09/19/2016 10:41 PM, basti wrote:
Hello,
I have a perl/ gci script that creates a dir and within that an subdir
with permission 0750. The owner of the dirs are www-data.
nginx can't delete the dirs because this is run as user nginx.
is there a way to set the user for perl/cgi to nginx? o
Hi.
Am 19-09-2016 12:41, schrieb basti:
Hello,
I have a perl/ gci script that creates a dir and within that an subdir
with permission 0750. The owner of the dirs are www-data.
nginx can't delete the dirs because this is run as user nginx.
is there a way to set the user for perl/cgi to nginx? on
Hello,
I have a perl/ gci script that creates a dir and within that an subdir
with permission 0750. The owner of the dirs are www-data.
nginx can't delete the dirs because this is run as user nginx.
is there a way to set the user for perl/cgi to nginx? only for this
location?
best regards
__
Denis S. Filimonov wrote in post #645832:
> I had the same problem some time ago.
> The problem with this script is that it violates CGI specifications
> regarding
> POST requests. POSTed data must come to a CGI app from the standard
> input
> while this script parses the input and sets variables a