SPUG: Bad file descriptor at .+ line \d+.

Brandon Maust bmaust at gmail.com
Wed May 24 17:13:38 PDT 2006


On 5/24/06, JD Brennan <jazzdev at gmail.com> wrote:

> I just had to setup the Directory Security for the virtual
> directory in IIS to use an account that is in the Local Administrators
> group.  That seems to allow Perl CGIs to create subprocesses.

running CGI processes (even perl) with administrative privileges is
generally a scary way to do things.  Could adding the account to the
local users group or granting it a specific privilege have the same
effect?

--
Brandon


More information about the spug-list mailing list