Why aren't you using ISAPI dlls instead?Its a much better way (dll stays 
loaded - exes get loaded with every query- guess which isn't efficient?)

Have a look here...
http://delphi.about.com/library/bluc/text/uc060901a.htm

David Bolton


----- Original Message ----- 

> Hi,
>
> I don't know what server-software you're using, but under Apache I have
> the CGI-bin setup as ExecCGI-only (which is the default, if I'm not
> mistaken)
> so everything that is called from there is handled like an executable.
>
> You'd only have to rename your exe to whatever you like and it should 
> work.
> Setting the {$E } should also work, of-course.
>
> I also use it for creating an image dynamically (it actually is a normal
> CGI):
>     http://videoripper.org/cgi-bin/test.gif
>
>
> Greetz,
>
> Peter.
>
>> -----Original Message-----
>> From: [email protected] [mailto:[EMAIL PROTECTED]
>> Behalf Of Mhd. Monir AlSabbagh
>> Sent: Thursday, May 26, 2005 2:19 PM
>> To: [email protected]
>> Subject: [delphi-en] Call CGI from HTML
>>
>>
>> Hi,
>>
>> I have a Delphi CGI exe called GetData.exe, I want to make an html
>> page so that the users call the page http://....../GetData.htm instead
>> of  http://....../GetData.exe. How?
>>
>> Monir.


-----------------------------------------------------
Home page: http://groups.yahoo.com/group/delphi-en/
To unsubscribe: [EMAIL PROTECTED] 
Yahoo! Groups Links

<*> To visit your group on the web, go to:
    http://groups.yahoo.com/group/delphi-en/

<*> To unsubscribe from this group, send an email to:
    [EMAIL PROTECTED]

<*> Your use of Yahoo! Groups is subject to:
    http://docs.yahoo.com/info/terms/
 


Reply via email to