hello all , i'm just installing apache-asp on a debian woody ( apache 
1.3.26 ) . i'v do all config trick describe in the quick install 
section .
the result is .. http://195.140.141.25/asp/eg/index.html 

my http.conf contains :

PerlModule  Apache::ASP
 <Files ~ (\.asp)>
   SetHandler  perl-script
   PerlHandler Apache::ASP
   PerlSetVar  Global /tmp/
   PerlSetVar  StateDir /tmp/asp
   PerlSetVar  NoState 1

 </Files>

<Directory /var/www/asp/eg >
    Options FollowSymLinks
    AllowOverride All
  </Directory>

thanks for help





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

Reply via email to