Hi
I am having problems while trying to configure perl module with apache.
I am attaching my httpd.conf file. Please check out the section
*************************************
# Added by Manish to list index
<Directory "/usr/local/apache2/htdocs/testing">
   Options +Indexes
</Directory>

#  PerlModule Apache::Registry
  <Directory "/usr/local/apache2/htdocs/perl">
    SetHandler perl-script
    PerlHandler Apache::Registry
    Options ExecCGI
    PerlSendHeader On
    allow from all
  </Directory>
***********************************
Whenever I try to run the server, it just doesn't run. But, when I remove the above section; the server runs fine; but can't execute the perl scripts. My mod_perl.so is properly installed in modules directory and is being identified also by apache.
Any ideas what's going wrong?

Thanks
Regards
Manish

Attachment: httpd.conf
Description: Binary data

Reply via email to