Re: Apache::ASP problem with global.asa

1999-12-11 Thread ritu
Joshua, Thanks for all your help ... I will try it out and let you know. Regards, Ritu --- Creating Business Communities Instantly http://www.provillage.com [EMAIL PROTECTED] wrote: > > the global.asa that

Re: Apache::ASP problem with global.asa

1999-12-09 Thread ritu
Hi Joshua, >> [Fri Dec 10 00:25:54 1999] [error] [asp] [4984] [debug] compiling global.asa >Apache::ASP::Demo >> [Fri Dec 10 00:25:54 1999] [error] [asp] [4984] [debug] global.asa routines - >Application_OnStart: 1; >> Session_OnEnd: 1; Session_OnStart: 1; > This line tells me which events wer

Re: Apache::ASP problem with global.asa

1999-12-09 Thread ritu
Joshua, I am using version 0.15 of Apache::ASP. In any case, if global.asa is not changed after the server re-starts, this issue should not show up, right? I have another confusion that you may be able to help with: I have 3 different sub-directories under the DocumentRoot. I treat each of t

Apache::ASP problem with global.asa

1999-12-09 Thread ritu
Hi, I am having problems getting Application variables initialized in the Application_OnStart subroutine of global.asa. The Session_OnStart seems to be working fine. I am including excerpts from httpd.conf, .htaccess, global.asa and the file I'm using to test global.asa. I stopped and re-sta

Re: Apache::ASP problem with global.asa

1999-12-09 Thread Joshua Chamas
[EMAIL PROTECTED] wrote: > > the global.asa that my global_test.html is using is what I had sent you ... the >application variable > $Application->{test} (the last variable printed in the error log above) is >initialiazed in the Session_OnStart > subroutine. The other application variables are

Re: Apache::ASP problem with global.asa

1999-12-09 Thread Joshua Chamas
[EMAIL PROTECTED] wrote: > > Joshua, > > I am using version 0.15 of Apache::ASP. In any case, if global.asa is not changed >after the server re-starts, > this issue should not show up, right? > An apache graceful restart will not reload an unchanged global.asa if you precompiled the ASP appl

Re: Apache::ASP problem with global.asa

1999-12-08 Thread Joshua Chamas
Please attach a bit of your apache error log with Apache::ASP debugging turned on. It will help to see how things are being initialized and run to diagnose your problem. There was also a global.asa reload error, perhaps related, a couple versions back that would not refresh a changed global.asa