Skip to content
Ligustah edited this page Sep 17, 2011 · 1 revision

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.

Clone this wiki locally