Re: recompiling the modules

2005-01-25 Thread Philippe M. Chiasson
Marcello wrote: Octavian Rasnita ha scritto: Hi, Is it possible to let modperl recompile the modules if they are modified? I've seen that if I modify a perl module, Apache doesn't check to cee if the module has been modified, so it keeps running the old code from memory. In your httpd.conf or under

Re: make test failed on solaris 8

2005-01-25 Thread Philippe M. Chiasson
Tulan W. Hu wrote: [...] $ strace ../httpd -d t -f t/conf/httpd.conf -DAPACHE2 -DONE_PROCESS -DNO_DETATCH strace output: ERROR: unable to open /dev/log maybe i need to install some patches? as i remember, we installed a patch to have /dev/random available. You are on Solaris, so you are

Re: mod_perl.c:61: `my_perl' undeclared under Cygwin

2005-01-25 Thread Stas Bekman
Nick *** wrote: No Stas, this is a bug in MP2. Please, just run: perl Makefile.pl MP_STATIC_EXTS=1 MP_COMPAT_1X=0 MP_USE_STATIC=1 MP_AP_CONFIGURE="--with-mpm=prefork" MP_AP_PREFIX=/usr/src/httpd and you will see what happens. On RedHat I get the same error (but on cygwin the process continues wit

Re: make test failed on solaris 8

2005-01-25 Thread Stas Bekman
Tulan W. Hu wrote: I think I need to fix the syntax error in the httpd.conf first. however, I cannot just modify the httpd.conf file under t/conf since it will be overwrite when I run make test. Run t/TEST instead of 'make test', in which case t/conf/httpd.conf is *not* overwritten. You can do t/T

Re: Running Multiple Servers

2005-01-25 Thread Jason Dixon
On Jan 25, 2005, at 5:55 PM, Jonathan Vanasco wrote: Can anyone point me towards a good reference for running multiple mod_perl servers on the same box? I'm going to be having 2-3 mod_perl apps running at once on a box I've got. I've read the mod_perl o'reilly book with the chapter that cover

Running Multiple Servers

2005-01-25 Thread Jonathan Vanasco
Can anyone point me towards a good reference for running multiple mod_perl servers on the same box? I'm going to be having 2-3 mod_perl apps running at once on a box I've got. I've read the mod_perl o'reilly book with the chapter that covers 'optimizing' performance by separating the mod_perl

Re: make test failed on solaris 8

2005-01-25 Thread Tulan W. Hu
- Original Message - From: "Tulan W. Hu" > > - Original Message - > >From: "Stas Bekman" <[EMAIL PROTECTED]> > > Sent: Monday, January 24, 2005 8:38 PM > > Tulan W. Hu wrote: > > >>From: "Stas Bekman" <[EMAIL PROTECTED]> > > >> > > >>>Tulan Hu wrote: > > >>>-8<---

Re: mod_perl.c:61: `my_perl' undeclared under Cygwin

2005-01-25 Thread Nick ***
> Оригинално писмо >От: Stas Bekman <[EMAIL PROTECTED]> >Относно: Re: mod_perl.c:61: `my_perl' undeclared under Cygwin >До: Nick *** <[EMAIL PROTECTED]> >Изпратено на: Вторник, 2005, Януари 25 03:40:33 EET >-- > > >> I've created Apache

Re: recompiling the modules

2005-01-25 Thread Marcello
Octavian Rasnita ha scritto: Hi, Is it possible to let modperl recompile the modules if they are modified? I've seen that if I modify a perl module, Apache doesn't check to cee if the module has been modified, so it keeps running the old code from memory. Thank you. Teddy In your httpd.conf or und

Re: recompiling the modules

2005-01-25 Thread Torsten Foertsch
On Tuesday 25 January 2005 18:18, Octavian Rasnita wrote: > Is it possible to let modperl recompile the modules if they are modified? > I've seen that if I modify a perl module, Apache doesn't check to cee if > the module has been modified, so it keeps running the old code from memory. perldoc Apa

recompiling the modules

2005-01-25 Thread Octavian Rasnita
Hi, Is it possible to let modperl recompile the modules if they are modified? I've seen that if I modify a perl module, Apache doesn't check to cee if the module has been modified, so it keeps running the old code from memory. Thank you. Teddy

Re: t/apache/content_length_header.t failures

2005-01-25 Thread Geoffrey Young
> -my $cl = have_min_apache_version(2.1) ? undef : 0; > -my $head_cl = have_min_apache_version(2.1) ? $cl : undef; > +my $cl = 1 ? undef : 0; > +my $head_cl = 1 ? $cl : undef; > > ~ ok t_cmp $res->code, 200, "$method $uri code"; > ~ ok t_c

RE: [mp2] Also problems with reloading modules after upgrade

2005-01-25 Thread Thomas den Braber
Philippe, The apache config looks like this (stripped version) # main location for dynamic content PerlRequire "/srv/config/httpd/modperl/sitegen2.start" PerlSetVar custom_error "/public/autherror.htm" AuthName "deloswww" PerlSetVar Logout "/start" PerlSetVar Login "/loginform"

Re: t/apache/content_length_header.t failures

2005-01-25 Thread Dominique Quatravaux
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Stas Bekman wrote: | [don't forget to always reply to the list] My mistake, sorry. | | OK, now I remember what the trace like you've posted [...] means. | It means that you've build your modules with ithreads enabled perl. | Then you have built a new pe

Re: t/apache/content_length_header.t failures

2005-01-25 Thread Dominique Quatravaux
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Stas Bekman wrote: | [don't forget to always reply to the list] My mistake, sorry. | | OK, now I remember what the trace like you've posted [...] means. | It means that you've build your modules with ithreads enabled perl. | Then you have built a new pe