Re: Mod_Perl Authentication

2004-08-24 Thread Levi E. Stanley
Thanx mpeters for responding to my question. Actually, php is installed and the default setting for directoryIndex is working correctly across my other VirtualHosts. I found someone who was having the same problem with embeddedperl, and I looked at the VirtualHost config the person who helpe

Re: [mp1] END failed under PerlRun

2004-08-24 Thread Perrin Harkins
On Tue, 2004-08-24 at 05:59, Gunnar Koppel wrote: > This messages in error.log does not appear on every invocation but > randomly. I don't see those messages for script in which i moved > disconnect to the logical end point. Maybe someone can point out, why it > happens with END-block? There's

[mp1] END failed under PerlRun

2004-08-24 Thread Gunnar Koppel
Terr! While ago i migrated my scripts from CGI-environment to the PerlRun and now i see in my error.log such messages: -- Can't call method "disconnect" on an undefined value at /adm/tellimus line 1105. END failed--call queue aborted. -- Background: In my scripts i use BEGIN and END blocks, so