Skip Menu |

This queue is for tickets about the Catalyst-Helper-FastCGI-ExternalServer CPAN distribution.

Report information
The Basics
Id: 39353
Status: new
Priority: 0/
Queue: Catalyst-Helper-FastCGI-ExternalServer

People
Owner: Nobody in particular
Requestors: felix.ostmann [...] thewar.de
Cc:
AdminCc:

Bug Information
Severity: (no value)
Broken in: (no value)
Fixed in: (no value)



Subject: Permissions on LOGILE
when logfile= and user= is used, the logfile will have root-permissions, and the process cant start. perhaps a touch $LOGILE chown $EXECUSER $LOGFILE or something before write to the logfile would help :) after reading the code i wonder about the [% UNLESS user == 'root' %] things ... i think it must be always there, also for root.