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 Neal Bridges
- Re: ASP, mod_perl, and Apache problem Joshua Chamas
- Re: ASP, mod_perl, and Apache problem Neal Bridges