I use a module in a handler. I use one of the module's functions in the handler. Without checking environment variables and passing arguments to the function, is there any other way that the function can be aware that it is running under apache? Could I somehow check for the apache request object?