acul posted on May 1, 2009 17:50

Download the package mod_perl-2.0-current.tar.gz

# tar -zxf mod_perl-2.0-current.tar.gz
# cd mod_perl-2.0.0-RC4/
# perl Makefile.PL MP_APXS=/usr/local/apache2/bin/apxs
# make && make test
# make install

Make sure mod_perl.so already in the /usr/local/httpd/modules
# ls /usr/local/httpd/modules/mod_perl.so

Edit the configuration file for apache.
# vi /usr/local/httpd/conf/httpd.conf

Add the following line to the perl module.
LoadModule perl_module modules/mod_perl.so
PerlModule Apache2

Re-run apache server.
# service httpd restart
 

Digg It!DZone It!StumbleUponTechnoratiRedditDel.icio.usNewsVineFurlBlinkList

Posted in: Web Server  Tags: ,

Be the first to rate this post

  • Currently 0/5 Stars.
  • 1
  • 2
  • 3
  • 4
  • 5

Comments

Add comment


(Will show your Gravatar icon)  

  Country flag

biuquote
  • Comment
  • Preview
Loading



Banners

Page List

Recent Posts

Recent Comments

RSS



Add to Google Reader or Homepage
Subscribe in NewsGator Online
Add to My AOL
Subscribe in Bloglines
Add to fwicki
Member Of
Disclaimer
The opinions expressed herein are my own personal opinions and do not represent my employer's view in anyway.

© Copyright 2010 tutorial.ind.ws