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 -> Apache View previous topic :: View next topic
Reply to topic   Topic: Integrating my own CGI handler
Author
Teeto



Joined: 02 Apr 2006
Posts: 1

PostPosted: Sun 02 Apr '06 14:12    Post subject: Integrating my own CGI handler Reply with quote

Hello Everybody,

I am developing a new small programming language for my masters thesis.
How can I pair it with Apache Web Server to handle scripts written in this language ?
What configuration must be made in Apache and what interface should the language intrepreter implement?
I really want to make it as simple as possible.

Thanks for Your time.
Teeto.
Back to top
James Blond
Moderator


Joined: 19 Jan 2006
Posts: 7288
Location: Germany, Next to Hamburg

PostPosted: Sun 02 Apr '06 14:40    Post subject: Reply with quote

ScriptAlias /cgi/ "c:/cgi/"
AddType application/x-httpd-cgi .cgi
Action application/x-httpd-cgi "/cgi/cgi.exe"
Back to top


Reply to topic   Topic: Integrating my own CGI handler View previous topic :: View next topic
Post new topic   Forum Index -> Apache