You are viewing a plain text version of this content. The canonical link for it is here.
Posted to asp@perl.apache.org by Neal Bridges <nb...@nc.rr.com> on 2001/08/16 19:34:26 UTC

ASP, mod_perl, and Apache problem

I'm looking for a little guidence on getting this problem solved and any
assistance would be awsome.
Situation:  Win2K with SP2 running apache1.3.20 and the lastest version of
ActivePERL and mod_perl. I have also installed the Apache::ASP perl module
which enables me to port ASP pages through Apache web server.  I have
dloaded a packaged forum that uses ASP's and I know it's worked b/c i've
installed it under differant circumstances.

I've added the following lines to my httpd.conf file:
    #Added by Neal Bridges on 14 August
    #Location of Perl Modules
        LoadModule perl_module modules/mod_perl.so
    #Specification of ASP files
        <Files ~ (\.asp)>
            SetHandler perl-script
            PerlHandler Apache::ASP
            PerlSetVar Global .
            PerlSetVar StateDir /tmp/asp
        </Files>
I didn't recieve any errors when I started up Apache, but when i try and
load /forum/setup.asp i get this error in the error.log:


'###########################################################################
######
strNewVersion = "Snitz Forums 2000 Version 3.3 Final"
'?)
Bareword found where operator expected at setup.asp line 42, near
"###########################################################################
######
Dim"
(Missing operator before Dim?)
Bareword found where operator expected at setup.asp line 44, near """ then"
(Missing operator before then?)
String found where operator expected at setup.asp line 51, at end of line
(Might be a runaway multi-line '' string starting on line 44)
(Missing operator before 'No parameter
blnSetup = "Y"
else
strCookieURL = Left(Request.ServerVariables("Path_Info"),
InstrRev(Request.ServerVariables("Path_Info"), "/"))
Application(strCookieURL & "ConfigLoaded")= ""
end if
if blnSetup <> "Y" then NewConfig = 1
; &ASP::WriteRef($main::Response, \('?)
Bareword found where operator expected at setup.asp line 60, near
""copyright" content"
(Missing operator before content?)
[Wed Aug 15 17:34:51 2001] [error] [asp] [1368] [error] syntax error at
setup.asp line 5, near
"'##########################################################################
####### <--> '## Copyright (C) 2000-01 Michael Anderson and Pierre Gorissen
<--> '## <--> '" <--> syntax error at setup.asp line 62, near "decoration:"
<--> syntax error at setup.asp line 63, near "a:" <--> syntax error at
setup.asp line 63, near "decoration:" <--> , E:/Perl/site/lib/Apache/ASP.pm
line 2054

Neal Bridges

Re: ASP, mod_perl, and Apache problem

Posted by Neal Bridges <nb...@nc.rr.com>.
Thanks.
Is there anything freeware that I can dload that will work?  I know that
Chilisoft is $180 I think.

-Neal

----- Original Message -----
From: "Joshua Chamas" <jo...@chamas.com>
To: "Neal Bridges" <nb...@nc.rr.com>
Cc: <as...@perl.apache.org>
Sent: Thursday, August 16, 2001 4:46 PM
Subject: Re: ASP, mod_perl, and Apache problem


> > Neal Bridges wrote:
> >
> > I'm looking for a little guidence on getting this problem solved and any
> > assistance would be awsome.
> > Situation:  Win2K with SP2 running apache1.3.20 and the lastest version
of
> > ActivePERL and mod_perl. I have also installed the Apache::ASP perl
module
> > which enables me to port ASP pages through Apache web server.  I have
> > dloaded a packaged forum that uses ASP's and I know it's worked b/c i've
> > installed it under differant circumstances.
> >
>
> Your script is VBScript, and Apache::ASP only support
> perl scripting.  There are products like Chilisoft and
> InstantASP on the Apache/Unix platforms that support VBScript.
>
> --Josh
>
> _________________________________________________________________
> Joshua Chamas                           Chamas Enterprises Inc.
> NodeWorks Founder                       Huntington Beach, CA  USA
> http://www.nodeworks.com                1-714-625-4051


---------------------------------------------------------------------
To unsubscribe, e-mail: asp-unsubscribe@perl.apache.org
For additional commands, e-mail: asp-help@perl.apache.org


Re: ASP, mod_perl, and Apache problem

Posted by Joshua Chamas <jo...@chamas.com>.
> Neal Bridges wrote:
> 
> I'm looking for a little guidence on getting this problem solved and any
> assistance would be awsome.
> Situation:  Win2K with SP2 running apache1.3.20 and the lastest version of
> ActivePERL and mod_perl. I have also installed the Apache::ASP perl module
> which enables me to port ASP pages through Apache web server.  I have
> dloaded a packaged forum that uses ASP's and I know it's worked b/c i've
> installed it under differant circumstances.
> 

Your script is VBScript, and Apache::ASP only support 
perl scripting.  There are products like Chilisoft and
InstantASP on the Apache/Unix platforms that support VBScript.

--Josh

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

---------------------------------------------------------------------
To unsubscribe, e-mail: asp-unsubscribe@perl.apache.org
For additional commands, e-mail: asp-help@perl.apache.org