Hi all,
 
I Have problems to setup my apache with mod_perl 1.22 to run a perl script...
 
I need to always execute one script that .com will be called archives with the extension.
 
With HTML::Embperl (and mod_perl) is easy... in my configuration file, just add some lines (ex):
 
 <Files *.shtm>
                PerlSetEnv EMBPERL_OBJECT_BASE base.shtm
                PerlSetEnv EMBPERL_FILESMATCH "\.shtm$"
                SetHandler perl-script
                PerlHandler HTML::EmbperlObject
                Options ExecCGI
</Files>
And always that I execute archives with the extension .shtm it calls base.shtm. But I do not want to use the EMBPERL. 
 
To put I did not find correct documentation on the subject. sombeone could help me?
 
Thanks for any quick reply and regards from Brazil.
 
Robson
 
 

Reply via email to