The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.
Revision history for Perl extension Apache2::AuthEnv

1.3.1 June 2009
        Fixed a bug in the environment expansion whereby a final
        empty default is ignored and mangles the last environment
        variable name.

1.3 April 2009
	- Re-engineered the expansion to allow for
		%{VAR1|VAR2|VAR3:default}
	  and to use common code.
        - Added AuthEnvAllowAll, AuthEnvDenyAll, AuthEnvAllowFile and
          AuthEnvDenyFile directives.

1.2 Jan 2009
	- Documentation changes.

1.1 June 2008
	- Changed AuthEnvVar to AuthEnvUser.
	- Added AuthEnvChange directive.
        - Changes internals to respect order of AuthEnvSet and
          AuthEnvChange directives.

1.0 May 2008
	- Added config merging and AuthEnv*Split* directives.

0.9 April 2008
	- Put into production use with slight modification.

0.8 March 2008
	- Initial module built and tested