I have also found another problem with perl sections httpd.conf configuration.
I had the directives working on, but the translation does not do a specific thing:

$Directory{'f:/projectes/sites/blogum.org'} = {
        PerlHeaderParserHandler => "module",
        Options => {
            All => "-Indexes",
            },
        AllowOverride => "All",
        Order => "allow,deny",
        Allow => "from all",
        DirectoryIndex => "main.bhtml",
        AddOutputFilter => "INCLUDES .bhtml",
        AddOutputFilter => "INCLUDES .html",
        Files => {
            "*.bhtml" => {
                PerlOutputFilterHandler => "Blogum::BlogumFilter",
                },
            },
        };

All works minus AddOutputFilter. Files are no more included, and i don't know why.
I've tested the
        AddOutputFilter => '"INCLUDES .html"',
But server complains and says AddOutFilter needs two arguments.
(I tested this on
        Allow => '"from all"',
 and says the same).
I though maybe i'm redifining two times the AddOutFilter, so i commented a line
        AddOutputFilter => "INCLUDES .bhtml",
        #AddOutputFilter => "INCLUDES .html",
(i was testing main.bhtml)
Still didn't work.
What can it be??


-----

Ya.com ADSL:ˇPROMOCIÓN! Router 3Com Wireless 11g + 1 Mes + Alta ˇGratis! 
http://acceso.ya.com/adsl/256router/

Ven, vota a [EMAIL PROTECTED] más [EMAIL PROTECTED] y... ˇatrévete a ser uno de ellos! 
En http://guapos.yatv.com


--
Reporting bugs: http://perl.apache.org/bugs/
Mail list info: http://perl.apache.org/maillist/modperl.html

Reply via email to