static int auth_example_handler(request_rec *r) { /* * Como Apache irá preguntando a cada módulo si tiene un handler llamado * 'auth_example-handler', rechazamos todas las peticiones en las que el nombre * del handler sea distinto. */ if (!r->handler || strcmp(r->handler, "auth...