You are viewing a plain text version of this content. The canonical link for it is here.
Posted to asp@perl.apache.org by "Matt Westfall a.k.a. ErkDog" <er...@iname.com> on 2002/01/06 04:28:46 UTC

error I'm getting

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 administrator, admins@digitalnova.net and
inform them of the time the error occurred, and anything you might have
done that may have caused the error.

More information about this error may be available in the server error
log.



--------------------------------------------------------------------------------

Apache/1.3.12 Server at www.digitalnova.net Port 80


This is all I'm getting in log file

[Sat Jan  5 22:15:45 2002] [error] Undefined subroutine
&Apache::ASP::handler called.

[Sat Jan  5 22:27:05 2002] [error] Undefined subroutine
&Apache::ASP::handler called.

[Sat Jan  5 22:27:20 2002] [error] Undefined subroutine
&Apache::ASP::handler called.

[Sat Jan  5 22:27:21 2002] [error] Undefined subroutine
&Apache::ASP::handler called.

[Sat Jan  5 22:27:22 2002] [error] Undefined subroutine
&Apache::ASP::handler called.


Please Advise.

-- 
-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
|       Live Long and Prosper        |
+                                    +
*  Cheap Affordable Fast Webhosting  *
+    http://www.digitalnova.net      +
*                                    *
+      Free Fast Full Featured       +
*          Forum Hosting             *
+    http://ubb.core-dumped.net      +
*                                    *
+           ICQ#  842266             +
|         erkdog@iname.com           |
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-

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


Re: error I'm getting

Posted by Joshua Chamas <jo...@chamas.com>.
"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 administrator, admins@digitalnova.net and
> inform them of the time the error occurred, and anything you might have
> done that may have caused the error.
> 
> More information about this error may be available in the server error
> log.
> 
> --------------------------------------------------------------------------------
> 
> Apache/1.3.12 Server at www.digitalnova.net Port 80
> 
> This is all I'm getting in log file
> 
> [Sat Jan  5 22:15:45 2002] [error] Undefined subroutine
> &Apache::ASP::handler called.
> 

First make sure Apache::ASP is installed.  You can tell by 
doing something like:

  perl -MApache::ASP -e ''

which should come back without an error.

Then try adding to your httpd.conf:

  PerlModule Apache::ASP

The latter directive is a good idea to do when using Apache::ASP
because it will load the module in the parent httpd pre-fork & 
pass the savings down to the child httpds.

--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