Guest Posted February 6, 2012 Share Posted February 6, 2012 I am trying to install a fastcgi c++ application I have it compiled but dont know what todo with it next. I have tried running it like a regular cgi program in the cgi bin but that doesnt seem to work and I dont think thats right. The server is running apache and using cpanel where do I even begin? Quote Link to comment https://forums.phpfreaks.com/topic/256523-fastcgi-application-install/ Share on other sites More sharing options...
Guest Posted February 6, 2012 Share Posted February 6, 2012 I might have gotten further but im not sure but I managed to get a 500 error response by adding AddHandler fcgid-script .fcgi to apache then in my error log it shows mod_fcgid: process echo.fcgi(18128) exit(communication error), get unexpected signal 11 how in the world does that help me lol how do I know what the error is? Quote Link to comment https://forums.phpfreaks.com/topic/256523-fastcgi-application-install/#findComment-1315035 Share on other sites More sharing options...
Guest Posted February 6, 2012 Share Posted February 6, 2012 I dont think this is the right way to go about fcgi applications I can get a simple program running that uses fcgio.h but an application that uses fcgiapp.h gives the 500 error Quote Link to comment https://forums.phpfreaks.com/topic/256523-fastcgi-application-install/#findComment-1315038 Share on other sites More sharing options...
Guest Posted February 6, 2012 Share Posted February 6, 2012 I think I found the right way todo it I think I have to add something like this to apache FastCgiExternalServer /home/intf/apache2/fcgi-bin/test_adc -idle-timeout 300 -host 10.32.153.54:100011 The question is how would I do that on a shared host? Quote Link to comment https://forums.phpfreaks.com/topic/256523-fastcgi-application-install/#findComment-1315041 Share on other sites More sharing options...
Guest Posted February 6, 2012 Share Posted February 6, 2012 Hmm I come to the conclusion that you cannot do this on a shared server darn Quote Link to comment https://forums.phpfreaks.com/topic/256523-fastcgi-application-install/#findComment-1315132 Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.