Changes

Jump to: navigation, search

SRA840 Lab6

390 bytes added, 16:16, 11 April 2009
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
1
edit

Navigation menu