Re: [mp2] ?Any clue when stable release comes out?

2004-06-20 Thread Bart Simpson

> On Fri, Jun 18, 2004 at 02:07:19PM -0700, Bart
> Simpson wrote:
> > Starting a project expected to be done by Xmas.
> Its
> > billing software for a small ISP. Will a
> production
> > release of MP2 be out by then or when does anyone
> have
> > an idea when one will be out??


> mod_perl 2 is not complete (hence not having the 2.0
> designation yet), but 
> what's there is certainly production quality.  We
> have been using it in 
> development since July 2002, production since
> January 2003.  I don't believe 
> we've ever had a major problem with mp2.
> 
> - -- 
> Stephen Clouse <[EMAIL PROTECTED]>
> Senior Programmer/DBE, Core Technology Developer
> The IQ Group, Inc. 
> 

Thank you. Happy to hear it is production quality. 
This thread should be renamed "[mp2] To use or not to
use? ".





__
Do you Yahoo!?
Yahoo! Mail is new and improved - Check it out!
http://promotions.yahoo.com/new_mail

-- 
Report problems: http://perl.apache.org/bugs/
Mail list info: http://perl.apache.org/maillist/modperl.html
List etiquette: http://perl.apache.org/maillist/email-etiquette.html



Re: Rocks.pm

2004-06-20 Thread mpeters
David Arnold wrote:


> Stas,
> 
> See my comment below, following yours.
> 
[snip]
> >> It seems like I am following all of the directions. Any suggestions? 
> >
> >Is the path /home/darnold/httpd/httpd-2.0/perl readable by the user/group
> you 
> >run the Apache under? (hint: grep httpd.conf for User and Group). e.g. move 
> >that file into /tmp and everything should work just fine.
> 
> My settings in httpd.conf are:
> 
> User apache
> Group apache
> 
> And I have set up a user named apache with group apache. What would I do to
> make the path /home/darnold/httpd/httpd-2.0/perl readable by my apache
> user? 
> 

It means that the user 'apache' has execute permissions on every directory in
that path.

Michael Peters




-- 
Report problems: http://perl.apache.org/bugs/
Mail list info: http://perl.apache.org/maillist/modperl.html
List etiquette: http://perl.apache.org/maillist/email-etiquette.html



Re: Solutions Guide

2004-06-20 Thread Dave Rolsky
On Sat, 19 Jun 2004, Eric Berg wrote:

> I just put it up at http://bergbrains.com/MasonSolutionsGuide.html.

If this is specifically aimed at Mason, you can put it on the MasonHQ
site, which is a wiki.


-dave

/*===
House Absolute Consulting
www.houseabsolute.com
===*/

-- 
Report problems: http://perl.apache.org/bugs/
Mail list info: http://perl.apache.org/maillist/modperl.html
List etiquette: http://perl.apache.org/maillist/email-etiquette.html



Re: Solutions Guide

2004-06-20 Thread Eric Berg
I'll do that to get it started, Dave.  Thanks.  Good suggestion.
Even though, I envisison this to be a more general document ultimately, 
that'll be a good place (and easy) to start.

Thanks.
-Eric.
Dave Rolsky wrote:
On Sat, 19 Jun 2004, Eric Berg wrote:

I just put it up at http://bergbrains.com/MasonSolutionsGuide.html.

If this is specifically aimed at Mason, you can put it on the MasonHQ
site, which is a wiki.
-dave
/*===
House Absolute Consulting
www.houseabsolute.com
===*/
--
Eric Berg <[EMAIL PROTECTED]>
http://www.bergbrains.com
--
Report problems: http://perl.apache.org/bugs/
Mail list info: http://perl.apache.org/maillist/modperl.html
List etiquette: http://perl.apache.org/maillist/email-etiquette.html


Das kann unmoeglich sein -Leserbrief-

2004-06-20 Thread autarch
Am 3. Dezember wurde mein Sohn gegen 18 Uhr in der Innenstadt von einer Gruppe 
tuerkischer Jugendlicher angepoebelt und schliesslich von einem der Jugendlichen 
zusammengeschlagen. Obwohl mein Sohn den Schlaeger auf eine erst kuerzlich bei ihm 
durchgefuehrte schwere Kopfoperation hinwies, die durch eine ca. 20 cm lange Narbe auf 
der Stirn unmoeglich zu uebersehen ist, bekam er einen Faustschlag mitten ins Gesicht. 
Nach ambulanter Versorgung im Krankenhaus, fuhr ich anschliessend mit meinem Sohn zur 
Wuelfrather Polizeiwache um Anzeige zu erstatten. Dort aber mussten wir feststellen, 
dass der wachhabende Beamte sich Gedanken darum machte, ob mein Sohn eventuell einer 
rechtsradikalen Gesinnung nachhaengt. Den Verdacht hierfuer begruendete er mit den 
sehr kurzen Haaren meines Sohnes, die ihm nach einer Chemotherapie ausgefallen waren. 
Weder ich noch mein Sohn sind Anhaenger einer rechtsradikalen Gesinnung. Es kann 
unmoeglich sein, dass man sich noch dafuer rechtfertigen muss, von wem auch immer 
verpruegelt worden zu sein.


Kommentar des Sober Autors:
So sieht es in unserem Deutschland aus. Die Bullen sind nur bezahlte Geldeintreiber 
(DIE DU AUCH NOCH BEZAHLST VON DEINEN STEUERN,,...)!
Wenn man die Taeter schnappt, wird sich dein Sohn wohl entschuldigen muessen, weil er 
sich nicht hat tot schlagen lassen!

Klingt zwar etwas Zynisch, aber Kanacken duerfen das in Deutschland!

In diesem Sinne

-- 
Report problems: http://perl.apache.org/bugs/
Mail list info: http://perl.apache.org/maillist/modperl.html
List etiquette: http://perl.apache.org/maillist/email-etiquette.html



Re: [mp2] Authen handler with htgroup authorization

2004-06-20 Thread John D Groenveld
In message <[EMAIL PROTECTED]>, Geoffrey Young writes:
>I can't seem to reproduce the problem in an isolated context.  please give thi

It stems from a peculiarity in building Apache and Perl with largefile 
support.

$ cd /tmp/perl-5.8.4
$ env PATH=/usr/sbin:/usr/bin:/usr/ccs/bin:/opt/SUNWspro/bin ./Configure \
-Dprefix=/opt/perl-5.8.4 -Dcc=cc -Duseshrplib -Uusemymalloc -Duselargefiles \
-Ubincompat5005 -Doptimize="-xO3 -xdepend"

$ cd /tmp/httpd-2.0.49
$ env PATH=/usr/sbin:/usr/bin:/usr/ccs/bin:/opt/SUNWspro/bin CC=cc \
CFLAGS="-xO3 -xdepend" CPPFLAGS="-D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64" \
./configure --enable-modules=all --enable-mods-shared=all --enable-ssl \
--with-ssl=/opt/openssl --prefix=/opt/apache2 --enable-proxy --enable-rewrite

The configuration scripts in those builds don't generate largefile-aware 
mod_perl shared objects which seems to cause random cores in file access.
I suspect this to be the same bug earlier seen by Hyoung-Kee Choi [1].

My hack was to modify /opt/apache2/bin/apr-config to the largefile defines
to CPPFLAGS.

Is it an Apache bug that apr-config does not include my CFLAGS and
CPPFLAGS?

1. http://www.mathforum.org/epigone/modperl/herfepum/[EMAIL PROTECTED]>

John
[EMAIL PROTECTED]




-- 
Report problems: http://perl.apache.org/bugs/
Mail list info: http://perl.apache.org/maillist/modperl.html
List etiquette: http://perl.apache.org/maillist/email-etiquette.html