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: Integrating my own CGI handler |
|
Author |
|
Teeto
Joined: 02 Apr 2006 Posts: 1
|
Posted: Sun 02 Apr '06 14:12 Post subject: Integrating my own CGI handler |
|
|
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: 7371 Location: Germany, Next to Hamburg
|
Posted: Sun 02 Apr '06 14:40 Post subject: |
|
|
ScriptAlias /cgi/ "c:/cgi/"
AddType application/x-httpd-cgi .cgi
Action application/x-httpd-cgi "/cgi/cgi.exe" |
|
Back to top |
|
|
|
|
|
|