<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Recent changes to 23: Support for Apache2.2 with mod_fcgid on Windows</title><link>https://sourceforge.net/p/cppcms/feature-requests/23/</link><description>Recent changes to 23: Support for Apache2.2 with mod_fcgid on Windows</description><atom:link href="https://sourceforge.net/p/cppcms/feature-requests/23/feed.rss" rel="self"/><language>en</language><lastBuildDate>Fri, 09 Aug 2013 07:53:13 -0000</lastBuildDate><atom:link href="https://sourceforge.net/p/cppcms/feature-requests/23/feed.rss" rel="self" type="application/rss+xml"/><item><title>#23 Support for Apache2.2 with mod_fcgid on Windows</title><link>https://sourceforge.net/p/cppcms/feature-requests/23/?limit=50#e6ed</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;config file as above&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Timothy Madden</dc:creator><pubDate>Fri, 09 Aug 2013 07:53:13 -0000</pubDate><guid>https://sourceforge.netd8ccc31bf6535a7c5593c6492004ccc522a656db</guid></item><item><title>#23 Support for Apache2.2 with mod_fcgid on Windows</title><link>https://sourceforge.net/p/cppcms/feature-requests/23/?limit=50#fd3d</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;application source code here&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Timothy Madden</dc:creator><pubDate>Fri, 09 Aug 2013 07:52:11 -0000</pubDate><guid>https://sourceforge.net5814f99c0b89c8746d906e990e4f7ed0dd8ff77e</guid></item><item><title>Support for Apache2.2 with mod_fcgid on Windows</title><link>https://sourceforge.net/p/cppcms/feature-requests/23/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;Running under Apache 2.2.25/mod_fcgid 2.3.6, my hello application taken from the documentation page, compiled with CppCMS 1.0.4 on MinGW 1.0.18 (all 32-bit), says:&lt;/p&gt;
&lt;div class="codehilite"&gt;&lt;pre&gt;&lt;span class="n"&gt;Unix&lt;/span&gt; &lt;span class="n"&gt;domain&lt;/span&gt; &lt;span class="n"&gt;sockets&lt;/span&gt; &lt;span class="n"&gt;are&lt;/span&gt; &lt;span class="n"&gt;not&lt;/span&gt; &lt;span class="n"&gt;supported&lt;/span&gt; &lt;span class="n"&gt;under&lt;/span&gt; &lt;span class="n"&gt;Windows&lt;/span&gt;&lt;span class="p"&gt;...&lt;/span&gt; &lt;span class="p"&gt;(&lt;/span&gt;&lt;span class="n"&gt;isn&lt;/span&gt;&lt;span class="err"&gt;'&lt;/span&gt;&lt;span class="n"&gt;t&lt;/span&gt; &lt;span class="n"&gt;it&lt;/span&gt; &lt;span class="n"&gt;obvious&lt;/span&gt;&lt;span class="o"&gt;?&lt;/span&gt;&lt;span class="p"&gt;)&lt;/span&gt;
&lt;/pre&gt;&lt;/div&gt;
&lt;p&gt;even though the config file says "socket": "stdin", so there should be no Unix-domain socket involved.&lt;/p&gt;
&lt;p&gt;I also tried a config like:&lt;br /&gt;
&lt;code&gt;{
    "service" : {
        "list" : [
        {
            "api" : "fastcgi",
            "socket": "stdin"
        }
        ]
    }
    }&lt;/code&gt;&lt;br /&gt;
still the same error shows up.&lt;/p&gt;
&lt;p&gt;On Windows fcgid uses named pipes instead of Unix-domain sockets.&lt;/p&gt;
&lt;p&gt;Can fcgid be supported on Windows ?&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Timothy Madden</dc:creator><pubDate>Fri, 09 Aug 2013 07:51:26 -0000</pubDate><guid>https://sourceforge.net1c46561eadb8fd618abc2927807b277f0fe54920</guid></item></channel></rss>