Several perl instances
Alan Buxey
A.L.M.Buxey at lboro.ac.uk
Tue Sep 21 23:30:07 CEST 2010
Hi,
> How i can create several perl instances
> for several virtual hosts (DHCP, AAA etc)?
give them names and identities...then call them that from the virtual host etc
eg
perl dhcp-perl {
stuff here
}
perl main-code {
stuff here
}
where 'stuff here' is taken from the current supplied perl {} code but
mofified for your own purpose.
note, this can be used for all modules....eg sql stuff too
alan
More information about the Freeradius-Users
mailing list