sudoer

2005-09-05 Thread Philip M. Gollucci
Hi, out of curiousity, am I supposed to be able to sudo things as 'www' for cron issues ? -- END What doesn't kill us can only make us stronger. Nothing is impossible. Philip M. G

Re: sections and A-T autoconfig virtual host expansion magic

2005-09-05 Thread Philippe M. Chiasson
Stas Bekman wrote: > Apache-Test automagically assigns port numbers to vhost sections, e.g.: > > > PerlSetVar foo bar > > > is expanded to: > > Listen 0.0.0.0:8530 > > ServerName lapin.stason.org:8530 > PerlSetVar foo bar > > > But what if I need to use inside Vhost, since some val

Re: [mp2] preventing (push|set)_handlers from registering phases that can't be run

2005-09-05 Thread Philip M. Gollucci
Stas Bekman wrote: What do you think? I definetely think we should generate different sequences per child. Later we may extend this to other phases as well (e.g. prevent registering Auth handler, from response phase). of course assuming that we find an efficient way to do that. I wonder i

Re: sections and A-T autoconfig virtual host expansion magic

2005-09-05 Thread Geoffrey Young
Geoffrey Young wrote: >> >>my $val = get_val(); >>$VirtualHost{myhost} = { >> PerlSetVar => ["foo", $bar], >>} >> > > > >>I don't see how we can make A-T aware of in any other ways. Ideas? > > > maybe something like (untested :) > > $VirtualHost{'_default_:@PORT@'} = { ok, that won'

Re: sections and A-T autoconfig virtual host expansion magic

2005-09-05 Thread Geoffrey Young
> > my $val = get_val(); > $VirtualHost{myhost} = { >PerlSetVar => ["foo", $bar], > } > > I don't see how we can make A-T aware of in any other ways. Ideas? maybe something like (untested :) $VirtualHost{'_default_:@PORT@'} = { ? --Geoff --