Changes

Jump to: navigation, search

SRA840 Lab6

554 bytes added, 16:09, 11 April 2009
no edit summary
==Mohak Vyas==
 
I followed the instructions in the book to install php5 and did not had any problems.
Following are the steps to install mod_python and mod_perl
 
Installing ''mod_python'':
# cd /usr/ports/www/mod_python3
# make install
# make clean
 
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
 
 
=Varinder Singh=
'''Installing php5'''
1
edit

Navigation menu