undefined symbol: PL_stack_base

2003-06-10 Thread Nicolas MONNET
Hi, I can't seem to find what's going wrong, I'm trying to run mod_perl on Gentoo, but I get this: # /etc/init.d/apache start * Starting apache... Syntax error on line 58 of /etc/apache/conf/apache.conf: Cannot load /etc/apache/extramodules/libperl.so into server: /etc/apache/extramodules/libperl

Re: Remembering Authentication

2000-10-17 Thread Nicolas MONNET
On Tue, 17 Oct 2000, Rodney Broom wrote: |From: "Nicolas MONNET" <[EMAIL PROTECTED]> | |> print $q->redirect("http://$l:$p\@$ENV{HTTP_HOST}/path"); Like what?

Re: Remembering Authentication

2000-10-17 Thread Nicolas MONNET
On Tue, 17 Oct 2000, Nicolas MONNET wrote: |On Tue, 17 Oct 2000, Shimon Rura wrote: | ||There's no way to use basic authentication (the stuff inside HTTP) from web ||pages... you can't tell a browser "use this form to ask your user for ||passwords". | |#untested code |use U

Re: Remembering Authentication

2000-10-17 Thread Nicolas MONNET
On Tue, 17 Oct 2000, Shimon Rura wrote: |There's no way to use basic authentication (the stuff inside HTTP) from web |pages... you can't tell a browser "use this form to ask your user for |passwords". #untested code use URI::Escape; use CGI; $q=new CGI; $l=uri_escape($q->param('login'),'^A-Za-z

Re: Auto rollback using Apache::DBI

2000-09-08 Thread Nicolas MONNET
On Fri, 8 Sep 2000, Honza Pazdziora wrote: |The code | |my $needCleanup = ($Idx =~ /AutoCommit[^\d]+0/) ? 1 : 0; |if(!$Rollback{$Idx} and $needCleanup and Apache->can('push_handlers')) { |print STDERR "$prefix push PerlCleanupHandler \n" if $Apache::DBI::DEBUG > 1; |Apache

Re: open(FH,'|qmail-inject') fails

2000-09-08 Thread Nicolas MONNET
On Thu, 7 Sep 2000, Andrew Dunstan wrote: |Could someone please explain to me why everybody seems so intent on |having a mod_perl handler fork in order to send mail? Why not just use |the very common Net::SMTP package which just talks on an SMTP socket to |whatever mailhost you have (localhost or

Re: Auto rollback using Apache::DBI

2000-09-07 Thread Nicolas MONNET
On Thu, 7 Sep 2000, Perrin Harkins wrote: |On Thu, 7 Sep 2000, Nicolas MONNET wrote: |> I might get something wrong, but while in non-autocommit, if a script dies |> before rollbacking or commiting, looks like the transaction never gets |> cancelled until I kill -HUP httpd! Quite

Auto rollback using Apache::DBI

2000-09-07 Thread Nicolas MONNET
Hi there, I might get something wrong, but while in non-autocommit, if a script dies before rollbacking or commiting, looks like the transaction never gets cancelled until I kill -HUP httpd! Quite a problem ... Is there any known way to catch this?

Re: open(FH,'|qmail-inject') fails

2000-09-07 Thread Nicolas MONNET
Thanks a lot, seems to be it, never heard about that env var. That's one weird behavior. On 7 Sep 2000, Frank D. Cringle wrote: |Nicolas MONNET <[EMAIL PROTECTED]> writes: |> Might be a faq, but why would open(FH,'|qmail-inject') fail with |> fatal: read-error from

Re: open(FH,'|qmail-inject') fails

2000-09-07 Thread Nicolas MONNET
No, no the full path is there, I just did'nt copy it. On Thu, 7 Sep 2000, Frédéric Schwien wrote: |Date: Thu, 7 Sep 2000 12:18:20 +0200 |From: Frédéric Schwien <[EMAIL PROTECTED]> |To: Nicolas MONNET <[EMAIL PROTECTED]>, [EMAIL PROTECTED] |Subject: Re: open(FH,'

open(FH,'|qmail-inject') fails

2000-09-07 Thread Nicolas MONNET
Might be a faq, but why would open(FH,'|qmail-inject') fail with fatal: read-error from within mod_perl? Thanks for your help.

Re: THREE STRIKES...

2000-04-07 Thread Nicolas MONNET
On Fri, 7 Apr 2000, Ask Bjoern Hansen wrote: |And the other way around, there is three gazillion open proxies you can |abuse to make requests from different ip addresses. | |Or a determined attacker might have a lot of different local ip addresses |at his disposal he can make requests from. Let'

Re: THREE STRIKES...

2000-04-07 Thread Nicolas MONNET
Ahem, now if we have to take AOL users into account ... j/k. Actually, I don't see how cookies could be implemented; if the attacker rejects cookies, how are you going to do it? ... On Fri, 7 Apr 2000, Mark Imbriaco wrote: |What about folks who are behind proxies? (ie: AOL) It is not all t

Re: THREE STRIKES...

2000-04-07 Thread Nicolas MONNET
On Fri, 7 Apr 2000, Mark Imbriaco wrote: |That opens up a nasty Denial of Service attack though. All I have to do |is try to log into the "gunther" account three times in rapid succession |with a bogus password, and WHAM, the real Gunther is locked out. Granted, |it's possible to work around t

Re: NT/IIS/PerlEx vs ASP : stupid benckmark

2000-04-06 Thread Nicolas MONNET
On Thu, 6 Apr 2000, Valter Mazzola wrote: |i've made a stupid unscientific benckmark: | |the program loops 100 and print a series of "a ", PerlEx takes the same |time as ASP (same NT machine) , BUT processor goes 100% with PerlEx, 45% |with ASP. | |Can someone benchmark mod_perl under Win32,

Forcing user/group unto the log

2000-02-08 Thread Nicolas MONNET
Hi there, I have implemented a cookie based authentification mechanism for my website. Now I'd like to pass the user and group information in the log, both field currently show as "-" currently. Is there any simple way to do this? Thanks!

Logging cookie authentified user as regular authentified users

2000-01-08 Thread Nicolas MONNET
tification? -- Nicolas MONNET, Technical Director, IT-Xchange http://www.it-xchange.com> mailto:[EMAIL PROTECTED]> mailto:[EMAIL PROTECTED]>

Apache::RegistryLoader and full paths

1999-11-24 Thread Nicolas MONNET
le to hack Apache::RegistryLoader so that it allows it? Or am I doomed? -- Nicolas MONNET, Technical Director, IT-Xchange http://www.it-xchange.com> mailto:[EMAIL PROTECTED]> mailto:[EMAIL PROTECTED]>

If-Modified-Since, never mind ...

1999-10-29 Thread Nicolas MONNET
Ok, eagle book, p120-121 ... -- Nicolas MONNET, Technical Director, IT-Xchange http://www.it-xchange.com> mailto:[EMAIL PROTECTED]> mailto:[EMAIL PROTECTED]>

Handling caches, and handling persistent connections in modperl

1999-10-29 Thread Nicolas MONNET
a Content-Length header, and apache/modperl will automagically reuse the current connection? Thanks for your help! -- Nicolas MONNET, Technical Director, IT-Xchange http://www.it-xchange.com> mailto:[EMAIL PROTECTED]> mailto:[EMAIL PROTECTED]>

Re: Trouble sending mail under modperl...

1999-10-27 Thread Nicolas MONNET
On Tue, 26 Oct 1999, Dave Mee wrote: |Hello, mod_perloids. | |I'm having a gutfull of trouble sending mail under mod_perl. I'm doing |it by the books, to wit, the cookbook and the bigbirdie book, under rh |linux 5.2. | |the code is | | warn ("MAIL: Opening sendmail... path is \"".$sendmailpat