Nick Phillips wrote:
On 24/03/2004, at 6:24 AM, Brian Clarkson wrote:


The host in question is a VirtualHost. My first configuration attempt, which matches one of the more common solutions ( putting the PerlSetVar directive before the module load ) doesn't do the trick:


You *must* put *all* the PerlSetVar configuration for AuthCookie* in the *main* apache
configuration, not in a virtual host section or similar.


This is because it is read in a BEGIN block, and there is no current request and hence no
appropriate virtual host at that stage.


It's in the docs, IIRC.

nope, at least not in the perldoc for the version i'm using. ( 1.19 ).


so there's no way to use this module with VirtualHosts? guess i'm outta luck ... because this is a hosting environment with ~50 or do VHs and no 'main' server.



--
Report problems: http://perl.apache.org/bugs/
Mail list info: http://perl.apache.org/maillist/modperl.html
List etiquette: http://perl.apache.org/maillist/email-etiquette.html



Reply via email to