jacky wrote:
> 
>                     <Directory "/home/httpd/asp">
>                             AllowOverride All
>                             Order allow,deny
>                             Allow from all
>                     </Directory>
> 
>                    If you want a starter config file for Apache::ASP,
> just look at the .htaccess file in the
>                   ./site/eg/ directory.
> 
>                     Can I just cp the .htaccess file to /home/http/asp ?
> 

Yes.  But you should really copy all of ./site to this directory
as the docs and examples are set up this way.

>                     Do I need change the PerlSetVar Global (from /tmp to
> /home/httpd/asp ??) and PerlSetVar StateDir ( from /tmp/asp_demo to
> /home/httpd/asp??) ?
> 

Global is set in the .htaccess Global config to "." so that 
the global.asa in ./site/eg will be found.

-- Joshua

Reply via email to