logo
Apache Lounge
Webmasters

 

About Forum Index Downloads Search Register Log in RSS X


Keep Server Online

If you find the Apache Lounge, the downloads and overall help useful, please express your satisfaction with a donation.

or

Bitcoin

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.
Post new topic   Forum Index -> Other Software View previous topic :: View next topic
Reply to topic   Topic: How to use a third party program to generate html content
Author
Soul--Reaver



Joined: 03 Aug 2007
Posts: 2
Location: The Netherlands

PostPosted: Fri 03 Aug '07 15:37    Post subject: How to use a third party program to generate html content Reply with quote

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

PostPosted: Sat 04 Aug '07 10:28    Post subject: Reply with quote

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


Reply to topic   Topic: How to use a third party program to generate html content View previous topic :: View next topic
Post new topic   Forum Index -> Other Software