offsite-tar fix

2001-04-30 Thread Geoffrey Young
Hi... make offsite-tar seems to be broken - I guess the location of the header files changed in the apache layout at some point? is anyone actually using this? it doesn't really make sense to me since it is only really useful for an APXS build where you have an apache binary but no source h

RE: cvs commit: modperl/Apache Apache.pm

2001-04-30 Thread Doug MacEachern
On Mon, 30 Apr 2001, Geoffrey Young wrote: > I mean, that I used to use just > use Apache::Dispatch; > in a startup.pl and my custom directives would work just fine. > > now, I get errors unless I use > PerlModule Apache::Dispatch > > maybe I was taking advantage of a feature I shouldn't hav

RE: cvs commit: modperl/Apache Apache.pm

2001-04-30 Thread Matt Sergeant
On Mon, 30 Apr 2001, Geoffrey Young wrote: > maybe I was taking advantage of a feature I shouldn't have been using? Yes, config directives created by Apache::ExtUtils :-) -- /||** Founder and CTO ** ** http://axkit.com/ ** //||** AxKit.com Ltd ** ** XML Application

RE: cvs commit: modperl/Apache Apache.pm

2001-04-30 Thread Geoffrey Young
> -Original Message- > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] > Sent: Thursday, April 26, 2001 1:31 AM > To: [EMAIL PROTECTED] > Subject: cvs commit: modperl/Apache Apache.pm > > > dougm 01/04/25 22:30:46 > > Modified:.Changes >Apache