
josh at chamas
Oct 12, 2004, 9:57 PM
Post #5 of 5
(1839 views)
Permalink
|
Patrick Conroy wrote: > Hello All, ... > I have different subs defined in the globabl.asa file for each site > and every once in a while on site1 I will get an error: > > Couldn't execute: ERROR: Attribute "workcenter" not found at > /var/www/site2//./global.asa > > I occasionally get similar errors in site2 about site1's globabl.asa. > Does anyone know where this is coming from? What did I configure > incorrectly that causes the global.asa to cross hosts? > > Any help would be greatly appreciated. > Your configuration looked fine for many virtual hosts, the trick being the GlobalPackage config. If you set Debug to -1 or -2 or -3 and then reproduce the error and attach the relevant error_log trace that can show the problem from Apache server start, that would be a help. To reproduce this in a test environment more easily you might try to run MaxClients low and reproduce this fast that way, so that persistence issues come up faster. If the error_log ends up being long, I would just send this to me privately for review. Regards, Josh --------------------------------------------------------------------- To unsubscribe, e-mail: asp-unsubscribe [at] perl For additional commands, e-mail: asp-help [at] perl
|