I have added lines bellow, in my Vhosts.conf file

NameVirtualHost 127.0.0.1
<VirtualHost 127.0.0.1>
ServerName alliance
DocumentRoot /var/www/html/alliance
     <Files ~ (\.asp)>
     SetHandler     perl-script
     PerlModule     Apache::ASP
     PerlHandler    Apache::ASP
     PerlSetVar     Global .
     PerlSetVar     StateDir /tmp/asp
     <Files>
</VirtualHost>

and when a call ./httpd restart I have receiving the error :

Syntax error on line 51 of /etc/httpd/conf/vhosts/Vhosts.conf :
"Invalid command 'PerlModule', perhaps mis-spelled or defined
by a module not included in the server configuration"

The <Files> directive was suggested by a Apache-Asp config
information over its web-site.

Any Clue ? It seems that perl module isn't enabled. My Apache
instalation was drived by my distro (Mandrake 8.1) and I installed
the Apache_ASP package and many things correlated with perl.
My httpd (service) always start httpd-perl prior to httpd.

It is enough to get ASP running ?

I heard something like
                                                                           
                                                                           
                                                                           
                                      "mod_gzip_on No"                     
                                      entry be necessary. Where and How ?  
                                                                           
                                      10ks.                                
                                                                           
                                      Marcos Nobre.                        
                                                                           
                                                                           
                                                                           






---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to