Hi,
Hi.
I have migrated our telephone service from Windows to Linux.
When I open our page the error occure:
"error compiling Pr_alf_b.asp: maybe use strict error: Bareword found
where operator expected at
/srv/www/htdocs/Inetpub/Telefony/Pr_alf_b.asp line 5, near ") <--->
fileName" <---> , /
Christopher Hicks wrote:
Does anyone have a "best practices" example of error handling in
Apache::ASP? I have just developed a small Apache::ASP application and
spending time following the error log and having to pass exceptions up the
call stack by hand was my biggest disappointment.
I just u
ed it to
> 777 and tested
> same result (Error 500 Internal Server Error)
> Any other suggestions??
>
>
>
>
>
>
>
>
>
>
> - Original Message -
> From: "Helmut Zeilinger" <[EMAIL PROTECTED]>
> To: "e_elmaraghy&
e_elmaraghy wrote:
[Tue May 11 13:55:19 2004] [error] [client 127.0.0.1] Undefined
subroutine &Apache::ASP::InitState called at
/usr/lib/perl5/site_perl/5.8.0/Apache/ASP.pm line 418.!!Apache::ASP::
new('Apache::ASP','Apache::RequestRec=SCALAR(0x84f9f6c)',
'/var/www/html/asp/eg/application.asp') c
inger" <[EMAIL PROTECTED]>
To: "e_elmaraghy" <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]>
Sent: Wednesday, May 12, 2004 7:46 AM
Subject: Re: Error while testing Examples files
Hi E.,
just a rough guess: is your state directory "/tmp/asp" writable and
readable
Hi E.,
just a rough guess: is your state directory "/tmp/asp" writable and
readable by apache?
(or has mode 0777 for a try)
Helmut
--On Tuesday, May 11, 2004 11:12:19 + e_elmaraghy
<[EMAIL PROTECTED]> wrote:
> Hi Folks
> I am having RedHat9 & Apache2
> I have installed Apache::ASP for mod
Johannes Woehler wrote:
Dear everyone,
I created an rpm from Apache::ASP with cpan2rpm. Unfortunately, this rpm
has a dependency to /usr/bin/asp-perl-exe, which does not exists. The
reason for this dependency is the file /site/eg/counting.htm, which has
written in the first line:
"#!/usr/bin/asp-p
Jeffrey L. Edgett wrote:
I am running Red Hat 8.0, Apache 2.0.40, mod_perl, and Apache::ASP.
I installed Apache::ASP using make and it compiled successfully with
no errors.
However, when I try to view any web page in ASP I receive an error
similar to that one:
Undefined subroutine
&Apache::
Eraser wrote:
ok, reinstalled everything with the latest version of Apache:ASP (2.45) with
mod_perl2 and Apache 2 on Linux. Everything is configured with the prefork
mpm.
I have no idea what is going on, does anyone?
How is your Apache::ASP configured to run in httpd.conf?
There is a new confi
s for more information.
-- This is the new error I get when I try to load PerlModule Apache::ASP in
the httpd.conf instead of PerlModule Apache2
-Original Message-
From: Josh Chamas [mailto:josh@;chamas.com]
Sent: Thursday, October 17, 2002 9:15 PM
To: Eraser
Cc: [EMAIL PROTECTED]
Subject: Re:
Eraser wrote:
#
# ASP
#
PerlModule Apache2
SetHandler perl-script
PerlHandler Apache::ASP
PerlSetVar StateDir /tmp/asp
-- I'm out of ideas, I've recompiled again, put everything in that was on
Apache 1.3.x and still get the same error, above is what i
is in the
httpd.conf
Am I missing anything?
-Original Message-
From: Josh Chamas [mailto:josh@;chamas.com]
Sent: Thursday, October 17, 2002 12:39 PM
To: Eraser
Cc: [EMAIL PROTECTED]
Subject: Re: Error When Running ASP Script
Eraser wrote:
> ok, reinstalled everything with the late
Eraser wrote:
[Thu Oct 17 19:05:00 2002] [notice] Apache/2.0.43 (Unix)
mod_perl/1.99_08-dev Perl/v5.8.0 mod_ssl/2.0.43 OpenSSL/0.9.6g PHP/4.2.3
configured -- resuming normal operations
No valid request object (Apache::RequestRec=SCALAR(0x84fe9bc)) passed to ASP
handler; if you are getting
this er
, October 16, 2002 12:46 AM
To: Rosebud
Cc: [EMAIL PROTECTED]
Subject: Re: Error When Running ASP Script
Rosebud wrote:
> When running a simple ASP script to test the new ASP install on Apache 2
> I get an internal server error and in logs contained a long error
> message, that I do not u
Rosebud wrote:
> When running a simple ASP script to test the new ASP install on Apache 2
> I get an internal server error and in logs contained a long error
> message, that I do not understand.
>
mod_perl 2 on Apache 2 is still experimental, and you may be
running into one of its experiment
Thom
-Original Message-From: Eraser
[mailto:[EMAIL PROTECTED]]Sent: Tuesday, October 15, 2002 9:19
PMTo: Thom CraneCc:
[EMAIL PROTECTED]Subject: RE: Error When Running ASP
Script
Semi-Colon Inserted into code, but the same error
happens.
Any
other ideas??
-Ori
Semi-Colon Inserted into code, but the same error
happens.
Any
other ideas??
-Original Message-From: Thom Crane
[mailto:[EMAIL PROTECTED]]Sent: Tuesday, October 15, 2002 9:59
PMTo: RosebudCc: [EMAIL PROTECTED]Subject:
RE: Error When Running ASP Script
The
only thing
The
only thing I see is no semi-colon ending the line. But I would think that
would raise a syntax error rather than the hideous beast I see down there.
If you do in fact have a semi-colon in your code, please disregard
this.
Thom
-Original Message-From: Rosebud
[mailto:[EM
Ismael Touama wrote:
>
> Hi,
>
> My attempt to install APACHE::ASP reported me
> that several modules were lackin'. So I put them
> successfully except one that is optional.
>
> It's APACHE::SSI. I get error 1 (hope it's
> not the end of the world !!!)
> It reveals me an error at line29 of
> /A
At 12:45 PM -0800 8/3/02, Joshua Chamas wrote:
>"John D. Leonard II" wrote:
>>
> > I'm tryin to get the error document facility working for 401 error
> > (authorization failure.)
>...
> > However, when I hit a protected page and fail out, the standard message
>> is shown.
>>
>...
>For your pur
"John D. Leonard II" wrote:
>
> Josh:
>
> > For your purposes, you might do what you want better by using
> > Apache->custom_response API directly in a early mod_perl request
> > stage, or the Apache ErrorDocument config.
>
> Do you know if the Apache ErrorDocument code will process an ApacheAS
Josh:
> For your purposes, you might do what you want better by using
> Apache->custom_response API directly in a early mod_perl request
> stage, or the Apache ErrorDocument config.
Do you know if the Apache ErrorDocument code will process an ApacheASP
document? I'd like to use my existing ASP
"John D. Leonard II" wrote:
>
> All:
>
> I'm tryin to get the error document facility working for 401 error
> (authorization failure.) My first try was to simply add the following
> code in the Script_OnStart
>
> sub Script_OnStart{
> $Response->ErrorDocument('401',<
>
> Nee-ner nee-ner nee-n
"Matt Westfall a.k.a. ErkDog" wrote:
>
> this is the error I get in apache when I try to go to
> digitalnova.net/asp-test/eg
>
> Internal Server Error
> The server encountered an internal error or misconfiguration and was
> unable to complete your request.
> Please contact the server administrat
24 matches
Mail list logo