|
|
--------------------------------------------------------------------------------
重起了一下机器后,启动apache时报错:Syntax error on line 1130 of /usr/local/apache2/conf/httpd.conf:Invalid command 'PerlHandler', perhaps mis-spelled or defined by a module not included in the server configuration
httpd.conf抱错代码:
<VirtualHost stat.8277.cn:443>
ServerName stat.8277.cn
DocumentRoot /var/www
<Location /nrc/>
SetHandler perl-script
-> PerlHandler Apache: erlRun
PerlSetEnv ORACLE_HOME /usr/oracle/product/9.2
PerlSetEnv NLS_LANG AMERICAN_america.ZHS16GBK
Options +ExecCGI
</Location>
。。。。。。
本人是一菜鸟,刚接触perl,请哪为高手能指点一二,非常感谢!!! |
|