This is a discussion on Apache Extension Advice within the Linux Web Servers forums, part of the Web Server and Related Forums category; Hi, I want to extend the Apache Server. In My Model, The Client (Myown) asks for some information or to ...
|
|||||||
| FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
|
|||
|
Hi,
I want to extend the Apache Server. In My Model, The Client (Myown) asks for some information or to do some action in the Server Machine. The Server on reciept of the data (Action and Parameters to that Action Procedure) carries out the action. The above i can do in CGI Script and it is working. I am told u can extend Httpd using some shared lib. ie. When That Lib Name and function is referred, The function is called. (or some thing like that). Also i wanted to know if we can call any C Lib, in Script. ie Script Calling a Function. How to do that ? I dont know if writing script is correct or writing a DSO module is correct. Kindly, Advice which one is suitable in my case. Gone through some of the material avl in writing DSO (module) in web There are not many sample examples. Kindly let me know if there are any if u come / came across. Thanking You, Regards, Mitra |