ASYLANT QUAELTE TIERE BRUTAL ZU TODE

2004-06-14 Thread rasmus
11.06.2003 Hamburg-Alsterdorf:

Gewisse Angewohnheiten kann man offensichtlich nicht so einfach ablegen, auch 
wenn sie recht bestialisch sind. In einigen Laendern ist es ueblich, Tiere zu 
schaechten. Das bedeutet, ihnen wir die Kehle durchgeschnitten, um sie wenn sie 
ausgeblutet sind zu haeuten. Obwohl das Schaechten von Tieren in Deutschland 
verboten ist, passierte genau dieses in einer Asylbewerberunterkunft in 
Hamburg-Alsterdorf. Ein Jugoslawe schaechtete zwei Schafe, bevor die Polizei 
eingriff und so ganz nebenbei eine Abstellkammer voller Diebesgut fand.


Re: Apache::test + mod_ssl

2004-06-14 Thread Stas Bekman
David Wheeler wrote:
On Jun 13, 2004, at 2:13 PM, Stas Bekman wrote:
I suppose so. Check that A-t generates ServerRoot  setting
pointing to the local dir.

It does. I don't know what else might be the problem...what command does 
A-T use to start Apache? Could it be different somehow than what A-t uses?
A-T writes what it does:
% t/TEST -start
setting ulimit to allow core files
ulimit -c unlimited; /home/stas/perl/5.8.4-ithread/bin/perl5.8.4 
/home/stas/apache.org/mp2-pool/ModPerl-Registry/t/TEST -start
/home/stas/httpd/prefork/bin/httpd -d 
/home/stas/apache.org/mp2-pool/ModPerl-Registry/t -f 
/home/stas/apache.org/mp2-pool/ModPerl-Registry/t/conf/httpd.conf -D APACHE2 
-D PERL_USEITHREADS
using Apache/2.0.50-dev (prefork MPM)


--
__
Stas BekmanJAm_pH -- Just Another mod_perl Hacker
http://stason.org/ mod_perl Guide --- http://perl.apache.org
mailto:[EMAIL PROTECTED] http://use.perl.org http://apacheweek.com
http://modperlbook.org http://apache.org   http://ticketmaster.com


Re: Apache::test + mod_ssl

2004-06-14 Thread David Wheeler
On Jun 14, 2004, at 1:24 AM, Stas Bekman wrote:
A-T writes what it does:
Right, so does A-t:
/Users/david/dev/perl/mason-1.2/dist/t/httpd -f 
/Users/david/dev/perl/mason-1.2/dist/t/httpd.conf

With Apache 1.x, A-T does this:
/usr/local/apache/bin/httpd -d 
/Users/david/dev/perl/MasonX-Interp-WithCallbacks/t -f 
/Users/david/dev/perl/MasonX-Interp-WithCallbacks/t/conf/httpd.conf -D 
APACHE1

So the difference is the -d, which I'm guessing comes early enough that 
it affects where mod_ssl tries to write the semaphore file.

So this is what I needed to know; thanks. I'll try to hack the Apache 
startup code in this module to use -d and see if that helps things.

Regards,
David


Re: Apache::test + mod_ssl

2004-06-14 Thread David Wheeler
On Jun 14, 2004, at 10:30 AM, David Wheeler wrote:
So this is what I needed to know; thanks. I'll try to hack the Apache 
startup code in this module to use -d and see if that helps things.
I was able to hack it in, but unfortunately it doesn't eliminate the 
problem. Very odd...

Regards,
David


Re: Apache::test + mod_ssl

2004-06-14 Thread David Wheeler
On Jun 14, 2004, at 10:37 AM, David Wheeler wrote:
I was able to hack it in, but unfortunately it doesn't eliminate the 
problem. Very odd...
No, I take it back; it _did_ help! I just got a different error:
Ouch! ap_mm_create(1048576, 
/Users/david/dev/perl/mason-1.2/dist/t/logs/httpd.mm.8917) failed

But I know how to fix that; there's no logs directory!
Thanks again for the help.
Regards,
David


Re: Apache::test + mod_ssl

2004-06-14 Thread Stas Bekman
David Wheeler wrote:
On Jun 14, 2004, at 10:37 AM, David Wheeler wrote:
I was able to hack it in, but unfortunately it doesn't eliminate the 
problem. Very odd...

No, I take it back; it _did_ help! I just got a different error:
Ouch! ap_mm_create(1048576, 
/Users/david/dev/perl/mason-1.2/dist/t/logs/httpd.mm.8917) failed

But I know how to fix that; there's no logs directory!
Thanks again for the help.
:)
I suppose we could fix Apache::testold (it was renamed) to have -d if it can 
be made into more than a hack. Though I'm not sure when a new version of mp1 
is going to be released.

--
__
Stas BekmanJAm_pH -- Just Another mod_perl Hacker
http://stason.org/ mod_perl Guide --- http://perl.apache.org
mailto:[EMAIL PROTECTED] http://use.perl.org http://apacheweek.com
http://modperlbook.org http://apache.org   http://ticketmaster.com