>>>>> "A" == Adrian  <[EMAIL PROTECTED]> writes:

A> <Location /asp/>
A>   SetHandler perl-script
A>   PerlHandler Apache::ASP
A>   PerlSetVar Global /tmp
A> </Location>

A> What's wrong? May I forgoting anything? Is there issues that I don't
A> know? Please, help me, 'cause already two weeks were lost trying to 

What's wrong is that you're only trying to do ASP within the /asp/
directory, and the URL you call is not within it.  Move your file so
that the URL is http://oklahoma/asp/form.asp and it will work.  Either
that or change the Location section above to a FilesMatch section that
looks for *.asp files.

-- 
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
Vivek Khera, Ph.D.                Khera Communications, Inc.
Internet: [EMAIL PROTECTED]       Rockville, MD       +1-301-545-6996
GPG & MIME spoken here            http://www.khera.org/~vivek/

Reply via email to