On Wed, 6 Oct 1999, G.Richter wrote:
> This is an effect off FreshRestart On, when the server is restarted the
> module is loaded, again and so the subroutine get redefined. It's only an
> warning.
>
> Try to stop and start the server, then request your document and take a look
> at the error.log. Anythingelse there?
>
> Gerald
>
I found a lot of errors that talk about constant.pm and found that the
apache cannot call loop.htm in /usr/local/apache/htdocs/emperl/eg/x/loop.htm
So, it should call from
/opt/local/download/apache_1.3.9/emperl/eg/x/loop.htm, shouldn't it?
Please help!!!
--apple
Here is the output in error_log's apache
...
[Fri Oct 8 12:39:38 1999] Embperl.pm: Constant subroutine
rcCallInputFuncFailed redefined at
/usr/freeware/lib/perl5/5.00502/constant.pm line 161.
[Fri Oct 8 12:39:38 1999] Embperl.pm: Constant subroutine
rcCallOutputFuncFailed redefined at
/usr/freeware/lib/perl5/5.00502/constant.pm line 161.
[Fri Oct 8 12:39:38 1999] Embperl.pm: Constant subroutine rcSubNotFound
redefined at /usr/freeware/lib/perl5/5.00502/constant.pm line 161.
[Fri Oct 8 12:39:38 1999] Embperl.pm: Constant subroutine
rcImportStashErr redefined at /usr/freeware/lib/perl5/5.00502/constant.pm
line 161.
[Fri Oct 8 12:39:38 1999] Embperl.pm: Constant subroutine rcCGIError
redefined at /usr/freeware/lib/perl5/5.00502/constant.pm line 161.
[Fri Oct 8 12:39:38 1999] [notice] Apache/1.3.9 (Unix) mod_perl/1.21
configured -- resuming normal operations
[Fri Oct 8 12:43:43 1999] [error] [client 129.174.124.121] File does
not exist: /usr/local/apache/htdocs/emperl/x/loop.htm
[Fri Oct 8 12:44:01 1999] [error] [client 129.174.124.121] File does
not exist: /usr/local/apache/htdocs/emperl/eq/x/loop.htm
[Fri Oct 8 12:44:54 1999] [error] [client 129.174.124.121] File does
not exist: /usr/local/apache/htdocs/emperl/eq/loop.htm
[Fri Oct 8 12:45:01 1999] [error] [client 129.174.124.121] File does
not exist: /usr/local/apache/htdocs/emperl/x/
[Fri Oct 8 12:47:55 1999] [error] [client 129.174.124.121] File does
not exist: /usr/local/apache/htdocs/emperl/eg/x/loop.htm
[Fri Oct 8 12:49:41 1999] [notice] caught SIGTERM, shutting down
...