Re: newbie questions

2001-10-29 Thread Gerald Richter
> Alias /gestdep /home/irm/gestdep/ehtml > > #PerlModule Apache::Registry > AddType text/html .ehtml > This will not work does not accept wildcards. If you need this you have to use LocationMatch > SetHandler perl-script > PerlHandler HTML::Embperl #Apache::PerlRun > Options -Ind

newbie questions

2001-10-29 Thread Igor Román Mariño
Hi! I'm trying to develop a net site with HTML::Embperl, but im getting some "newbie" problems. What i want to do: have embedperl code in ~/gestdep/ehtml and subdirs. Use .ehtml extension to embperl code what i tried: amongst other combinations, i added the following to commonhttpd.conf -- Alia