Login | Register For Free | Help
Search for: (Advanced)

Mailing List Archive: ModPerl: ModPerl

"Invalid command 'PerlOptions', perhaps ..." error

 

 

ModPerl modperl RSS feed   Index | Next | Previous | View Threaded


kamauallan at gmail

Feb 21, 2010, 12:38 AM

Post #1 of 1 (386 views)
Permalink
"Invalid command 'PerlOptions', perhaps ..." error

Hi,
I have installed httpd 2.2.14 and mod_perl-2.0.4 from source. When I
run httpd and instruct it to use a user defined httpd.conf file it
raises the "Invalid command 'PerlOptions' error (Biomart's httpd.conf
file)

Below are the details of how I build both the http-2.2.14 and
mod_perl-2.0.4 software and a clip of my configuration file.


#inflate httpd-2.2.4.tar.bz2 and navigate to the newly inflated directory
date;time ./configure
--prefix=/var/biomart/biomart_0.7/httpd/httpd-2.2.14 --enable-deflate
--enable-rewrite --enable-so;date;
make;make install;

#inflate mod_perl-2.0.4 and navigate to the newly inflated directory
date;time perl Makefile.PL
PREFIX=/var/biomart/biomart_0.7/httpd/httpd-2.2.14
MP_APXS="/var/biomart/biomart_0.7/httpd/httpd-2.2.14/bin/apxs";date;
make;make install;



my user defined httpd.conf contains the directive below

ScriptAlias /biomart/martsoap
"/var/biomart/biomart_0.7/biomart-perl/cgi-bin/martsoap"
<Location /biomart/martsoap>
AllowOverride None
Options None
Order allow,deny
Allow from all

Options +ExecCGI
PerlOptions +ParseHeaders
</Location>




Could it be that I have not installed mod_perl correctly.

ModPerl modperl RSS feed   Index | Next | Previous | View Threaded
 
 


Interested in having your list archived? Contact Gossamer Threads
 
  Web Applications & Managed Hosting Powered by Gossamer Threads Inc.