apache and ecap connection

Asked by mryang

apache and ecap connection
How to do this?
thank you!
My english is very pool!!

Question information

Language:
English Edit question
Status:
Solved
For:
eCAP Edit question
Assignee:
No assignee Edit question
Solved by:
Alex Rousskov
Solved:
Last query:
Last reply:
Revision history for this message
Best Alex Rousskov (rousskov) said :
#1

If you are asking how to load an eCAP module into Apache httpd, then please note that Apache web server does not support eCAP modules (yet?) but it does have a loadable module API.

If you are asking how an eCAP module can make an HTTP connection to a web server (while processing an HTTP message), then the answer is that there are no eCAP-specific mechanisms to do that. Your eCAP module may use one of the HTTP-supporting libraries to communicate with web servers, including Apache httpd.

If your question does not match the above, please clarify what you are trying to achieve.

Revision history for this message
mryang (mryangjw) said :
#2

Alex Rousskov , thank you very much!

My question is [How to load an eCAP module into Apache httpd?].

Revision history for this message
mryang (mryangjw) said :
#3

Thanks Alex Rousskov, that solved my question.