Re: Nginx Perl / Cgi Permission Problem

2016-09-19 Thread steve
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

Re: Nginx Perl / Cgi Permission Problem

2016-09-19 Thread Aleksandar Lazic
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

Nginx Perl / Cgi Permission Problem

2016-09-19 Thread 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? only for this location? best regards __

Re: nginx perl cgi

2014-07-13 Thread Peter Vandenberghe
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