Search found 3 matches

by neutrino
Oct 01, 2014 1:48 pm
Forum: XFileSharing Pro
Topic: Wirecard for payments
Replies: 0
Views: 2213

Wirecard for payments

Hello,

is there anyone using Wirecard Checkout Page for payments? If yes, did you have any issue with them, or has been difficult to implement?

Thank you. :)
by neutrino
Jul 19, 2013 1:05 pm
Forum: XFileSharing Pro
Topic: nginx-fascgi and unknow user
Replies: 2
Views: 2679

Ok, here are some news about this issue.

In file index-fcgi.cgi, at the beginning I have

POSIX::setuid(502) or die "Can't set uid: $!";

So my question is: why 502? Should this be set to a particular UID of an already existent user?
by neutrino
Jul 19, 2013 10:41 am
Forum: XFileSharing Pro
Topic: nginx-fascgi and unknow user
Replies: 2
Views: 2679

nginx-fascgi and unknow user

Hello, we have processes like perl-fcgi running as user 502 (so it is an unknow user) 502 1211 1 0 12:05 ? 00:00:00 perl-fcgi-pm 502 1937 1211 0 12:10 ? 00:00:00 perl-fcgi this creates problem when sending emails, because of a fatal: no login name found for user ID 502 error. Any hint about this?