Problem using variable with @PerlSetVar

2002-11-22 Thread Christopher Grau
Hi, I have a fairly simple problem, but haven't had much luck finding the solution on Google or the mailing list archives. Basically, I have this code in httpd.conf: print "Enter some value you don't want written down: "; my $value = ; chomp $value; print "value = '$value'\n";

libperl.so: undefined symbol: PL_dowarn

2002-11-22 Thread Dennis Kruyt
Hi,   I have compiled mod_perl en installed it without any errors but wen i try to start Apache witch mod_perl then i get the following error:   Starting Apache 1.3.27:Syntax error on line 274 of /opt/apache-1.3.27/conf/httpd.conf:Cannot load /opt/apache/libexec/libperl.so into server: /opt/

RE: Obfusacating the source

2002-11-22 Thread Michael Robinton
I am in the process of releasing these two modules which together provide perl source obfuscation. They are not uniquely Apache oriented though I've never used them for anything else, thus the designation in "Crypt". They have been used in production for over 2 years with little in the way of updat

Re: mod_Perl script and SSI need advice

2002-11-22 Thread Coexec
> C> Here is an example of what I mean: > C> Here is a basic form built with cgi.pm. > C> Name the script "test" > > C> print header; > C> if (param("foo")) { > C> print start_html, > C> "You Entered: ",em(param("foo")), > C> } > > C> else { > C> print start_html, > C> start_form(

Re: Session managing using PerlTransHandler

2002-11-22 Thread Enrico Sorcinelli
On Fri, 22 Nov 2002 19:09:25 +0200 [EMAIL PROTECTED] wrote: > How I Can redirect to page http://foo.bar/ses1/index.html from PerlTransHandler >Module? Hi, the description of your problem is very... short. The chapter 5 of 'eagle' book explain how to put and strip session ID on the left to t

Session managing using PerlTransHandler

2002-11-22 Thread dima
How I Can redirect to page http://foo.bar/ses1/index.html from PerlTransHandler Module?

RE: How Can I Install ModPerl on My ISP-based Website???

2002-11-22 Thread David Simcik
Thanks for the link... So basically, according to the link listed below, there IS NO good way to install modperl for just a local user account (I can't work some .htaccess magic,etc.?)? I guess that would make sense -- seems like modperl is tightly bound with the apache installation (one of dem de

How sub handler was called.

2002-11-22 Thread Ruslan U. Zakirov
Hello, all! May I understand in my handler sub how it was called? Was it called by Apache process in stacked handlers chain or it was called by some other module with call "MyMod::handler($r)"? Could i do it without adding some special parametrs? Beforehead thanks, Ruslan.

Re: libperl.so: undefined symbol: PL_dowarn

2002-11-22 Thread Dennis
I added the following debian packages: libperl-dev libperl5.6 and recompiled it and the problem was gone. Dennis, - Original Message - From: "Stas Bekman" <[EMAIL PROTECTED]> To: "Dennis" <[EMAIL PROTECTED]>; "Modperl" <[EMAIL PROTECTED]> Sent: Thursday, November 21, 2002 5:58 PM Subject:

Re: Problem with Stream-oriented Output Filter

2002-11-22 Thread Esteban Fernandez Stafford
On Thu, 21 Nov 2002, Stas Bekman wrote: > Esteban Fernandez Stafford wrote: > > > > Hello, > > > > I am currently developing a modperl filter that uses the streaming > > approach. I started off with the example in > > > > >http://perl.apache.org/docs/2.0/user/handlers/filters.html#Stream_oriented