[Cppcms-users] FastCgi
Brought to you by:
artyom-beilis
|
From: Szilágyi Z. <zol...@ya...> - 2013-07-20 15:32:47
|
Hi, I like to configure Apache2.0 working with fastcgi on xp. This is not direct related with cppcms, but indirect is. I don't find any good tutorial. Their official page: http://www.fastcgi.com/drupal/ I think just choosing the right words, everything except awesome regarding documentation. What can understand newbies from: http://www.fastcgi.com/drupal/node/2?q=node/9 ? I found this: http://www.farinspace.com/windows-apache-php-fastcgi/ http://httpd.apache.org/download.cgi#mod_fcgid Using visual studio 2008 I get: Error1error LNK2019: unresolved external symbol _SetInformationJobObject referenced in function _set_win32_prevent_process_orphansfcgid_conf.objmod_fcgid Error2error LNK2019: unresolved external symbol _CreateJobObject referenced in function _set_win32_prevent_process_orphansfcgid_conf.objmod_fcgid Error3error LNK2019: unresolved external symbol _AssignProcessToJobObject referenced in function _proc_spawn_processfcgid_proc_win.objmod_fcgid Error4fatal error LNK1120: 3 unresolved externalsDebug/mod_fcgid.somod_fcgid Should I consider maybe SCGI ? It is easier to build and configure with apache 2.0? Regards, Zoltán |