... Its hard to tell from just that code snippet. What's in your global.asa and .htaccess? -- </chris> There are two ways of constructing a software design....
1861
Thanos Chatziathanass...
tchatzi@...
Oct 29, 2004 1:59 pm
This is VBScript, not perl, so it won't work. Please read http://www.apache-asp.org/faq.html#VBScript%20or%2007fa600d regards, Thanos Chatziathanassiou ... To...
1862
Josh Chamas
josh@...
Oct 29, 2004 10:11 pm
... I have never heard of this before! It seems to me that this might be somehow related to Apache::ASP::Session doing a TIEHASH. If no other work around...
1863
Josh Chamas
josh@...
Oct 29, 2004 10:11 pm
... I do not know what kind of status you mean, but it seems like it would be possible for the browser to popup a status window/popup which then gets closes by...
1864
Jose Luis Solano
wsolano@...
Nov 4, 2004 11:21 am
Hello all!! ... To unsubscribe, e-mail: asp-unsubscribe@... For additional commands, e-mail: asp-help@......
1865
checta2002
chector@...
Nov 5, 2004 3:06 am
Hello! I need help trying to get Apache::ASP working with Apache 1.3 This is the errors I'm getting in the apache error log [Thu Nov 04 16:48:34 2004] [error]...
1866
Josh Chamas
josh@...
Nov 5, 2004 3:40 am
... StateDir must be set to a directory that is writable to your web server. So on linux, /tmp/asp is probably fine, assuming there is a /tmp, but since this...
1867
Patrick Conroy
patrick.j.conroy@...
Nov 5, 2004 4:23 am
Hello All, I have been running Apache::ASP successfully for a few months on a Fedora Core 2 server running Apache/2.0.51, mod_perl 1.99 and the latest...
1868
Randy Kobes
randy@...
Nov 7, 2004 1:56 am
... Does inserting use Apache::Log; in ASP.pm resolve this? -- best regards, randy kobes ... To unsubscribe, e-mail: asp-unsubscribe@... For...
1869
Josh Chamas
josh@...
Nov 10, 2004 4:43 pm
... I am not sure what would cause this problem. It seems pretty late in the Apache::ASP request cycle to be getting this error. Does it help to add any of...
1870
Patrick Conroy
patrick.j.conroy@...
Nov 10, 2004 11:10 pm
... Josh, Thanks for the help. I didn't realize until I got this that I had only replied to Randy directly instead of back to the list. I was able to fix the...
1871
Joshua Chamas
josh@...
Nov 11, 2004 8:24 am
... If you can tell me whether it is Apache::compat or Apache2 that did it for you, that would be helpful. Regards, Josh ... To unsubscribe, e-mail:...
1872
David Hoo Chin Hin
mambokl@...
Nov 16, 2004 6:35 pm
Hi... Harlow.... I need help here... I acidently install two working version of Mod_perl with Apache-SSL in a diffrent directory. How can I uninstall one of...
1873
Randy Kobes
randy@...
Nov 16, 2004 7:48 pm
... Do you want to uninstall just mod_perl, or the entire perl distribution? Also, do you want to get rid of an Apache installation as well? If it's just...
1874
Warren Young
warren@...
Nov 18, 2004 6:25 pm
We have a site where Apache::ASP appears to be locking up every few days. If we rm -r /tmp/asp, the system begins responding again. We've upgraded to the...
1875
Christopher Hicks
chicks@...
Nov 18, 2004 6:32 pm
... You might be tripping over a bug in the db code. Can you try the Apache::ASP on a Fedora Core 2 or 3 machine? That's what I've been developing and...
1876
Warren Young
warren@...
Nov 19, 2004 2:16 pm
... A bug in which db code? If it's part of the open source underpinnings of Apache::ASP, why is the bug still there? Why haven't you submitted a patch? ... ...
1877
rc2762001
rc2762001@...
Nov 19, 2004 6:30 pm
Hello everyone!! I have found Apache::ASP to be an excellent tool for web development, and Mr. Chamas has been excellent on support. However, I am currently...
1878
Josh Chamas
josh@...
Nov 19, 2004 6:40 pm
... What is the state of the system when it locks up? Is the machine under load, is a process spinning out of control, is there any errors in the error_log...
1879
Josh Chamas
josh@...
Nov 19, 2004 6:43 pm
... use $main::Request->Form This is written up here: http://www.apache-asp.org/faq.html#How%20do%20I%20acc6523fd95 Regards, Josh ... To unsubscribe, e-mail:...
1880
Warren Young
warren@...
Nov 19, 2004 8:28 pm
... These systems are installed in schools, so they're only being used from roughly 7am to 4pm. This problem is happening within that window, while it is...
1881
Fagyal Csongor
concept@...
Nov 19, 2004 8:35 pm
Warren, Are you sure you don't put "something wrong" into $Application / $Session? Might it be that it is one of your ASP applications that freezes Apache,...
1882
Warren Young
warren@...
Nov 19, 2004 10:12 pm
... Could be, but if so, why is only this site locking up? ... Do you remember the incantation for that? I'm sure I can look it up if you don't have it off...
1883
Christopher Hicks
chicks@...
Nov 21, 2004 7:55 am
... The db that's used for storing the sessions which seems to be the files you're deleting. There are a variety of dbm implementations and I'm not sure which...
1884
Josh Chamas
josh@...
Nov 22, 2004 7:58 am
Hi Warren, At this point, I would recommend setting Debug -1 and then stop/start apache, and send me error_log from start until freeze. Then stop apache, and...
1885
Warren Young
warren@...
Nov 23, 2004 1:28 am
... Okay, I'll do that. School is out this week at the problem site, so I don't expect it to die this week. ... It does slow things down, but we can tolerate...
1886
Peter Beardsley
pbeardsley@...
Nov 24, 2004 2:42 pm
Hi, This might be a more general mod_perl question, and if so let me know, but I'm trying to add exception handling to my Apache::ASP code. Basically I have a...
1887
mmorrell5
dm_morrell@...
Nov 26, 2004 7:59 am
This may be a dumb question.... Is there any way to use TrapInclude outside of Apache? I would like to use TrapInclude in a standalone script to create a html...