At 15:36 -0800 1/27/04, Stas Bekman wrote:
Egor Shipovalov wrote:
Can I add vhosts with $s->add_config? Something like:
$s->add_config( "VirtualHost foo.com:80" );
$s->add_config( "VirtualHost bar.com:80" );
and then do the loop with $s->next? Or am I now stretching the
API beyond to what
Egor Shipovalov wrote:
Can I add vhosts with $s->add_config? Something like:
$s->add_config( "VirtualHost foo.com:80" );
$s->add_config( "VirtualHost bar.com:80" );
and then do the loop with $s->next? Or am I now stretching the API
beyond to what was intended?
I once was in your position
At 13:55 -0800 1/26/04, Stas Bekman wrote:
You don't need the loop, I was talking about adding directives to an
already existing vhosts.
Just do at startup.pl or sections:
my $config = get_my_httpd_conf_config();
$s->add_config([split /\n/, $config]);
get_my_httpd_conf_config() should return th
Elizabeth Mattijsen wrote:
At 13:55 -0800 1/26/04, Stas Bekman wrote:
You don't need the loop, I was talking about adding directives to an
already existing vhosts.
Just do at startup.pl or sections:
my $config = get_my_httpd_conf_config();
$s->add_config([split /\n/, $config]);
get_my_httpd_co
> Can I add vhosts with $s->add_config? Something like:
>
>$s->add_config( "VirtualHost foo.com:80" );
>$s->add_config( "VirtualHost bar.com:80" );
>
> and then do the loop with $s->next? Or am I now stretching the API
> beyond to what was intended?
I once was in your position and f
Elizabeth Mattijsen wrote:
At 11:42 -0800 1/26/04, Stas Bekman wrote:
Elizabeth Mattijsen wrote:
Well, the error log wouldn't be such a problem. There is an
advantage to getting all of the errors in one place. But the access
logs, now that would be nice... ;-)
At the moment you can try to tr
At 11:42 -0800 1/26/04, Stas Bekman wrote:
Elizabeth Mattijsen wrote:
Well, the error log wouldn't be such a problem. There is an
advantage to getting all of the errors in one place. But the
access logs, now that would be nice... ;-)
At the moment you can try to traverse the servers chaing usi
Elizabeth Mattijsen wrote:
At 11:07 -0800 1/26/04, Stas Bekman wrote:
Geoffrey Young wrote:
Elizabeth Mattijsen wrote:
I have the configuration of a number of virtual hosts in a database.
Only those virtual hosts are handled by the Apache 2 server. Basically,
all requests are handled by the same
At 11:07 -0800 1/26/04, Stas Bekman wrote:
Geoffrey Young wrote:
Elizabeth Mattijsen wrote:
I have the configuration of a number of virtual hosts in a database.
Only those virtual hosts are handled by the Apache 2 server. Basically,
all requests are handled by the same Perl code. And everything is
Geoffrey Young wrote:
Elizabeth Mattijsen wrote:
I have the configuration of a number of virtual hosts in a database.
Only those virtual hosts are handled by the Apache 2 server. Basically,
all requests are handled by the same Perl code. And everything is set
up from a PerlRequire file.
This is a
Elizabeth Mattijsen wrote:
> I have the configuration of a number of virtual hosts in a database.
> Only those virtual hosts are handled by the Apache 2 server. Basically,
> all requests are handled by the same Perl code. And everything is set
> up from a PerlRequire file.
>
> This is all fine
I have the configuration of a number of virtual hosts in a database.
Only those virtual hosts are handled by the Apache 2 server.
Basically, all requests are handled by the same Perl code. And
everything is set up from a PerlRequire file.
This is all fine and dandy, but I would like each virtu
12 matches
Mail list logo