Xitami supports CGI programs in Perl, C, or any other language that your system supports. In general, CGI program written for web servers such as Apache and NCSA httpd will run unchanged with Xitami.
A 'CGI' program is considered to be any URL with '/cgi-bin' somewhere in the path name. These are all examples of valid CGI program URLs:
http://localhost/cgi-bin/myprog http://localhost/cgi-bin/myprog.pl http://localhost/products/install/cgi-bin/myprog