How can I configure Perl or PHP in place of C language in web server, if presently C is configured in the webserver ? Can we configure more than one language in the webserver ? for using scripting language like Perl or PHP, I can just put source code in cgi-bin dir. For using C or Java language as CGI script , which needs to be compiled before using it, do I need to put compiled code in the cgi-bin directory ?