Re: FCGX_Accept_r fails
David Norton <[email protected]> Sun, 15 Aug 2010 22:02:16 -0400
| Newsgroups | gmane.comp.web.fastcgi.devel |
|---|---|
| Message-ID | <[email protected]> |
I'm embarrassed to admit it but libapache2-mod-fcgid wasn't installed. I incorrectly assumed that it was because Apache was starting my app. Tom, thanks for the suggestion. David On Fri, Aug 13, 2010 at 12:41 PM, David Norton <[email protected]> wrote: > ulimit -a reports... > core file size (blocks, -c) 0 > data seg size (kbytes, -d) unlimited > scheduling priority (-e) 20 > file size (blocks, -f) unlimited > pending signals (-i) 16382 > max locked memory (kbytes, -l) 64 > max memory size (kbytes, -m) unlimited > open files (-n) 1024 > pipe size (512 bytes, -p) 8 > POSIX message queues (bytes, -q) 819200 > real-time priority (-r) 0 > stack size (kbytes, -s) 8192 > cpu time (seconds, -t) unlimited > max user processes (-u) unlimited > virtual memory (kbytes, -v) unlimited > file locks (-x) unlimited > > What permission(s) or user limit(s) would effect FCGX_Accept_r? I did > some Googling on FCGX_Accept_r, ulimit, and permissions but couldn't > dig up anything. Any further hints? Any idea what -88 return value > means? > > Thanks, > > David > > > On Fri, Aug 13, 2010 at 9:31 AM, Tom Bowden <[email protected]> wrote: >> >> Perhaps ulimit or port permissions? >> >> On Aug 12, 2010, at 10:30 PM, David Norton wrote: >> >>> I wrote an app in C++ running on Ubuntu 10.04...works great. Built the code on an amazonaws hosted Ubuntu server and FCGX_Accept_r returns -88 every time. >>> >>> Any thoughts on what I'm doing wrong? >>> >>> Thanks, >>> >>> David >>> _______________________________________________ >>> FastCGI-developers mailing list >>> FastCGI-developers-xGejAJT2w6xVgU18Zptdi0EOCMrvLtNR@public.gmane.org >>> http://mailman.pins.net/mailman/listinfo.cgi/fastcgi-developers >> >