
josh at chamas
Feb 1, 2005, 8:49 PM
Post #2 of 2
(1414 views)
Permalink
|
Maxim Sloyko wrote: > Hello! > > I have a problem with Apache::ASP: Application_On* events never occur! > Even if I restart a server and remove all cookies from it. > I'm using Apache 1.3.31 and mod_perl 1.29 > If you delete the files in StateDir, the Application_OnStart event should occur. If you want something that happens when the server starts, you should add something to global.asa or a perl module, and make sure that it is loaded at server startup. Please see this in the docs: http://www.apache-asp.org/events.html#Server_OnSta0d174f59 Regards, Josh --------------------------------------------------------------------- To unsubscribe, e-mail: asp-unsubscribe [at] perl For additional commands, e-mail: asp-help [at] perl
|