Is it possible to write a DLL that would take input from Apache and return text to display?
For instance, say someone enters this URL: http://example.com/somedll.dll?p1=test&p2=anothertest
Would it be possible to have the DLL take those parameters and return them as text to the server, which would then display testanothertest
.