How would I enable my Litespeed server to process .fcgi files using a FastCGI module? I tried setting the handler to fcgid-script
already but that doesn't work.
Syntax:
AddHandler fcgid-script .fcgi
Options +ExecCGI
Just to avoid confusion, I am not trying to run PHP or Ruby scripts through FastCGI. I want to run raw assembly that is compiled to work with FastCGI. (I can confirm the code works, have tested on Apache already)