Re: mod_perl 2.0 (current CVS) on Win32

2002-01-04 Thread Sebastian Bergmann
Sebastian Bergmann wrote: > C:\home\apache\modperl-2.0>perl makefile.pl MP_USE_DSO=1 > MP_GENERATE_XS=1 MP_AP_PREFIX=c:\server\apache Just noticed that MP_AP_PREFIX should point to the binary directly on *NIX, so I tried perl makefile.pl MP_USE_DSO=1 MP_GENERATE_XS=1 MP_AP_PREFIX=c:

Re: mod_perl 2.0 (current CVS) on Win32

2002-01-04 Thread Sebastian Bergmann
Randy Kobes wrote: > No, it shouldn't be - the install to \server\apache should also > copy the needed include and lib files. And there's no spaces in > the names, so it's not croaking on that ... If it doesn't make > any difference to you, what happens if you install to C:\Apache2? > That works f

Re: mod_perl 2.0 for ISPs

2002-01-04 Thread brian moseley
On Sat, 5 Jan 2002, Stas Bekman wrote: > Guys, I suggest that you read the design docs before you > continue. The INC issue has been addressed already. > Please read: > http://apache.org/~dougm/modperl_2.0.html > http://apache.org/~dougm/modperl_design.html that may not be exactly what he's wish

Re: mod_perl 2.0 for ISPs

2002-01-04 Thread Stas Bekman
Jay Lawrence wrote: > Another point that was mentioned by someone in my local Mongers group > was that of different INC paths for different sets of users. I confess not > to > have given this much thought but upon initial thinking it seems that if > different users want to have isolated local mod

Re: mod_perl 2.0 (current CVS) on Win32

2002-01-04 Thread Randy Kobes
On Fri, 4 Jan 2002, Sebastian Bergmann wrote: > Randy Kobes wrote: > > Is this a binary install of Apache2, or one that you compiled > > yourself from the httpd-2.0 cvs sources? > > I always build from the sources myself. The sources, however are > located in c:\home\apache\httpd-2.0, not in

Re: mod_perl 2.0 for ISPs

2002-01-04 Thread Jay Lawrence
Another point that was mentioned by someone in my local Mongers group was that of different INC paths for different sets of users. I confess not to have given this much thought but upon initial thinking it seems that if different users want to have isolated local modules (differing versions of the

Re: mod_perl 2.0 (current CVS) on Win32

2002-01-04 Thread Sebastian Bergmann
Randy Kobes wrote: > Is this a binary install of Apache2, or one that you compiled > yourself from the httpd-2.0 cvs sources? I always build from the sources myself. The sources, however are located in c:\home\apache\httpd-2.0, not in c:\server\apache\. Is this a problem? -- Sebastian B

Re: mod_perl 2.0 (current CVS) on Win32

2002-01-04 Thread Randy Kobes
On Fri, 4 Jan 2002, Sebastian Bergmann wrote: > Randy Kobes wrote: > > Is C:\server\apache the directory to which Apache2 was installed? > > Yes, and C:\Server\Apache\bin\Apache.exe is the executable. Is this a binary install of Apache2, or one that you compiled yourself from the httpd-2.0 cvs

Re: mod_perl 2.0 (current CVS) on Win32

2002-01-04 Thread Sebastian Bergmann
Randy Kobes wrote: > Is C:\server\apache the directory to which Apache2 was installed? Yes, and C:\Server\Apache\bin\Apache.exe is the executable. -- Sebastian Bergmann http://sebastian-bergmann.de/ http://phpOpenTracker.de/ Did I help you? Consider a gift: http://wishl

Re: mod_perl 2.0 (current CVS) on Win32

2002-01-04 Thread Randy Kobes
On Fri, 4 Jan 2002, Sebastian Bergmann wrote: > What am I doing wrong, now? > > C:\home\apache\modperl-2.0>perl makefile.pl MP_USE_DSO=1 MP_GENERATE_XS=1 > MP_AP_PREFIX=c:\server\apache > Reading Makefile.PL args from @ARGV >MP_USE_DSO = 1 >MP_GENERATE_XS = 1 >MP_AP_PREFIX = c:\serv

mod_perl 2.0 on Windows

2002-01-04 Thread Sebastian Bergmann
What am I doing wrong, now? C:\home\apache\modperl-2.0>perl makefile.pl MP_USE_DSO=1 MP_GENERATE_XS=1 MP_AP_PREFIX=c:\server\apache Reading Makefile.PL args from @ARGV MP_USE_DSO = 1 MP_GENERATE_XS = 1 MP_AP_PREFIX = c:\server\apache readline() on closed filehandle Apache::Build::$fh at

mod_perl 2.0 (current CVS) on Win32

2002-01-04 Thread Sebastian Bergmann
What am I doing wrong, now? C:\home\apache\modperl-2.0>perl makefile.pl MP_USE_DSO=1 MP_GENERATE_XS=1 MP_AP_PREFIX=c:\server\apache Reading Makefile.PL args from @ARGV MP_USE_DSO = 1 MP_GENERATE_XS = 1 MP_AP_PREFIX = c:\server\apache readline() on closed filehandle Apache::Build::$fh a

Re: mod_perl 2.0 for ISPs

2002-01-04 Thread Geoffrey Young
Stas Bekman wrote: > > >>I think the first thing to lookat is how PHP builds the jail. > >> > > > > two different issues, no? one is about normal cgi/registry scripts > > and the other about accessing areas of the server through the API. > > > > but yes, registry scripts would need some sort of

Re: mod_perl 2.0 for ISPs

2002-01-04 Thread Stas Bekman
>>I think the first thing to lookat is how PHP builds the jail. >> > > two different issues, no? one is about normal cgi/registry scripts > and the other about accessing areas of the server through the API. > > but yes, registry scripts would need some sort of protection as well. I cannot see

Re: mod_perl 2.0 for ISPs

2002-01-04 Thread Geoffrey Young
Stas Bekman wrote: > > Geoffrey Young wrote: > > > hi all... > > > > I was wondering if any thought was given to designing mod_perl 2.0 > > with ISPs in mind. I know this issue has cropped up on modperl@ but > > I've been thinking about it lots lately and have an idea (well, some > > rambling

Re: mod_perl 2.0 for ISPs

2002-01-04 Thread Stas Bekman
Geoffrey Young wrote: > hi all... > > I was wondering if any thought was given to designing mod_perl 2.0 > with ISPs in mind. I know this issue has cropped up on modperl@ but > I've been thinking about it lots lately and have an idea (well, some > ramblings, anyway)... agreed that there is

Re: mod_perl 2.0 for ISPs

2002-01-04 Thread raptor
Yeah I also think that 'cause we lack such a support beat mod-Perl so much !! In the time it is much more powerfull than PHP or so, lacking support for mass-hosting doesn't give a chance for mod_perl to make it most widly used.. my 5c [EMAIL PROTECTED] -

mod_perl 2.0 for ISPs

2002-01-04 Thread Geoffrey Young
hi all... I was wondering if any thought was given to designing mod_perl 2.0 with ISPs in mind. I know this issue has cropped up on modperl@ but I've been thinking about it lots lately and have an idea (well, some ramblings, anyway)... there are lots of problems with allowing users to have

Re: cvs commit: modperl-2.0/xs/APR/PerlIO apr_perlio.c

2002-01-04 Thread Stas Bekman
[EMAIL PROTECTED] wrote: > stas02/01/04 01:29:50 > > Modified:xs/APR/PerlIO apr_perlio.c > Log: > - now APR PerlIO read is buffered by PerlIOBuf layer. > Attention: this requires at least bleadperl patch 13978, > 14042 seems to be fine too for me. Actually it seems that th