Keep Server Online
If you find the Apache Lounge, the downloads and overall help useful, please express your satisfaction with a donation.
or
A donation makes a contribution towards the costs, the time and effort that's going in this site and building.
Thank You! Steffen
Your donations will help to keep this site alive and well, and continuing building binaries. Apache Lounge is not sponsored.
| |
|
Topic: How to use a third party program to generate html content |
|
Author |
|
Soul--Reaver
Joined: 03 Aug 2007 Posts: 2 Location: The Netherlands
|
Posted: Fri 03 Aug '07 15:37 Post subject: How to use a third party program to generate html content |
|
|
Hi,
I've got a third party program (inkho.exe) that if run will return html content. How can i make apache handle incoming requests and use inkho.exe to generate the html content?
Kind regards, |
|
Back to top |
|
James Blond Moderator
Joined: 19 Jan 2006 Posts: 7371 Location: Germany, Next to Hamburg
|
Posted: Sat 04 Aug '07 10:28 Post subject: |
|
|
You can run your app in cgi-bin. httod docs for cgi-bin
in most cases you call it from html like href="/cgi-bin/your.exe?yourparam=1"
it is more secure to run your app outside the normal doc root.
If you have any question please ask again! |
|
Back to top |
|
|
|
|
|
|