HI all.
Ok, I dont think I made my question very clear...heres a revamped
version.
I have an app that runs as a normal app, but also has a component in
it
that is an HTTP server component. The reason being for remote
administration via port 80.
The machine it runs on DOESN'T have IIS or PWS or
Apache or ANYOTHER webserver on it.
Therefore, when i goto
http://localhost/admin the application itself loads the main admin page.
Ok, no, what I am trying to do is avoid Bloat in this application, and want
to beable to put the logic
into a CGI app, and have teh application call it
when it gets asked to on port 80.
Does any one know how I can do this ? I
realize that if I make a CGI app. in Delphi,
that when you run it, it will
output the outut to a commandline...do I have to look at that ?
Thanks, Jeremy Coulter