Hi all,
Is it possible to dynamically create VirtualHost's using mod_perl, taking the value of each directive in a database ? If it is, how can I do exactly please ?
Because actually, I'm doing things like :
-----
push(@{ $VirtualHost{'*:80'} }, \%conf);
-----
It works well, but with this method I must periodically restart Apache and I think it uses as many memory as when we write <VirtualHost></VirtualHost> 's in the Apache .conf file, does it ? (there will be maybe thousands of VirtualHost's)


Thank you in advance,
Roman.


-- No virus found in this outgoing message. Checked by AVG Anti-Virus. Version: 7.0.300 / Virus Database: 266.5.7 - Release Date: 01/03/2005



Reply via email to