logo
Apache Lounge
Webmasters

 

About Forum Index Downloads Search Register Log in RSS X


Keep Server Online

If you find the Apache Lounge, the downloads and overall help useful, please express your satisfaction with a donation.

or

Bitcoin

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.
Post new topic   Forum Index -> Apache View previous topic :: View next topic
Reply to topic   Topic: Apache filters
Author
kaiser



Joined: 12 Nov 2009
Posts: 1

PostPosted: Thu 12 Nov '09 3:14    Post subject: Apache filters Reply with quote

Hello,

We are using Apache 2 http server with the mod_axis2 for 'C'.

To control access to this server and automatically start server processes. We built a program in 'C' which basically inspects the incoming request URL's against a config file, if the url does not have a entry in it, it kicks back the request, if it is valid it starts up a program that matches the URL.

We compiled the above program as a shared object. My question is

How can I use this 'C' program as a filter or a handler in the http server and how do I configure it to make sure that every request the server gets is passed through this filter.

Thanks
Kaiser
Back to top


Reply to topic   Topic: Apache filters View previous topic :: View next topic
Post new topic   Forum Index -> Apache