On Thu, 2 Aug 2001, Tom Lancaster wrote:
> On Thu, Aug 02, 2001 at 05:05:39PM -0700, Doug MacEachern wrote:
> > hmm, can you run httpd -V from the command line? what configure arguments
> > did you build apache with?
> >
>
> I figured it out. After using a different apxs I realized my perl wasn't
> threaded, so I got and installed bleedperl, and the results are at
> http://www.grubby.net/server-status
>
> I've noted a few things missing for first-timers from the modperl_dev.pod,
> which I'll try and compile tomorrow.
Feel free to contibute to these notes. I'll start the doc project with
more structured layout very soon now :)
> I've just joined this list, so, are there any particular areas which need
> more poking than others ?
You can look at the archive:
http://marc.theaimsgroup.com/?l=apache-modperl-dev&r=1&w=2#apache-modperl-dev
The todo items are listed in modperl-2.0/todo/
> For my work I'm interested in the idea of having each thread with a
> different library path, so I'll be looking at getting that working
> next.
I'll release soon the cleaned up patch for PerlModule, after I make it
work with vhs, so you can load different version of the modules in
differen vhs.
You will be able to implement your desired feature via:
<VirtualHost _default_:8555>
PerlSetEnv PERL5LIB /path:/path2:...
</VirtualHost>
but PerlSetEnv is not implemented yet. So this is probably the first thing
to do.
_____________________________________________________________________
Stas Bekman JAm_pH -- Just Another mod_perl Hacker
http://stason.org/ mod_perl Guide http://perl.apache.org/guide
mailto:[EMAIL PROTECTED] http://apachetoday.com http://eXtropia.com/
http://singlesheaven.com http://perl.apache.org http://perlmonth.com/
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]