I tried to following, but it did not work. Any suggestions or hints ? I
could not find anything under the EmbperlObject docs.

<Location />
    PerlSetEnv EMBPERL_OBJECT_BASE sat-template.html
    PerlSetEnv EMBPERL_FILESMATCH "\.html"
    SetHandler perl-script
    PerlHandler HTML::EmbperlObject
    Options ExecCGI FollowSymLinks
</Location>

<Location /login>
    PerlSetEnv EMBPERL_OBJECT_BASE sat-login-template.html
    PerlSetEnv EMBPERL_FILESMATCH "\.html"
    SetHandler perl-script
    PerlHandler HTML::EmbperlObject
    Options ExecCGI FollowSymLinks
</Location>

The first Location directives object_base gets used for /login
I thought the the last Directive gets executed first? What am I missing ?

Thank you in advance.

-------------------------------------------------------------------------
Baiju Thakkar
http://www.perlmonth.com                        http://www.linuxmonth.com
Just use Perl;                                  #!/boot/linux



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to