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: How to integrate Apache module with index.html? |
|
Author |
|
shrutigosavi26
Joined: 19 Mar 2016 Posts: 2 Location: Germany
|
Posted: Sat 19 Mar '16 17:25 Post subject: How to integrate Apache module with index.html? |
|
|
I am using Apache2.4. As I am new to the Apache module development, I don't know much about its available tools.
I developed one module in C and integrated it in Apache server using Apache extension tool(apxs). The module is developed for monitoring of webpage.
This module is running successfully. Now I want to trigger this module when index.html is called and video is running on that webpage.
Currently my module and index.html are running separately. How to run this module as a background task like whenever video is called, module should start running? Apache should trigger this module only if condition is achieved. |
|
Back to top |
|
|
|
|
|
|