SetEnvIf Directive

2002-09-01 Thread Pierre Vaudrey
I'm trying to build a web site on the built-in Apache server of a Mac OSX 10.1.5 machine . Extract of httpd.conf is : .. LoadModule setenvif_modulelibexec/httpd/mod_setenvif.so .. AddModule mod_setenvif.c .. # Customize behaviour based on the browser # IfModule mod_setenvif.c

Re: SetEnvIf Directive

2002-09-01 Thread Stas Bekman
Pierre Vaudrey wrote: I'm trying to build a web site on the built-in Apache server of a Mac OSX 10.1.5 machine . Extract of httpd.conf is : .. LoadModule setenvif_modulelibexec/httpd/mod_setenvif.so .. AddModule mod_setenvif.c Pierre, this has nothing to do with mod_perl.