Hi list,

I wrote an Apache Configuration Directive which works fine. Now it should also work with VirtualHosts so I try to use the following borrowed from 'Writing Apache Modules with Perl and C':

sub PerlMIHConfig ($$$) {
    my($cfg, $parms, $file) = @_;
    my $scfg = Apache::ModuleConfig->get($parms->server());
}

Can't locate object method "server" via package "Apache::CmdParms" at /usr/local/lib/perl/5.8.0/Apache/MIHConfig.pm line 35.

Am I missing something or could someone give me a hint where to find the Apache::CmdParms doku (seems to come none with my installation ;-)

Thanx in advance.
--
[EMAIL PROTECTED]
--plan-b.-GmbH----------------------http://www.planb.de/------
--Rueppurrer-Str.-4-----------------T#-49-721-35489964--------
--76317-Karlsruhe-------------------F#-49-721-388581----------

Attachment: smime.p7s
Description: S/MIME Cryptographic Signature



Reply via email to