Re: apache LanguagePriority

2001-12-02 Thread Gerald Richter
Hi! > > Is it possible to use that apache's feature in EmbPerl? > Yes > I have defined in httpd.conf > > AddLanguage en .en > AddLanguage et .ee > > > LanguagePriority et en > > > When I make a query in non embperl version it works. (with files test.html.et > and test.html.en) > But in Em

Re: Generating dynamic content.

2001-12-02 Thread Gerald Richter
> > page for example (/article/2001/11/30/0001.html) then i should handle this >... > Answering myself :) I have found a way to handle such situations. > The FALLBACK_OBJECT is called when server encounters 404 error code file not > found. > So if i set ErrorDocument 404 to /path/to/err-404.html E

Re: bug in documentation

2001-12-02 Thread Gerald Richter
> > You made a small mistake in the documentation: > >... > You used $\ as input separator. Note this is output separator. The right form > is: > > local $/ = undef; > Yes, of course. Thanks for the spot > Have a nice day > > ps - when will you release 1.3 bugsfixed version? > I plan to do it r

apache LanguagePriority

2001-12-02 Thread Jaak
Hi! Is it possible to use that apache's feature in EmbPerl? I have defined in httpd.conf AddLanguage en .en AddLanguage et .ee LanguagePriority et en When I make a query in non embperl version it works. (with files test.html.et and test.html.en) But in EmbPerl it is not working (I am