Justin Kozuch wrote:
> 
> Hi Everyone,
> 
> This is my first post... so please bear with me :)
> 
> I have recently downloaded the latest Apache:ASP version. 2.0.9 i think it
> is...... and I am having some installation problems as well as a few
> questions...
> 

For windows, a quick start might be to get the win32 package
Randy kindly provides.  Check out http://perl.apache.org/distributions.html
for a link to his ftp site.

> 1. Where do I find $PERLLIB/site/Apache? I looked around my apache
> directories, but couldn't find it... I have Apache 1.3.19.
> 

It will be in your perl only after you have installed mod_perl...
in the above win32 distribution, the perl there has it already.

> 2. Where in httpd.conf do I put this blurb:
> 
> <Location /asp/>
>       SetHandler perl-script
>       PerlHandler Apache::ASP
>       PerlSetVar Global /tmp
>      </Location>
> 

You could probably put it anywhere.  I usually put it in a
VirtualHost section for the site I am developing... actually
I use the <Files ~ (\.asp$)>, so I can mix images in with my
pages.  See the ./site/eg/.htaccess for the examples configs.

> After that I am lost... if anyone has installed this on a win32 machine...
> your help would be greatly appreciated at this point... you can reach me on
> ICQ at 11165255 (online right now)
> 

It takes a lot to set it up the first time, but once that's
done, you have a powerful environment to develop your sites in.

--Josh

_________________________________________________________________
Joshua Chamas                           Chamas Enterprises Inc.
NodeWorks <- Web Link Checking          Huntington Beach, CA  USA 
http://www.nodeworks.com                1-714-625-4051

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to