I would like to run a script before the apache basic authentication is loaded.
Example: I type a url in my browser, get the basic authentication (Username Password) field, and at this point the script should be already executed.
Is something like this possible?
Thanks in advanced
Asked
Active
Viewed 42 times
1

fips123
- 361
- 1
- 5
- 17
-
I could manage ist with the mod_example from apache. There is a mod_example.c with predefined functions. I add my script in one of those functions and compile mod_example. With LoadModule its possible to enable/deactivate inside apache config. For me these workaround is fine. – fips123 Mar 15 '15 at 12:35
-
did you have any luck with this? i am stacked on same problem. – pregmatch Aug 06 '15 at 21:08
-
Yes, it still works like a charm – fips123 Aug 07 '15 at 05:49