M.v.Buytene wrote:
I'm quit puzzled here....

I use mod_perl to perform some database lookups from my httpd.conf and build up all directives
and create all vhost's.
That part works ok, apache works with the vhosts like a charm.... but.... always a but... :)

How exactly do you build and create all these vhosts ? Can you post a sample of it?

When i use the Apache::PerlSections->dump(); i only see

1;
__END__

My best guess for now is that you forgot to set

$Apache::PerlSections::Save = 1;

in your <Perl> blocks. See
http://perl.apache.org/docs/2.0/api/Apache/PerlSections.html#C__Apache__PerlSections__Save_
for more info.

when reloading/starting/stopping apache, and i wish to see my complete vhosts dumped.

Am i completetly missing the point of Apache::PerlSections->dump, or am i doing something completly wrong?

Using mod perl 1.99_17

Martijn

-- -------------------------------------------------------------------------------- Philippe M. Chiasson m/gozer\@(apache|cpan|ectoplasm)\.org/ GPG KeyID : 88C3A5A5 http://gozer.ectoplasm.org/ F9BF E0C2 480E 7680 1AE5 3631 CB32 A107 88C3A5A5

Attachment: signature.asc
Description: OpenPGP digital signature



Reply via email to