1
edit
Changes
no edit summary
Once the installation process is completed, it is time to integrate mod_python with Apache. So open the Apache config file and look for the part where you see all 'LoadModule' lines:
#vim /usr/local/etc/apache2/httpd.conf
and add this line:
LoadModule python_module libexec/apache2/mod_python.so
Installing ''mod_perl'':
# cd /usr/ports/www/mod_perl2
# make
# make install
# make clean
Once the installation process is completed, it is time to integrate mod_perl with Apache. So open the Apache config file and look for the part where you see all 'LoadModule' lines:
# vim /usr/local/etc/apache2/httpd.conf
and add this line:
LoadModule perl_module libexec/apache2/mod_perl.so