We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Make sure to have mod_fcgid installed.
Then add this to your httpd.conf:
LoadModule fcgid_module modules/mod_fcgid.so <Files ~ "\.croc$>" AddHandler fcgid-script .croc FcgidWrapper "C:\Users\Andre\Documents\croc-fcgi\croc-fcgi.exe" .croc </Files>
You will need to adapt the path of course. Restart Apache and it will happily serve all .croc files asked for.