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 -> Third-party Modules View previous topic :: View next topic
Reply to topic   Topic: Apache custom modules
Author
apache_gan



Joined: 17 Sep 2015
Posts: 1
Location: Boston

PostPosted: Thu 17 Sep '15 16:33    Post subject: Apache custom modules Reply with quote

Hello every one,

Our custom (home grown) apache module is designed to do the following
- Authentication (HMAC based one)
- Authorization (based on given credentials we would have to look up the details for given Id to allow access to our down stream services)

We have following issues:
- We are using redis for local cache; is there any better redis lookup (that can be incorporated from apache module)?
- We have to cache for about 100,000 entities; can we just make used of STL maps
- How unit test apache modules
- Apache is spinning more workers
- Does Apache have any Java integration (java module)

Our environment:
Apache 2.2.17
OS: CentOS 6.5
Back to top
James Blond
Moderator


Joined: 19 Jan 2006
Posts: 7288
Location: Germany, Next to Hamburg

PostPosted: Sat 19 Sep '15 10:44    Post subject: Reply with quote

httpd Apache doesn't run java. Tomcat does run apache.
Back to top


Reply to topic   Topic: Apache custom modules View previous topic :: View next topic
Post new topic   Forum Index -> Third-party Modules