On Mon, 2 Jul 2001, Francisco Castellon wrote:
> So now i am stuck and i dont know what to do. What do i have to write
> on my httpd.conf file in Apache to configure it?
<Files ~ (\.asp)>
SetHandler perl-script
PerlHandler Apache::ASP
</Files>
PerlSetVar UseStrict 1 # have "use strict;" by default, recommended
PerlSetVar Debug 2 # when errors occur in ASP, print out debug info
> Also when all is said and done if i want to write my own *.asp pages
> where do i put them
Put them in the same place you put normal .html files, etc.
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]