Hi :
I copy the ./site/eg/ directory to /home/httpd/asp. (this
directory is created by me. )
From the Quick Start of Install page :
You must put "AllowOverride All" in your httpd.conf config
section to let the .htaccess file in
the ./site/eg installation directory do its work.
This means I need put the following lines in the httpd.conf
?
<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 ?
Do I need change the PerlSetVar Global (from /tmp to
/home/httpd/asp ??) and PerlSetVar StateDir ( from /tmp/asp_demo to
/home/httpd/asp??) ?
Jacky