<?xml version="1.0" encoding="UTF-8"?>
<rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns="http://purl.org/rss/1.0/" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:syn="http://purl.org/rss/1.0/modules/syndication/" xmlns:admin="http://webns.net/mvcb/">
  <channel rdf:about="http://permalink.gmane.org/gmane.comp.web.fastcgi.devel">
    <title>gmane.comp.web.fastcgi.devel</title>
    <link>http://permalink.gmane.org/gmane.comp.web.fastcgi.devel</link>
    <description/>
    <syn:updatePeriod>hourly</syn:updatePeriod>
    <syn:updateFrequency>1</syn:updateFrequency>
    <syn:updateBase>1901-01-01T00:00+00:00</syn:updateBase>
    <items>
      <rdf:Seq>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.web.fastcgi.devel/3300"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.web.fastcgi.devel/3299"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.web.fastcgi.devel/3298"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.web.fastcgi.devel/3297"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.web.fastcgi.devel/3296"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.web.fastcgi.devel/3295"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.web.fastcgi.devel/3294"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.web.fastcgi.devel/3293"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.web.fastcgi.devel/3292"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.web.fastcgi.devel/3291"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.web.fastcgi.devel/3290"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.web.fastcgi.devel/3289"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.web.fastcgi.devel/3288"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.web.fastcgi.devel/3287"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.web.fastcgi.devel/3286"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.web.fastcgi.devel/3285"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.web.fastcgi.devel/3284"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.web.fastcgi.devel/3283"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.web.fastcgi.devel/3282"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.web.fastcgi.devel/3281"/>
      </rdf:Seq>
    </items>
    <image rdf:resource="http://gmane.org/img/gmane-25t.png"/>
    <textinput rdf:resource=""/>
  </channel>
  <image rdf:about="http://gmane.org/img/gmane-25t.png">
    <title>Gmane</title>
    <url>http://gmane.org/img/gmane-25t.png</url>
    <link>http://gmane.org</link>
  </image>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.web.fastcgi.devel/3300">
    <title>Re: install mod_fastcgi to apache</title>
    <link>http://permalink.gmane.org/gmane.comp.web.fastcgi.devel/3300</link>
    <description>&lt;pre&gt;Why are you compiling yourself? Are you not using a distro with
prepackaged binaries?

Anyway, mod_fastcgi has been pretty much deprecated in favor of mod_fcgid.

If you use Apache 2.4+ you don't even need any mods, because
mod_proxy_fcgi was added. It doesn't work for UNIX sockets, though. I
think the mod_proxy_fcgi approach is the nicest, because process
spawning doesn't belong in Apache anyway. For example, I am using
Apache 2.4 with PHP-FPM (which does the spawning).

On Ubuntu, you can just apt-get install libapache2-mod-fcgid, and then
"a2enmod fcgid".

2013/4/18 Jia, Yicheng &amp;lt;Yicheng.Jia&amp;lt; at &amp;gt;fenwalinc.com&amp;gt;:
_______________________________________________
FastCGI-developers mailing list
FastCGI-developers&amp;lt; at &amp;gt;mailman.fastcgi.com
http://mailman.fastcgi.com/mailman/listinfo/fastcgi-developers
&lt;/pre&gt;</description>
    <dc:creator>Janus Troelsen</dc:creator>
    <dc:date>2013-04-18T08:05:52</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.web.fastcgi.devel/3299">
    <title>install mod_fastcgi to apache</title>
    <link>http://permalink.gmane.org/gmane.comp.web.fastcgi.devel/3299</link>
    <description>&lt;pre&gt;
Hi Folks,

I am new to fastcgi and today just downloaded and compiled the fastcgi module 2.4.0, by doing

1.       configure

2.       make &amp;amp; make install

I notice both "libcgi++.a" and "libcgi.a" are copied to "/usr/local/lib" directory after installation.


Now I want to add the module statically to my apache 2.2.6 package, so I can build a new apache server with mod_fastcgi statically linked in, however I couldn't find a proper way to do it. By looking at the installation manual, I go to &amp;lt;apache_dir&amp;gt; and do "./configure --activate-module=src/modules/fcgi-2.4.0/libfastcgi.a" but it complains no such command option.



Can anyone help me? Thanks!


Best Regards!
Tony


________________________________

This communication may contain information that is proprietary, confidential or otherwise exempt from disclosure. If you are not the intended recipient, please note that any dissemination, distribution, or copying of this communication is strictly prohibited. Persons receiving this communication in error sh&lt;/pre&gt;</description>
    <dc:creator>Jia, Yicheng</dc:creator>
    <dc:date>2013-04-17T22:40:38</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.web.fastcgi.devel/3298">
    <title>install mod_fastcgi to apache</title>
    <link>http://permalink.gmane.org/gmane.comp.web.fastcgi.devel/3298</link>
    <description>&lt;pre&gt;Hi Folks,

I am new to fastcgi and today just downloaded and compiled the fastcgi module 2.4.0, by doing

1.       configure

2.       make &amp;amp; make install

I notice both "libcgi++.a" and "libcgi.a" are copied to "/usr/local/lib" directory after installation.


Now I want to add the module statically to my apache 2.2.6 package, so I can build a new apache server with mod_fastcgi statically linked in, however I couldn't find a proper way to do it. By looking at the installation manual, I go to &amp;lt;apache_dir&amp;gt; and do "./configure --activate-module=src/modules/fcgi-2.4.0/libfastcgi.a" but it complains no such command option.



Can anyone help me? Thanks!


Best Regards!
Tony


________________________________

This communication may contain information that is proprietary, confidential or otherwise exempt from disclosure. If you are not the intended recipient, please note that any dissemination, distribution, or copying of this communication is strictly prohibited. Persons receiving this communication in error sho&lt;/pre&gt;</description>
    <dc:creator>Jia, Yicheng</dc:creator>
    <dc:date>2013-04-17T22:34:50</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.web.fastcgi.devel/3297">
    <title>Re: Supress error 500 by baiduspider</title>
    <link>http://permalink.gmane.org/gmane.comp.web.fastcgi.devel/3297</link>
    <description>&lt;pre&gt;In the past , when I have had similar problems there are two ways that i fixed it:

1) Increased the timeout on response (premise being that it was Apache and not fastcgi that terminated message before completion).

2) set the socket to unbuffered output (premise being that application was outputting line without a final \r\n… or somehow hadn't actually flushed the buffer in time.

Tom


On Apr 7, 2013, at 10:37 AM, Ross &amp;lt;basarevych-Re5JQEeQqe8AvxtiuMwx3w&amp;lt; at &amp;gt;public.gmane.org&amp;gt; wrote:

&lt;/pre&gt;</description>
    <dc:creator>Thomas H Bowden Jr</dc:creator>
    <dc:date>2013-04-07T18:20:20</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.web.fastcgi.devel/3296">
    <title>Re: Supress error 500 by baiduspider</title>
    <link>http://permalink.gmane.org/gmane.comp.web.fastcgi.devel/3296</link>
    <description>&lt;pre&gt;
Well, my logs are analyzed by OSSEC, so I have to patch either OSSEC
or mod_fastcgi anyway.

OSSEC parses all of my access.log's and reports things like status
500. So I need to get rid of it (after all it's not really the server
problem it's just the client killing the socket). And I want to keep a
record for this in error.log just in case (it isn't monitored by
OSSEC).

Here is what I have so far:

--- mod_fastcgi.c.orig  2013-04-06 12:33:07.747545365 +0300
+++ mod_fastcgi.c       2013-04-06 12:37:20.973544222 +0300
&amp;lt; at &amp;gt;&amp;lt; at &amp;gt; -2679,8 +2679,13 &amp;lt; at &amp;gt;&amp;lt; at &amp;gt;
     }

     /* Process the fastcgi-script request */
-    if ((ret = do_work(r, fr)) != OK)
+    if ((ret = do_work(r, fr)) != OK) {
+        if (ret == 53) {
+            ap_log_rerror(FCGI_LOG_ERR_NOERRNO, r, "FastCGI:
Suppressed error 53");
+            return OK;
+        }
         return ret;
+    }

     /* Special case redirects */
     ret = post_process_for_redirects(r, fr);

It doesn't work. Can you help me with this patch please?
&lt;/pre&gt;</description>
    <dc:creator>Ross</dc:creator>
    <dc:date>2013-04-07T15:37:40</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.web.fastcgi.devel/3295">
    <title>Supress error 500 by baiduspider</title>
    <link>http://permalink.gmane.org/gmane.comp.web.fastcgi.devel/3295</link>
    <description>&lt;pre&gt;Hello.

Since recent upgrade of mod_fastcgi I keep getting this:

FastCGI: client stopped connection before send body completed
FastCGI: client stopped connection before send body completed
Handler for fastcgi-script returned invalid result code 53

This is caused by baiduspider and ancient IEs. It seems that they
close the socket before server could send the data. This result in
error 500.

Could you please help me suppress this error (I don't want to see it
in access.log as I get an email for every such an error) while still
logging the event in error.log?
&lt;/pre&gt;</description>
    <dc:creator>Ross</dc:creator>
    <dc:date>2013-04-07T05:26:23</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.web.fastcgi.devel/3294">
    <title>Re: Getting request headers (sent by the browser)</title>
    <link>http://permalink.gmane.org/gmane.comp.web.fastcgi.devel/3294</link>
    <description>&lt;pre&gt;Hi,
In the Java implementation, they get put into the System properties and 
appear in uppercase with underscores. For example:

REQUEST_METHOD
CONTENT_TYPE

Best wishes,
-Paul

On 16/03/2013 23:11, Rob Lemley wrote:

_______________________________________________
FastCGI-developers mailing list
FastCGI-developers-xGejAJT2w6xVgU18Zptdi0EOCMrvLtNR&amp;lt; at &amp;gt;public.gmane.org
http://mailman.fastcgi.com/mailman/listinfo/fastcgi-developers
&lt;/pre&gt;</description>
    <dc:creator>Paul Brown</dc:creator>
    <dc:date>2013-03-18T09:39:23</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.web.fastcgi.devel/3293">
    <title>Re: Getting request headers (sent by the browser)</title>
    <link>http://permalink.gmane.org/gmane.comp.web.fastcgi.devel/3293</link>
    <description>&lt;pre&gt;Thanks Rob,

you're totally right, my test case just didn't work correctly. It's all
there...
Thank you very much for your help!

Cheers,

Udo


On Sun, Mar 17, 2013 at 12:11 AM, Rob Lemley &amp;lt;rclemley-/E1597aS9LQAvxtiuMwx3w&amp;lt; at &amp;gt;public.gmane.org&amp;gt; wrote:

_______________________________________________
FastCGI-developers mailing list
FastCGI-developers-xGejAJT2w6xVgU18Zptdi0EOCMrvLtNR&amp;lt; at &amp;gt;public.gmane.org
http://mailman.fastcgi.com/mailman/listinfo/fastcgi-developers
&lt;/pre&gt;</description>
    <dc:creator>Udo Schroeter</dc:creator>
    <dc:date>2013-03-17T01:34:12</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.web.fastcgi.devel/3292">
    <title>Re: Getting request headers (sent by the browser)</title>
    <link>http://permalink.gmane.org/gmane.comp.web.fastcgi.devel/3292</link>
    <description>&lt;pre&gt;I don't know how it's exposed in the java interface, but in the c++ interface, the headers are available as CGI environment variables in the char** FCGX_Request.envp variable.  As I recall, all of the HTTP header names in the table will have "HTTP_" prepended, and all dashes (-) will appear as underscores  (_) in the FCGX_Request.envp table.





FastCGI-developers mailing list
FastCGI-developers-xGejAJT2w6xVgU18Zptdi0EOCMrvLtNR&amp;lt; at &amp;gt;public.gmane.org
http://mailman.fastcgi.com/mailman/listinfo/fastcgi-developers
&lt;/pre&gt;</description>
    <dc:creator>Rob Lemley</dc:creator>
    <dc:date>2013-03-16T23:11:30</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.web.fastcgi.devel/3291">
    <title>Getting request headers (sent by the browser)</title>
    <link>http://permalink.gmane.org/gmane.comp.web.fastcgi.devel/3291</link>
    <description>&lt;pre&gt;Hey all,

I'm using the Java reference implementation from fastcgi.com. What I can't
figure out (neither from the white paper nor from looking at the code
itself) is:

How can I get at the actual header variables sent by the browser to the
webserver? From what I can tell they're not in the input stream...

I'm sorry if I missed something obvious, but I'm stuck and a little hint
would be greatly appreciated.

Thanks,

Udo
_______________________________________________
FastCGI-developers mailing list
FastCGI-developers-xGejAJT2w6xVgU18Zptdi0EOCMrvLtNR&amp;lt; at &amp;gt;public.gmane.org
http://mailman.fastcgi.com/mailman/listinfo/fastcgi-developers
&lt;/pre&gt;</description>
    <dc:creator>Udo Schroeter</dc:creator>
    <dc:date>2013-03-16T16:21:36</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.web.fastcgi.devel/3290">
    <title>Fastcgi issues</title>
    <link>http://permalink.gmane.org/gmane.comp.web.fastcgi.devel/3290</link>
    <description>&lt;pre&gt;Hi all,

Appologies if tis is not the right mailing list – most of the communications I’ve seen have been to do with C programming...

... but can anyone help with memory / execution errors when using PHP on a server running as FASTCGI. (or recommend another source of help).

Thanks_______________________________________________
FastCGI-developers mailing list
FastCGI-developers-xGejAJT2w6xVgU18Zptdi0EOCMrvLtNR&amp;lt; at &amp;gt;public.gmane.org
http://mailman.fastcgi.com/mailman/listinfo/fastcgi-developers
&lt;/pre&gt;</description>
    <dc:creator>kevin-feSdMDAAUge4GREz4Yby5rVCufUGDwFn&lt; at &gt;public.gmane.org</dc:creator>
    <dc:date>2013-03-05T11:14:54</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.web.fastcgi.devel/3289">
    <title>Session Management</title>
    <link>http://permalink.gmane.org/gmane.comp.web.fastcgi.devel/3289</link>
    <description>&lt;pre&gt;Hi,

I am new in FastCGI programming using C. I am using nginx Web
 Server. I have been trying to store session for a user as he logs in, 
but apart from using cookies I am not able to find any other way. I 
tried googling regarding this issue where I found some links talking 
about session affinity. Can anyone tell me how will session affinity be 
implemented? The basic problem which I was facing is that if I use 
socket file descriptor returned by OS_Accept or try to store information
 in some environment variable then that information gets lost in next 
call to FCGX_Accept.


Any kind of help is most welcome.

Regards._______________________________________________
FastCGI-developers mailing list
FastCGI-developers-xGejAJT2w6xVgU18Zptdi0EOCMrvLtNR&amp;lt; at &amp;gt;public.gmane.org
http://mailman.fastcgi.com/mailman/listinfo/fastcgi-developers
&lt;/pre&gt;</description>
    <dc:creator>Abc Def</dc:creator>
    <dc:date>2013-03-05T06:39:12</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.web.fastcgi.devel/3288">
    <title>failed to build cgi-fcgi on windows</title>
    <link>http://permalink.gmane.org/gmane.comp.web.fastcgi.devel/3288</link>
    <description>&lt;pre&gt;Hi All,

I am new to FastCGI and working on very basic POC application using it.

I downloaded source *fcgi-2.4.1-SNAP-0311112127* and tried to compile it. I
could compile *libfcgi* but not able to load

cgifcgi.dsp in VS 10.

I am getting error as :

*fcgi-2.4.1-SNAP-0311112127\Win32\cgifcgi.dsp : error  : Project upgrade
failed.*

Can anybody please let me know where I can get updated project file or some
pointers in this regard.

Thanks in advance.

Regards,
Harshad
_______________________________________________
FastCGI-developers mailing list
FastCGI-developers-xGejAJT2w6xVgU18Zptdi0EOCMrvLtNR&amp;lt; at &amp;gt;public.gmane.org
http://mailman.fastcgi.com/mailman/listinfo/fastcgi-developers
&lt;/pre&gt;</description>
    <dc:creator>हर्षद नटीये</dc:creator>
    <dc:date>2013-01-24T13:21:34</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.web.fastcgi.devel/3287">
    <title>Re: can a httpd fcgi module start sending generated response while the request message body is still being transmitted to the app?</title>
    <link>http://permalink.gmane.org/gmane.comp.web.fastcgi.devel/3287</link>
    <description>&lt;pre&gt;_______________________________________________
FastCGI-developers mailing list
FastCGI-developers-xGejAJT2w6xVgU18Zptdi0EOCMrvLtNR&amp;lt; at &amp;gt;public.gmane.org
http://mailman.fastcgi.com/mailman/listinfo/fastcgi-developers
&lt;/pre&gt;</description>
    <dc:creator>Tim Toomay</dc:creator>
    <dc:date>2013-01-21T21:16:10</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.web.fastcgi.devel/3286">
    <title>Re: can a httpd fcgi module start sending generatedresponse while the request message body is still beingtransmitted to the app?</title>
    <link>http://permalink.gmane.org/gmane.comp.web.fastcgi.devel/3286</link>
    <description>&lt;pre&gt;The mod_fastcgi library has an internal buffer that it uses to improve efficiency back to the HTTP process.  You can tune it if you like; I would often crank it way up so the application could dump the whole output without having to wait for the client to receive.

David.

------

On Jan 20, 2013, at 4:34 PM, Thomas H Bowden Jr &amp;lt;charles_thomas-ee4meeAH724&amp;lt; at &amp;gt;public.gmane.org&amp;gt; wrote:

_______________________________________________
FastCGI-developers mailing list
FastCGI-developers-xGejAJT2w6xVgU18Zptdi0EOCMrvLtNR&amp;lt; at &amp;gt;public.gmane.org
http://mailman.fastcgi.com/mailman/listinfo/fastcgi-developers
&lt;/pre&gt;</description>
    <dc:creator>David Birmbaum</dc:creator>
    <dc:date>2013-01-21T18:23:21</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.web.fastcgi.devel/3285">
    <title>Re: can a httpd fcgi module start sending generated response while the request message body is still being transmitted to the app?</title>
    <link>http://permalink.gmane.org/gmane.comp.web.fastcgi.devel/3285</link>
    <description>&lt;pre&gt;I agree with Jay.

My web-server (by force) has always been apache.  I use perl scripts for anything that is not c++.  In there I have to unbuffer stdin/stdout  ( $|=1).


On Jan 20, 2013, at 4:42 PM, Jay Sprenkle &amp;lt;jsprenkle-Re5JQEeQqe8AvxtiuMwx3w&amp;lt; at &amp;gt;public.gmane.org&amp;gt; wrote:


_______________________________________________
FastCGI-developers mailing list
FastCGI-developers-xGejAJT2w6xVgU18Zptdi0EOCMrvLtNR&amp;lt; at &amp;gt;public.gmane.org
http://mailman.fastcgi.com/mailman/listinfo/fastcgi-developers
&lt;/pre&gt;</description>
    <dc:creator>Thomas H Bowden Jr</dc:creator>
    <dc:date>2013-01-21T00:34:04</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.web.fastcgi.devel/3284">
    <title>Re: can a httpd fcgi module start sending generated response while the request message body is still being transmitted to the app?</title>
    <link>http://permalink.gmane.org/gmane.comp.web.fastcgi.devel/3284</link>
    <description>&lt;pre&gt;Wouldn't the web server module control that behavior?
Seems like fastcgi doesn't have any control over what happens to the data
after it's written to the pipe.


On Sun, Jan 20, 2013 at 1:33 PM, tandread-pvs+CRRe+RBQFI55V6+gNQ&amp;lt; at &amp;gt;public.gmane.org &amp;lt;tandread-pvs+CRRe+RBQFI55V6+gNQ&amp;lt; at &amp;gt;public.gmane.org&amp;gt;wrote:

&lt;/pre&gt;</description>
    <dc:creator>Jay Sprenkle</dc:creator>
    <dc:date>2013-01-20T21:42:48</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.web.fastcgi.devel/3283">
    <title>can a httpd fcgi module start sending generated response while the request message body is still being transmitted to the app?</title>
    <link>http://permalink.gmane.org/gmane.comp.web.fastcgi.devel/3283</link>
    <description>&lt;pre&gt;Hi all!

I was trying to send a (chunked-encoding) answer that was being
generated after each chunk of the POST-ed message body was being
received. I tried with both mod_fcgid and mod_proxy_fcgi and
both seem to buffer output until all POSTed message body was
delivered to the application
(they just passed back what was generated after the headers were
accepted, but not after the body started coming. In fact, mod_fcgid
kept crashing if much of the response was building up)

So is this the typical way httpd's fcgi modules handle communication
with a fcgi content generator? won't alternate write/read over
the STDOUT_FILENO that connect the server with the app? (i.e. treat
it as a bidirectinal pipe or open another unidirectional pair?)
If so, have you heard of any better httpd module that can solve this?

any answer/idea or pointer will be greatly appreciated!

best regards

Tand Read
&lt;/pre&gt;</description>
    <dc:creator>tandread-pvs+CRRe+RBQFI55V6+gNQ&lt; at &gt;public.gmane.org</dc:creator>
    <dc:date>2013-01-20T19:33:58</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.web.fastcgi.devel/3282">
    <title>Problem Debug FastCGI</title>
    <link>http://permalink.gmane.org/gmane.comp.web.fastcgi.devel/3282</link>
    <description>&lt;pre&gt;Hi,

i'm trying to debug my fastcgi with dbg .

When attaching the process i get the error:

Attaching to process 4912
Reading symbols from
/home/joana/public_html/testfcgi/Echofastcpp.fcgi...done.
Reading symbols from /usr/lib/libfcgi++.so.0...(no debugging symbols
found)...done.
Loaded symbols for /usr/lib/libfcgi++.so.0
Reading symbols from /usr/lib/i386-linux-gnu/libstdc++.so.6...(no debugging
symbols found)...done.
Loaded symbols for /usr/lib/i386-linux-gnu/libstdc++.so.6
Reading symbols from /lib/i386-linux-gnu/libgcc_s.so.1...(no debugging
symbols found)...done.
Loaded symbols for /lib/i386-linux-gnu/libgcc_s.so.1
Reading symbols from /lib/i386-linux-gnu/libc.so.6...(no debugging symbols
found)...done.
Loaded symbols for /lib/i386-linux-gnu/libc.so.6
Reading symbols from /usr/local/lib/libfcgi.so.0...done.
Loaded symbols for /usr/local/lib/libfcgi.so.0
Reading symbols from /lib/i386-linux-gnu/libm.so.6...(no debugging symbols
found)...done.
Loaded symbols for /lib/i386-linux-gnu/libm.so.6
Reading symb&lt;/pre&gt;</description>
    <dc:creator>Joana Santos</dc:creator>
    <dc:date>2013-01-12T11:14:01</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.web.fastcgi.devel/3281">
    <title>Re: Hello</title>
    <link>http://permalink.gmane.org/gmane.comp.web.fastcgi.devel/3281</link>
    <description>&lt;pre&gt;Likewise!


On Jan 7, 2013, at 11:57 AM, Rob Lemley &amp;lt;rclemley-/E1597aS9LQAvxtiuMwx3w&amp;lt; at &amp;gt;public.gmane.org&amp;gt; wrote:


_______________________________________________
FastCGI-developers mailing list
FastCGI-developers-xGejAJT2w6xVgU18Zptdi0EOCMrvLtNR&amp;lt; at &amp;gt;public.gmane.org
http://mailman.fastcgi.com/mailman/listinfo/fastcgi-developers
&lt;/pre&gt;</description>
    <dc:creator>Thomas H Bowden Jr</dc:creator>
    <dc:date>2013-01-09T15:05:29</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.web.fastcgi.devel/3280">
    <title>Re: FASTCGI - How to Debug C++ fastfcgi</title>
    <link>http://permalink.gmane.org/gmane.comp.web.fastcgi.devel/3280</link>
    <description>&lt;pre&gt;You can approach this in several ways:

1. Write an application that calls your fastcgi process and tests it.
2. Use load testing and automation software to do this.

If you want to try out a free testing package this one looks like it might
work for you:
http://www.pushtotest.com/web-testing-with-selenium-pushtotest
You could install the proxy and record an interaction with your web page.
You can then use the recorded script to load test and test the functions of
your fastcgi app.

I am not affiliated with them and can't speak from experience about how
good selenium is.
I've been told second hand that it works well.


On Tue, Jan 8, 2013 at 2:44 AM, Joana Santos &amp;lt;jsmsvalverde-Re5JQEeQqe8AvxtiuMwx3w&amp;lt; at &amp;gt;public.gmane.org&amp;gt; wrote:



&lt;/pre&gt;</description>
    <dc:creator>Jay Sprenkle</dc:creator>
    <dc:date>2013-01-08T18:05:38</dc:date>
  </item>
  <textinput rdf:about="http://search.gmane.org/?group=$group=gmane.comp.web.fastcgi.devel">
    <title>Search Engine</title>
    <description>Search the mailing list at Gmane</description>
    <name>query</name>
    <link>http://search.gmane.org/?group=$group=gmane.comp.web.fastcgi.devel</link>
  </textinput>
</rdf:RDF>
