Re: [ANNOUNCE] Apache2-AuthenNTLM-0.01

2005-04-27 Thread Shannon Eric Peevey
This is a true Apache2 module now and has been updated for the changes in mp2-rc5. It will not work with any version of mod_perl before mp2-rc5, so anyone that is using a version of mp2-rc5, should continue to use Apache-AuthenNTLM-2.11. Ummm... That should have been, "anyone that is using a

[ANNOUNCE] Apache2-AuthenNTLM-0.01

2005-04-27 Thread Shannon Eric Peevey
The uploaded file Apache2-AuthenNTLM-0.01.tar.gz has entered CPAN as file: $CPAN/authors/id/S/SP/SPEEVES/Apache2-AuthenNTLM-0.01.tar.gz size: 62723 bytes md5: a0e12bf715c52683490b782e2ad6b46d No action is required on your part Request entered by: SPEEVES (Shannon Eric Peevey) Request entered

Outgoing content-length apparently 0

2005-04-27 Thread Craig or Merikay MacKenna
Hope this is the address to which to send a problem/question! Our Verio "Virtual Private Server" is FreeBSD-based with Apache 1.3.33. I've installed mod-perl 1.29 and mod_gzip 1.3.19.2a, and revised our former CGI scripts to run as perl modules under the Apache API. They are operating fine, excep

Re: [mp2] modperl2 compile error

2005-04-27 Thread Stas Bekman
Tom Caldwell wrote: -8<-- Start Bug Report 8<-- 1. Problem Description: Modperl2 dynamic module build fails on Red Hat Linux (Intel 64) with the following error. gcc -shared \ \ mod_perl.lo modperl_interp.lo modperl_tipool.lo modperl_log.lo modperl_config.lo

[mp2] modperl2 compile error

2005-04-27 Thread Tom Caldwell
> -8<-- Start Bug Report 8<-- > 1. Problem Description: > > Modperl2 dynamic module build fails on Red Hat Linux (Intel 64) > with the following error. > > gcc -shared \ > \ > mod_perl.lo modperl_interp.lo modperl_tipool.lo modperl_log.lo > modperl_co

Re: ModPerl2, Apache2, FreeBSD, ports and missing ModPerl::Registry

2005-04-27 Thread Stas Bekman
angie ahl wrote: Is there any specific reason I should go up to .22 now? Yes, you must do that. Please see: http://perl.apache.org/docs/2.0/rename.html I'd like to try and stick to the ports if possible but if needs must I'll manually compile. Angie On 4/27/05, Stas Bekman <[EMAIL PROTECTED]> wro

Re: ModPerl2, Apache2, FreeBSD, ports and missing ModPerl::Registry

2005-04-27 Thread Stas Bekman
angie ahl wrote: I found the problem It seems that it was not using the Apache2 directory of modules, it seems that the missing mp2 modules were in there. 1 change to the httpd.conf fixed it. at the top of my vhost I put: PerlModule Apache2 Then it found what it needed. This wasn't in the httpd.con

Re: ModPerl2, Apache2, FreeBSD, ports and missing ModPerl::Registry

2005-04-27 Thread angie ahl
Is there any specific reason I should go up to .22 now? I'd like to try and stick to the ports if possible but if needs must I'll manually compile. Angie On 4/27/05, Stas Bekman <[EMAIL PROTECTED]> wrote: > angie ahl wrote: > [...] > > I get an ISE and the errorlog says > > > > ModPerl::Registry

Re: ModPerl2, Apache2, FreeBSD, ports and missing ModPerl::Registry

2005-04-27 Thread angie ahl
I found the problem It seems that it was not using the Apache2 directory of modules, it seems that the missing mp2 modules were in there. 1 change to the httpd.conf fixed it. at the top of my vhost I put: PerlModule Apache2 Then it found what it needed. This wasn't in the httpd.conf example in

Re: libapreq2 failed with last mod_perl2

2005-04-27 Thread Marc Gràcia
Oopss... I didn't see the previous thread about this topic SORRY!!. Everything clear now... no worries. I stick with RC4 It's hard to break compatibility, but sometimes needed. It's for better guys!! :) RC4 works perfect for me... no problem. El dc 27 de 04 del 2005 a les 17:28 +0200, en/na

Re: DirectoryIndex ignored when using perl-handler

2005-04-27 Thread Geoffrey Young
for the sake of the archives, william reported that the below fixup handler is "working like a champ" so I guess this is a workable solution for anyone in the same situation. and for anyone listening, rolling up a test tarball like william did was outstanding - I was more than happy (ecstatic, ac

libapreq2 failed with last mod_perl2

2005-04-27 Thread Marc Gràcia
Hi everybody, Seems that mod_perl-2.0.0-RC5 break libapreq compilation... I've already seen that last mod_perl version changes a lot of things that make it incompatible with previous versions. (mod_perl.pm and Apache2 renamed/moved for what i see here while compiling libapreq...) There's any wa

Re: compiling perl on freebsd to support ithreads

2005-04-27 Thread Jay Scherrer
I thought that it was a module compiled into Apache MPM. That you use when compiling mp2. My bad Jay Scherrer On Wed, 2005-04-27 at 16:43 +0200, Tom Schindl wrote: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA1 > > Jay Scherrer schrieb: > | According to Schwartz, when he last spoke on the s

Re: ModPerl2, Apache2, FreeBSD, ports and missing ModPerl::Registry

2005-04-27 Thread Stas Bekman
angie ahl wrote: [...] I get an ISE and the errorlog says ModPerl::Registry': Can't locate ModPerl/Registry.pm in @INC so it is calling ModPerl::Registry but can't find it in @INC, but to make things stranger, I have a cgi script called perldigger that gives you a system overview and it says ModPer

Re: compiling perl on freebsd to support ithreads

2005-04-27 Thread Stas Bekman
Tom Schindl wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Stas Bekman schrieb: | Tom Schindl wrote: | [...] | |> Perl with compiled threads support (used or not used) is much slower and |> when new threads are started the whole memory is copied over because |> there's no copy-on-write logic

Re: compiling perl on freebsd to support ithreads

2005-04-27 Thread Tom Schindl
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Stas Bekman schrieb: | Tom Schindl wrote: | [...] | |> Perl with compiled threads support (used or not used) is much slower and |> when new threads are started the whole memory is copied over because |> there's no copy-on-write logic like there is for f

Re: ModPerl2, Apache2, FreeBSD, ports and missing ModPerl::Registry

2005-04-27 Thread Tom Schindl
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 angie ahl schrieb: | Hi Folks. | | I've just got a new server running DirectAdmin on FreeBSD 5.3. I'm | brand new to FreeBSD apart from its similarity to OS X, which I use | all the time. | | I upgraded to Perl 5.8.5 using a package: | | pkg_add -r perl

Re: compiling perl on freebsd to support ithreads

2005-04-27 Thread Stas Bekman
Tom Schindl wrote: [...] Perl with compiled threads support (used or not used) is much slower and when new threads are started the whole memory is copied over because there's no copy-on-write logic like there is for fork. Actually there is COW in the recent perls, but it doesn't perform very well.

Re: compiling perl on freebsd to support ithreads

2005-04-27 Thread Tom Schindl
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Jay Scherrer schrieb: | According to Schwartz, when he last spoke on the subject, He recommended | using prefork with mp2. I guess he wasn't impressed enough with threads | yet. | True if you can avoid it but as stated in another mail when runing on win

Re: compiling perl on freebsd to support ithreads

2005-04-27 Thread Jay Scherrer
According to Schwartz, when he last spoke on the subject, He recommended using prefork with mp2. I guess he wasn't impressed enough with threads yet. Jay Scherrer On Wed, 2005-04-27 at 08:39 +0200, Tom Schindl wrote: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA1 > > Foo Ji-Haw schrieb: > | H

Re: Apache2::DBI?

2005-04-27 Thread Philip M. Gollucci
Octavian Rasnita wrote: Hi, Is there a module Apache2::DBI on CPAN? I have searched on search.cpan.org but I couldn't find it. I just found Apache::DBI but I guess this module will not work with mod_perl rc5. I thought this module is not available for Windows only, but it seems that this module is

ModPerl2, Apache2, FreeBSD, ports and missing ModPerl::Registry

2005-04-27 Thread angie ahl
Hi Folks. I've just got a new server running DirectAdmin on FreeBSD 5.3. I'm brand new to FreeBSD apart from its similarity to OS X, which I use all the time. I upgraded to Perl 5.8.5 using a package: pkg_add -r perl5.8 Then I upgraded to Apache2 and ModPerl1.99 as per the instructions successf

Apache2::DBI?

2005-04-27 Thread Octavian Rasnita
Hi, Is there a module Apache2::DBI on CPAN? I have searched on search.cpan.org but I couldn't find it. I just found Apache::DBI but I guess this module will not work with mod_perl rc5. I thought this module is not available for Windows only, but it seems that this module is not available for anyo

Re: compiling perl on freebsd to support ithreads

2005-04-27 Thread Tom Schindl
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Foo Ji-Haw schrieb: | Hello Tom, | | Just to clarify: are you saying that forking is better than threading on | windows? Even if it is, I will have to throw in IPC to talk between the | forks? No. What I'm trying to say: When using Mod-Perl2 on win32 yo

Re: pb setting NLS_LANG with mod_perl 1.99_14et DBD::Oracle

2005-04-27 Thread Sylvain CRESTO
Jean-Paul COGNET wrote: > Hi Stas, > Good advice !! > I've found that a user have a similar problem using PHP, and that the only > avalaible value for NSL_LANG is this case was > 'American_America.EE8ISO8859P2' > I've tried this value and it works, but with bad accents. > "ou entrer l'heure d'enlèv

Re: [mp1] segmentation fault in Apache->server->dir_config()

2005-04-27 Thread Mike Taylor
> Date: Tue, 26 Apr 2005 22:05:08 -0400 > From: Stas Bekman <[EMAIL PROTECTED]> > > hmm, I guess there still some people using mp1. This is so > unfashionable. Everybody wears RC5 these days :) :-) I did initially try to use mod_perl2 and Apache2, but I couldn't get the HTML::Mason module to wo