RE: Perl sections in Apache conf files

2012-01-16 Thread Desilets, Alain
OK, figured out how to make the SetEnv bit work. Just set $ENV directly in the section. Seems a bit inconsistent that you can't push on @SetEnv as you would for other directives, but oh, well. So now, I am trying to figure out how to do the equivalent of this in a Perl section: --- Order D

RE: perl sections in windows and linux

2004-03-27 Thread "SUCH SANMARTÍN, GERARD"
with 1.99_12 then, or if this solution wouldn't be necessary with a make test well done ... -Original Message- From: Stas Bekman To: SUCH SANMARTÍN, GERARD Cc: '[EMAIL PROTECTED]' Sent: 3/27/2004 3:07 AM Subject: Re: perl sections in windows and linux SUCH SANMARTÍN,

Re: perl sections in windows and linux

2004-03-26 Thread Stas Bekman
SUCH SANMARTÍN, GERARD wrote: Hello after some time, i have had my archive.pl configuring apache2 all this time working perfectly. But today i have tried the same in my linux and i get that the same orders that worked on windows (xp) now do not work in my linux (suse 9.0). What can be the problem?

Re: perl sections howto?

2004-01-20 Thread petersm
Stas Bekman <[EMAIL PROTECTED]> wrote > Ged Haywood wrote: > > >>How would they know that they aren't being answered because they posted > >>the question or the followup the way they do it 100 times a day? > > > > By reading > > > > http://perl.apache.org/maillist/email-etiquette.html#Replying_

Re: perl sections howto?

2004-01-20 Thread Stas Bekman
Ged Haywood wrote: How would they know that they aren't being answered because they posted the question or the followup the way they do it 100 times a day? By reading http://perl.apache.org/maillist/email-etiquette.html#Replying_to_posts How would they know that they aren't being answered becau

Re: perl sections howto?

2004-01-20 Thread gerard uolaquetalestem
Maybe this time ... Stas i send you a copy with another mail, that is not in the list so i can't send (i've proved) to [EMAIL PROTECTED] I'm doing tests, these are my results: - Without a section in httpd.conf, most of sites i

Re: perl sections howto?

2004-01-20 Thread "SUCH SANMARTÍN, GERARD"
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 sect

Re: perl sections howto?

2004-01-20 Thread Ged Haywood
Hi Stas, On Tue, 20 Jan 2004, Stas Bekman wrote: > How would they know that they aren't being answered because they posted > the question or the followup the way they do it 100 times a day? By reading http://perl.apache.org/maillist/email-etiquette.html#Replying_to_posts 73, Ged. -- Reporti

Re: perl sections howto?

2004-01-20 Thread Stas Bekman
Ged Haywood wrote: 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? Just don't answer them. You are being funny, Ged. How would they know that they aren't being answered because they posted the question or the fol

Re: perl sections howto?

2004-01-20 Thread Ged Haywood
Hi Stas, On Tue, 20 Jan 2004, Stas Bekman wrote: > 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? Just don't answer them. 73, Ged. -- Reporting bugs: http://perl.apache.org/bugs/ Mail list info: http://per

Re: perl sections howto?

2004-01-20 Thread Stas Bekman
Philippe M. Chiasson wrote: [...] You mean you have moved the contents of that section to a perl file and expect it to work? It has no idea what %main::Location is. It needs to be in the special Apache::ReadConfig namespace. like: $Apache::ReadConfig::Location{ though I think Philippe ha

Re: perl sections howto?

2004-01-20 Thread Stas Bekman
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. __

RE: perl sections howto (n)

2004-01-20 Thread gerard uolaquetalestem
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'

Re: perl sections howto? (bug?)

2004-01-20 Thread Stas Bekman
gerard uolaquetalestem wrote: I've tested what you've said (Stas) and ... it worked!! yes, the "commas" were necessary, Good ;) s/commas/quotes/ __ Stas BekmanJAm_pH --> Just Another mod_perl Hacker http://stason.org/

Re: Re: perl sections howto? (no bug)

2004-01-20 Thread gerard uolaquetalestem
Forget last mail, it's false (and i still have not found the solution), sorry for last mail then :) - Ya.com ADSL:¡PROMOCIÓN! Router 3Com Wireless 11g + 1 Mes + Alta ¡Gratis! http://acceso.ya.com/adsl/256router/ No te pierdas tu futuro... está en nuestro http://rappelweb.mujeractual.com/ti

Re: perl sections howto? (bug?)

2004-01-20 Thread gerard uolaquetalestem
I've tested what you've said (Stas) and ... it worked!! yes, the "commas" were necessary, okay, then i have emotionated myself and i have taken all the sections to my .pl archive and ... it has not worked!!! arg!! uggg!!! But after spending my evening (another day without gym) i've foun

RE: perl sections howto?

2004-01-20 Thread Philippe M. Chiasson
ll most likely be deprecated as well. > thanks > Eric > > > > > -Original Message- > > From: Philippe M. Chiasson [mailto:[EMAIL PROTECTED] > > Sent: Tuesday, January 20, 2004 1:11 PM > > To: [EMAIL PROTECTED] > > Cc: [EMAIL PROTECTED] >

RE: perl sections howto?

2004-01-20 Thread Eric J. Hansen
ED] > Sent: Tuesday, January 20, 2004 1:11 PM > To: [EMAIL PROTECTED] > Cc: [EMAIL PROTECTED] > Subject: Re: perl sections howto? > > > On Sat, 2004-01-17 at 15:55, Stas Bekman wrote: > > gerard uolaquetalestem wrote: > > > You were right, now i have

Re: perl sections howto?

2004-01-20 Thread Philippe M. Chiasson
On Sat, 2004-01-17 at 15:55, Stas Bekman wrote: > gerard uolaquetalestem wrote: > > You were right, now i have this that works > > > > PerlModule Apache2 > > --- > > > > $Location{'~ .*log$'} = { > > SetHandler => "perl-script", > > PerlResponseHandler => "

Re: perl sections howto?

2004-01-19 Thread Stas Bekman
gerard uolaquetalestem wrote: But, Gerard, this should work for sure: use Apache::ServerUtil (); my $config = < $Location{'~ .*log$'} = { SetHandler => "perl-script", PerlResponseHandler => "Blogum::UserLog", PerlOptions => "+ParseHeaders", Allow => "from all",

Re: Re: perl sections howto?

2004-01-19 Thread gerard uolaquetalestem
>But, Gerard, this should work for sure: >use Apache::ServerUtil (); >my $config = < >$Location{'~ .*log$'} = { > SetHandler => "perl-script", > PerlResponseHandler => "Blogum::UserLog", > PerlOptions => "+ParseHeaders", > Allow => "from all", > }; > >EOI >Apache->ser

Re: perl sections howto?

2004-01-17 Thread Stas Bekman
gerard uolaquetalestem wrote: You were right, now i have this that works PerlModule Apache2 --- $Location{'~ .*log$'} = { SetHandler => "perl-script", PerlResponseHandler => "Blogum::UserLog", PerlOptions => "+ParseHeaders", Allow =>

Re: Re: perl sections howto?

2004-01-17 Thread gerard uolaquetalestem
You were right, now i have this that works PerlModule Apache2 --- $Location{'~ .*log$'} = { SetHandler => "perl-script", PerlResponseHandler => "Blogum::UserLog", PerlOptions => "+ParseHeaders", Allow => "from all", };

Re: perl sections howto?

2004-01-16 Thread Stas Bekman
gerard uolaquetalestem wrote: (I have sent this mail from another address and it has not be received, so i re-send again) Once i have installed the last windows version of modperl2, i try to transcript some apache code of my httpd.conf into perl sections. I have this block in my httpd.conf (i post