Keep Server Online
If you find the Apache Lounge, the downloads and overall help useful, please express your satisfaction with a donation.
or
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.
| |
|
Topic: Apache custom modules |
|
Author |
|
apache_gan
Joined: 17 Sep 2015 Posts: 1 Location: Boston
|
Posted: Thu 17 Sep '15 16:33 Post subject: Apache custom modules |
|
|
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: 7371 Location: Germany, Next to Hamburg
|
Posted: Sat 19 Sep '15 10:44 Post subject: |
|
|
httpd Apache doesn't run java. Tomcat does run apache. |
|
Back to top |
|
|
|
|
|
|