"N. Blaine Morgan" wrote:
> 
> 
> Alias /pasp/ /usr/home/httpd/pasp/
> <Location /pasp>
>      DirectoryIndex index.html index.shtml index.cgi
>      SetHandler perl-script
>      PerlHandler Apache::ASP
>      PerlSetVar Global /tmp/asp
> </Location>
> 
> Ok, now for my current snag..
> 
> I put the example stuff in /usr/home/httpd/pasp/eg
> 
> And it almost works.... but after much testing I have concluded that
> nothing in global.asa is defined
> when  httpd://myserver.com/pasp/eg/index.html is accessed/executed.
> 

The global.asa will be found in Global, which you defined
to be /tmp/asp.  If you want the ./site/eg stuff to work, you need
to copy over its .htaccess file, or set your Global to . 
for starters. 

For more info, check out perldoc Apache::ASP
or http://www.nodeworks.com/asp/

-- Joshua
_________________________________________________________________
Joshua Chamas                           Chamas Enterprises Inc.
NodeWorks >> free web link monitoring   Huntington Beach, CA  USA 
http://www.nodeworks.com                1-714-625-4051

Reply via email to