Link to home
Start Free TrialLog in
Avatar of jpcs
jpcs

asked on

how to make CGI's?

Can you give me a small initiation guide on buiding a Delphi CGI?

Notes :
- What will the size of the file will be?
- can I use it on UNIX servers?
- What will be the CHMOD on the file?


Thanks
ASKER CERTIFIED SOLUTION
Avatar of Radler
Radler

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of Radler
Radler

Another hint
Go to
http://delphi.snapjax.com/isapiboard/isapiboard_srch.htm
and look for CGI.

T++, Radler.
Another hint
Go to
http://delphi.snapjax.com/isapiboard/isapiboard_srch.htm
and look for CGI.

T++, Radler.
I asked a general CGI question a few weeks ago and successfully wrote a CGI app for Windows (for Windows not Unix).  Check out the question for some good links for Windows based CGI with Delphi and simple explanation of the whole thing at the end:

https://www.experts-exchange.com/jsp/qShow.jsp?ta=delphi&qid=10192527 

FYI, my exe size was under 150k; I use no special components (just a unit with functions for handling DOS Environment variables)

It can be done as a console app for even smaller exe size (no forms)