Connecting Tech Pros Worldwide Help | Site Map

About apache2 installation

Member
 
Join Date: Sep 2007
Posts: 121
#1: Dec 13 '08
Hello friends,
I have httpd2.some.tar.gz file and i installed it and i installed modperl through synaptic. When i want to run modperl programs i have to write the path of that program in httpd.conf file. I had written like below:
Expand|Select|Wrap|Line Numbers
  1. <Location /sasi/test>
  2.  SetHandler perl-script
  3.  PerlHandler sasi::test
  4. </Location>
  5.  
But it is giving error like PerlHandler is invalid module in httpd.conf file. How to rectify this error? For the installation of apache and modperl, httpd and modperl are enough? Do i need configuration of httpd.conf file? Any line should be added in httpd.conf file? Please help me
Reply