Menu

#23 Support for Apache2.2 with mod_fcgid on Windows

Release 1.2
open
nobody
fastcgi (1)
1
2019-01-14
2013-08-09
No

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:

Unix domain sockets are not supported under Windows... (isn't it obvious?)

even though the config file says "socket": "stdin", so there should be no Unix-domain socket involved.

I also tried a config like:
{ "service" : { "list" : [ { "api" : "fastcgi", "socket": "stdin" } ] } }
still the same error shows up.

On Windows fcgid uses named pipes instead of Unix-domain sockets.

Can fcgid be supported on Windows ?

1 Attachments

Discussion

  • Timothy Madden

    Timothy Madden - 2013-08-09

    application source code here

     
  • Timothy Madden

    Timothy Madden - 2013-08-09

    config file as above

     
  • Anonymous

    Anonymous - 2019-01-14
    Post awaiting moderation.

Anonymous
Anonymous