If mod_perl module loaded from within httpd.conf

2002-03-13 Thread George Sanderson
What is the best way to check from within the httpd.conf file if a mod_perl module is loaded. For C modules, I can use: IfModule mod_perl.c ... /IfModule to conditionally load it's directives. Is there a similar conditional syntax for the mod_perl script modules? I only want a module's

Re: If mod_perl module loaded from within httpd.conf

2002-03-13 Thread Geoffrey Young
George Sanderson wrote: What is the best way to check from within the httpd.conf file if a mod_perl module is loaded. For C modules, I can use: IfModule mod_perl.c ... /IfModule to conditionally load it's directives. Is there a similar conditional syntax for the mod_perl script modules?