On Tuesday 20 December 2005 01:17 am, LUKE wrote: > Will i need recomplie apache when i modify my (perl)code , when using > non-DSO mod_perl?
No. Static mod_perl simply means that the mod_perl module that runs your Perl code is compiled in as part of Apache itself, rather than being a runtime extension. Cheers, Chase