Hey all, My name is Adam. Long-time reader, first-time poster.
So I've been developing some software with Apache::ASP and everything is going hunky-dorily except for the following: if I make any changes to global.asa then try to load any .asp file, I get the following error: errors compiling global.asa: maybe use strict error: Subroutine Session_OnStart redefined at /home/www/store/etc/global.asa line 21. (Session_OnStart in global.asa contains just one statement, initializing a member of the $Session hash.) See now, once I restart Apache, this error goes away and the .asp files load fine. But it'd be nice if I could find some way to be able to make changes to global.asa without having to restart the entire server (the server is also being used for other doodads and doohickamajiggers, you see). I thought it might be something related to the whole StatInc thing, but global.asa is included in my StatIncMatch line in httpd.conf. Anyone have any ideas? Or am I going about this completely incorrectly? Thanks for your help. Later, Adam --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]