Handling caches, and handling persistent connections in modperl

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

Apache::RegistryLoader and full paths

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

Logging cookie authentified user as regular authentified users

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

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!

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

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

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.

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: 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,'|qmail-inject') fails | | Might

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 within mod_perl

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: 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 a problem

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

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; |

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;

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 URI::Escape

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?

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: