[EMAIL PROTECTED] wrote:

>*This message was transferred with a trial version of CommuniGate(tm) Pro*
>Someone on this list pointed out to me where some mod_perl files could 
>be found on MacOSX. How do you use those files to program mod_perl 
>scripts? Where do you put your mod_perl scripts? I personally do not 
>think that those files can be used since the version of Apache supplied 
>with MacOS X does not include the mod_perl module (httpd -l does not 
>list mod_perl).

mod_perl is included, but as a DSO (dynamically loaded) and not
statically compiled in.  You can use it by adding the following lines to
your httpd.conf:

  LoadModule perl_module  libexec/httpd/libperl.so
  AddModule  mod_perl.c


  -------------------                            -------------------
  Ken Williams                             Last Bastion of Euclidity
  [EMAIL PROTECTED]                            The Math Forum

Reply via email to