Hello again!

> I have installed Embperl 1.3.3 now
> Before i have Embperl 1.2.x and all works right.
> Now our server some times pushs to client the source of Embperl not HTML
> generated by Embperl program
> If i get Embperl source then i do "Refresh" in browser and get normal HTML
> document yet.
> Please help me! I am thinking that is problem of Embperl 1.3.3
>
> Our soft is:
>
> FreeBSD 3.4
> apache 1.3.12
> Embperl 1.3.3 (with Embperl 1.2.x all works Ok)
>
> Apache's config for this bugged documents:
> <FilesMatch "\.htm?">
^^^^^^^^^^^
I have changed this line to
<FilesMatch "\.(htm|html)$">

And everything works OK while...
Thus Embperl 1.3.x does testing of FilesMatch statements ? Before Embperl
1.3.x (Embperl 1.2.1) everything works right without changing FilesMatch
expression. As soon as i have changed to Embperl 1.3.x i gave discovered the
problems...

>  SetHandler perl-script
>  PerlHandler Common::PrintHeaders HTML::Embperl
>  Options +ExecCGI
>  CharsetSourceEnc koi8-r
>  PerlInitHandler  Apache::StatINC
> </FilesMatch>
>
> These documents have extension the ".html"
>
> Alexey



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

Reply via email to