Instead of Perl, if I want to use pHp or Java language, I can use it, right ?

How are we to know what abilities you have?

All I need to do is, set up jvm in the Path variable and in the cgi-bin directory, I need to put java byte code. For this example it will be testHTML.class. Now when request comes in for testHTML.class, this will be executed on server and resulting HTML page will be sent to broiwser. What happens if I create a script with .cgi extension ? Say this is pHp scriopt created with .cgi extension. How does the server know, what language is this script creatres in and how to execute this script ? If I have two scripts both having .cgi extension. One is created using Perl script and other using pHp. How does server understand how to execute these scripts when a request comes in for these scripts ?

See Shebang, Path variable, EXE

Mostly its a matter of configuring your webserver/os


In reply to Re: How to execute CGI with different extension by Anonymous Monk
in thread How to execute CGI with different extension by manishrathi

Title:
Use:  <p> text here (a paragraph) </p>
and:  <code> code here </code>
to format your post, it's "PerlMonks-approved HTML":



  • Posts are HTML formatted. Put <p> </p> tags around your paragraphs. Put <code> </code> tags around your code and data!
  • Titles consisting of a single word are discouraged, and in most cases are disallowed outright.
  • Read Where should I post X? if you're not absolutely sure you're posting in the right place.
  • Please read these before you post! —
  • Posts may use any of the Perl Monks Approved HTML tags:
    a, abbr, b, big, blockquote, br, caption, center, col, colgroup, dd, del, details, div, dl, dt, em, font, h1, h2, h3, h4, h5, h6, hr, i, ins, li, ol, p, pre, readmore, small, span, spoiler, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, tr, tt, u, ul, wbr
  • You may need to use entities for some characters, as follows. (Exception: Within code tags, you can put the characters literally.)
            For:     Use:
    & &amp;
    < &lt;
    > &gt;
    [ &#91;
    ] &#93;
  • Link using PerlMonks shortcuts! What shortcuts can I use for linking?
  • See Writeup Formatting Tips and other pages linked from there for more info.