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
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
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
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'
>
> 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
--