Re: apache::ASP

2001-02-09 Thread G.W. Haywood
Hi there, On Fri, 9 Feb 2001, Compagnon, Jean-Charles wrote: > Hi, I have a cobalt raQ3 and I'd like to implement the apache::asp module. > the raQ3 runs linux on a MIPS processor and I was wondering if any of you > can confirm that it will work under MIPS. Apache::ASP is pure Perl, so if you h

Apache::ASP and "Undefined subroutine &#::handler called."

2001-02-09 Thread Eric Bellotti
Hello, I am having some strange problems with my apache + mod_perl + mod_ssl + Apache::ASP. I compiled all 3 from the latest sources as explained in the mod_perl directory. After some light brain surgery, I had an httpd with mod_perl (EVERYTHING=1) and mod_ssl. But, funny things happened. 1.

Re: PerlRun problem: undefined variables (Was: can't find method "uri")

2001-02-09 Thread Jie Gao
On Thu, 11 Jan 2001, Doug MacEachern wrote: > On Thu, 4 Jan 2001, Jie Gao wrote: > > > Another problem with PerlRun is that it seems to interfere with mod_perl > > handlers. > > > > I have an authentication/authorisation handler, which reads in from a > > file for someinformation. After a scri

apache::ASP

2001-02-09 Thread Compagnon, Jean-Charles
Hi, I have a cobalt raQ3 and I'd like to implement the apache::asp module. the raQ3 runs linux on a MIPS processor and I was wondering if any of you can confirm that it will work under MIPS. I assume so as it run as a mod_perl but I'd prefer to ask. please reply at [EMAIL PROTECTED] Thanks JC

Accessing Global Configuration Directives

2001-02-09 Thread Stathy Touloumis
Is it possible to access a global configuration directive without using the request object? Thanks,

"Threading" on Win32

2001-02-09 Thread Alistair McDonald
Hi. I'm running Apache 1.3.14, mod_perl 1.24_02 on Windows 2000 sp1, but I've seen this problem on other Win32 platforms. Basically, no matter how many "threads" are set up in httpd.conf, when a mod_perl URL is retreived, my apache will not service any other URLs until the mod_perl URL is f

[OT] make test fail [WAS mod_ssl: Init: Failed to generate temporary 512 bit RSA private key]

2001-02-09 Thread Paul
--- Lutz Jaenicke <[EMAIL PROTECTED]> wrote: > On Fri, Feb 09, 2001 at 01:04:51PM -0800, Paul wrote: > > EGD is great -- thanks for the suggestion -- but the "make test" is > > still no go. The OpenSSL manpage for RAND_egd (to which egd.pl docs > > pointed me) says if the socket is /dev/egd-pool

[TAKE23] New articles

2001-02-09 Thread Matt Sergeant
Two new articles this week: Introduction to EmbperlObject http://take23.org/articles/2001/02/07/embperlobject.xml Neil Gunton has written a very good introduction to EmbperlObject for the embperl documentation, which he has kindly let us reproduce here. The article talks about how to use Embperl

Silly Question about CGI and mod_perl - The Revenge

2001-02-09 Thread Stef Telford
Hello, Me again (sorry), i did as was suggested to get rid of the CGI.pm debug messages in the Apache Server. I changed NO_DEBUG to 1 and the (offline mode: enter name=value pairs on standard input) all went away. Thats the good news. The strange news is that now, however, it do

Re: mod_ssl: Init: Failed to generate temporary 512 bit RSA private key

2001-02-09 Thread Paul
--- Ges Seger <[EMAIL PROTECTED]> wrote: > Paul wrote: > > > Hi, all. > > > > I've been trying to add a couple of modules to my Apache, and just > > can't seem to get it to do it's thing. Forgive me if I tell you > too > > much, but I'm just trying to be thorough. > > > > STEP 1: > > ===

Re: Subject: mod_perl failing to interpret bytecode modules

2001-02-09 Thread Jason Leidigh
Mark,   I ahve been asking this question for some time nowthough admitedly not specific to bytecode and ByteLoader but just how to "precomplie" a mod_perl mod.  I went to www.experts-exchange.com and got a great walk through of how to use ByteLoader but as with you it fails in mod_perl..

Re: [Templates] Re: ANNOUNCE: OpenInteract Web Application Server

2001-02-09 Thread Perrin Harkins
On Thu, 8 Feb 2001, L.M.Orchard wrote: > Now, if only I could get back to un-mothballing Iaijutsu/Iaido and do Zope > the right way under perl... :) When I first looked at OI, I was thinking that it has a lot of the plumbing (O/R mapping, security model, application model) covered and you could p

Re: Sessions on win 32

2001-02-09 Thread siberian
I must have missed it, exactly what problems are you having? It is better to give a description of the problem so we can try to debug. Generally speaking the modperl list is not a tutorial list but a 'self-help' list. General 'How do I get it to work' questions are usually left for the perl newsgr

Re: Sessions on win 32

2001-02-09 Thread Joshua Chamas
harilaos wrote: > > I havent tried it, but does it use file session management? > Do i have to use ASP to use it? Because I am only using mod_perl > for speed. > Apache::ASP uses SDBM_File & DB_File database backed file session management. You cannot use its $Session or $Application objects c

Re: [RESEND] seg fault with Apache::URI ... weird

2001-02-09 Thread Nick Tonkin
On Fri, 9 Feb 2001, Jeffrey W. Baker wrote: > On Fri, 9 Feb 2001, Nick Tonkin wrote: > > > > > Hi Jeff, > > > > Thanks for your feedback. > > > > I wonder if you noticed that this code was from the Auth/Access stuff > > you did for me a while back ... so I'll patch mine but you might want to > >

Re: [RESEND] seg fault with Apache::URI ... weird

2001-02-09 Thread Jeffrey W. Baker
On Fri, 9 Feb 2001, Nick Tonkin wrote: > > Hi Jeff, > > Thanks for your feedback. > > I wonder if you noticed that this code was from the Auth/Access stuff > you did for me a while back ... so I'll patch mine but you might want to > take a look at the places you are using it ... Actually, I didn

Re: [RESEND] seg fault with Apache::URI ... weird

2001-02-09 Thread Nick Tonkin
Hi Jeff, Thanks for your feedback. On Thu, 8 Feb 2001, Jeffrey W. Baker wrote: > On Thu, 8 Feb 2001, Nick Tonkin wrote: > > > > > Hi all, > > > > No response on this so here it is again, any clues appreciated: > > > > I am encountering a weird problem with Apache::URI ... consider, please, >

Re: object not being destroyed in a TemplateToolkit-based handler

2001-02-09 Thread Vivek Khera
> "RB" == Robin Berjon <[EMAIL PROTECTED]> writes: RB> At 13:24 08/02/2001 -0500, Vivek Khera wrote: >> Ok... Upgrade to "Apache/1.3.17 (Unix) mod_perl/1.25_01-dev" fixed the >> object destroy issue. Yay! RB> I'm glad your problem is soved, but does anyone have any idea what RB> triggered t

Re: Redirection Location MUST be absolute (was Re: Send a cookie,AND a redirect ?)

2001-02-09 Thread Tony Demark
Let me bring this back to mod_perl for a sec: >If a CGI script sends out a Location: header that doesn't begin with a >protocol (like http: or ftp:), then it's an *internal* redirect. > >For an internal redirect, the browser never sees the transaction. The >web server just does a "goto", picking

Re: mod_ssl: Init: Failed to generate temporary 512 bit RSA private key

2001-02-09 Thread Ges Seger
Paul wrote: > Hi, all. > > I've been trying to add a couple of modules to my Apache, and just > can't seem to get it to do it's thing. Forgive me if I tell you too > much, but I'm just trying to be thorough. > > STEP 1: > === > perl Makefile.PL USE_APACI=1 USE_DSO=0 EVERYTHING=1 \ >

Re: Sessions on win 32

2001-02-09 Thread harilaos
Hello, thats whrere i have downloaded my apache+perl+mod_perl. You say that you have made it work. My question is how? And aslo my original question was about Apache::Session::File. I beleive that if somebody cannot help, should not just inform the user asking for help that they have got it to wor