Sub: Extension of Functionality of Apache
Hi,
I want to know if the following is possible in Apache in Linux
Platform.
and if possible, what should be done to make it possible(method for
implementing it)
1) In My Model, If someone sends a Http Request, Then I want Apache
to
Pass the Request (Entire Data) to "My Code". "My Code" will
process
the data and it will give back the "results" to apache,
which i want the apache to send it back to the person/process
which
sent the request.
What I intent to do is: I am going to embedded certain "private"
commands
in the Http Request Packet (Data Part) and i am going to carry
out
those commands, what i should do whenever certain commands come,
"My Code"
will decide.
Can I do like what i described above in apache.
How do i do it ?.
Someone told me, that u can do that using scripts (cgi and perl).
I want to do it in "C" Language. Can I do it.
Has anyone done tis before, Please Explain in detail with
examples.
Searching the internet has not helped me.Any specific
resources/Experiences
will help me.
Thanks,
Mitra