Return-Path: Delivered-To: apmail-perl-modperl-archive@www.apache.org Received: (qmail 28155 invoked from network); 20 Jan 2004 22:38:28 -0000 Received: from daedalus.apache.org (HELO mail.apache.org) (208.185.179.12) by minotaur-2.apache.org with SMTP; 20 Jan 2004 22:38:28 -0000 Received: (qmail 90208 invoked by uid 500); 20 Jan 2004 22:38:03 -0000 Delivered-To: apmail-perl-modperl-archive@perl.apache.org Received: (qmail 90155 invoked by uid 500); 20 Jan 2004 22:38:03 -0000 Mailing-List: contact modperl-help@perl.apache.org; run by ezmlm Precedence: bulk list-help: list-unsubscribe: list-post: Delivered-To: mailing list modperl@perl.apache.org Received: (qmail 90142 invoked from network); 20 Jan 2004 22:38:02 -0000 Message-ID: <492487A64F98A94EBAC5AE2CBA7D1A18186828@fornells.imim.es> From: =?iso-8859-1?Q?=22SUCH_SANMART=CDN=2C_GERARD=22?= To: "'modperl@perl.apache.org'" Subject: Re: perl sections howto? Date: Tue, 20 Jan 2004 23:36:01 +0100 MIME-Version: 1.0 X-Mailer: Internet Mail Service (5.5.2657.72) Content-Type: text/plain X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N X-Spam-Rating: minotaur-2.apache.org 1.6.2 0/1000/N I resend the mail, as mixmail.com is not the best free mail out there (since was bought by ya.com it's a disaster) now i send from my mail-job, i wish mails will be better. I'm doing tests, these are my results: ---------------------------------------------------------------- - Without a section in httpd.conf, most of sites i have (in localhost) do not work (message: Forbidden), but there is one that yes it does. This site is different from all the others, it doesn't have the next directives that all other sites have (inside directory hash): PerlHeaderParserHandler => "Blogum::BlogumHeaders", AddOutputFilter => "INCLUDES .bhtml .html", Files => { "*.bhtml" => { PerlOutputFilterHandler => "Blogum::BlogumFilter", }, }, ---------------------------------------------------------------- - With a section inside the httpd.conf (a section containing a directory hash, with no one of those directives mentioned above), i have all the sites working. ---------------------------------------------------------------- - With the directive in httpd.conf PerlTransHandler +Blogum::BlogumURI All sites still continue working ---------------------------------------------------------------- - With the directive in .pl file $PerlTransHandler = "+Blogum::BlogumURI"; having erased the httpd.conf directive or not, i have the same problems as before, only one site works, that that have no one of those directives mentioned before. ---------------------------------------------------------------- Then, first question is clear, that directive in .pl file is correct?? And, any idea about the behaviour commented before?? Thanks! PD: >what would it take for people to play nice on this list and truncate those >silly quote-the-whole-thread at the bottom mess/waste? :( Think about >those people who are going to reuse the archives. And it can be you at >some point. >Please truncate! Thanks. Was this message to me? (because i don't understant very well the meaning, english questions (sight)) -- Reporting bugs: http://perl.apache.org/bugs/ Mail list info: http://perl.apache.org/maillist/modperl.html