Search the web
Sign In
New User? Sign Up
apache-asp · Apache::ASP
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Show off your group to the world. Share a photo of your group with us.

Best of Y! Groups

   Check them out and nominate your group.
Having problems with message search? Fill out this form to ensure your group is one of the first to be migrated to the new message search system.

Messages

  Messages Help
Advanced
Messages 1959 - 1988 of 2276   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
1959
Thanks for the response. As a matter of fact I did upgrade my Perl version. As you suggested, I have replaced all instances of Storable.pm v.2.13 with...
Craig Eberly
craig@...
Send Email
Mar 1, 2005
2:38 pm
1960
Hi Craig, just a quick idea - you might have tried this already..: does it help to delete all files in "tmp/.state" an restart the server? Helmut ... To...
Helmut Zeilinger
hz@...
Send Email
Mar 1, 2005
3:03 pm
1961
I was scared to delete the tmp/.state files in the main content (truthfully I'm not sure what those files are for), so I backup up all of the htdocs, deleted...
Craig Eberly
craig@...
Send Email
Mar 1, 2005
3:13 pm
1962
Are you shure that the httpd processes was stopped during the upgrade ? ... To unsubscribe, e-mail: asp-unsubscribe@... For additional commands,...
Francesco Pasqualini
f.pasqualini@...
Send Email
Mar 1, 2005
4:00 pm
1963
Hmm, during which upgrade do you mean? I had to stop httpd 1.3 when doing the mod_perl install or the make test would fail. The apache 2 install seemed to...
Craig Eberly
craig@...
Send Email
Mar 1, 2005
5:00 pm
1964
We have an ASP application which mostly works, but on one particular form, POSTed updates are randomly ignored. I think we have the problem isolated, but...
Warren Young
warren@...
Send Email
Mar 4, 2005
12:20 am
1965
Does the '$Session' variable become undefined, or what's the best way to detect this happening? Thanks. ... To unsubscribe, e-mail:...
mark_mcwiggins
mark@...
Send Email
Mar 4, 2005
7:21 am
1966
... Session_OnStart event can be used when things are just starting. Otherwise, set something, and if its not there you know the session has become undefined. ...
Joshua Chamas
josh@...
Send Email
Mar 4, 2005
7:34 am
1967
... Sorry, I did not check mail for a while. I would not have the same StateDir set for both apache servers since you are talking about perl upgrades, as I...
Joshua Chamas
josh@...
Send Email
Mar 4, 2005
7:38 am
1968
... What is the error, anything in $! or $@ after problem? Any error message at all anywhere? Common problems here include Apache executing in wrong user ...
Joshua Chamas
josh@...
Send Email
Mar 4, 2005
7:40 am
1969
... I am not sure hacking a loop on this would help, but it would be interesting to know if it did. Here is the code: } else { $r->read($data, $length); ...
Joshua Chamas
josh@...
Send Email
Mar 4, 2005
7:47 am
1970
... Use mod_proxy, and proxy backwards to a dedicated Apache::ASP server running on a higher port. Maybe you mean something else, and are trying something...
Joshua Chamas
josh@...
Send Email
Mar 4, 2005
7:49 am
1971
Excuse me if I sound ignorant here. Should I be getting this sdbm error if I'm only using mysql? I started thinking about it, and it just didn't make sense...
Craig Eberly
craig@...
Send Email
Mar 4, 2005
1:31 pm
1972
... Ah, that was the clue I needed. From the mod_perl changelog, just one release past the one we are using: "fix $r->read to read all the requested amount of...
Warren Young
warren@...
Send Email
Mar 5, 2005
3:08 am
1973
Hello all, I have 3 years of experience in ASP 3.0 on IIS. I am a student and recently got a website to do as my job. I have to implement it on Apache using...
sucheta_skulkarni
sucheta_skulkarni@...
Send Email
Mar 7, 2005
3:45 pm
1974
... If you do not need $Session or $Application, then you can configure: PerlSetVar NoState 1 and the SDBM functionality will not be loaded for you to have...
Joshua Chamas
josh@...
Send Email
Mar 7, 2005
3:53 pm
1975
A good start would be to learn Perl, Apache, and MySql ... __________________________________ Celebrate Yahoo!'s 10th Birthday! Yahoo! Netrospective: 100...
V.I.
vladimsh@...
Send Email
Mar 7, 2005
4:50 pm
1976
Hi, I have been searching the mailing list archive for examples of setting up Apache::ASP to use Apache::Session for the session management. I have had little...
Trevor Schellhorn
trevor.schellhorn@...
Send Email
Mar 7, 2005
10:55 pm
1977
... Why not try to set up an Apache::Session object in Script_OnStart ? Regards, Josh ... To unsubscribe, e-mail: asp-unsubscribe@... For...
Joshua Chamas
josh@...
Send Email
Mar 8, 2005
7:22 am
1978
Your suite has got our old CGI implementation beat, hands down. Our site is divided into two main areas, each run by a separate developer, and the Apache::ASP...
Al McMasters
links@...
Send Email
Mar 14, 2005
3:26 am
1979
Hi, i am using "MailErrorsTo" to get infos from scripts, that have been crashed on the production web server. .. PerlSetVar MailHost localhost PerlSetVar...
Helmut
mail@...
Send Email
Mar 14, 2005
4:01 am
1980
... When I use this feature, there is an SMTP date which is displayed in my mail client. When is this not sufficient? Regards, Josh ... To unsubscribe,...
Joshua Chamas
josh@...
Send Email
Mar 14, 2005
6:46 am
1981
Anybody got any idea what's screwed up with my Apache::ASP installation? You can see the problem I'm having by visiting the site below: ...
Michael D. Marquardt
michael@...
Send Email
Mar 14, 2005
3:24 pm
1982
Hi, ... There is no date in the mails i receive. In the mails headers is no "Date:" field - see below. But there is a "Delivery-date:" field. One mail client...
Helmut Zeilinger
hz@...
Send Email
Mar 15, 2005
6:42 am
1983
I've seen that before and fixed it by adding the following to my global.asa: use Apache::RequestRec(); YMMV ________________________________________ From:...
John Drago
john.drago@...
Send Email
Mar 15, 2005
8:29 am
1984
... Yet Another Perl Conference, North America, 2005 Registration now open. Conference dates: Monday - Wednesday 27 - 29 June 2005 Location: 89 Chestnut...
glim@...
Send Email
Mar 20, 2005
6:12 am
1985
Hi, I really like using Apache::ASP, but I miss using the perl -c syntax checker under Apache::ASP. I used to find a lot of my mistakes much sooner! I know I ...
Bernie David
bdavid@...
Send Email
Mar 22, 2005
7:16 am
1986
Consider the following example URLs: http://www.webhostingtalk.com/showthread.php?threadid=389233 ...
Philip Mak
pmak@...
Send Email
Mar 30, 2005
7:57 pm
1987
This may well be fixed in cvs, but I didn't see any info on how to find out, so, just in case... According to...
perennialmind
edh+yahoo@...
Send Email
Apr 8, 2005
4:14 am
1988
Yet Another YAPC::NA 2005 Conference Reminder ... YAPC::NA 2005 is Yet Another Perl Conference, North America, this year to be held in downtown Toronto,...
Gerard Lim
glim@...
Send Email
Apr 10, 2005
4:21 pm
Messages 1959 - 1988 of 2276   Oldest  |  < Older  |  Newer >  |  Newest
Advanced
Add to My Yahoo!      XML What's This?

Copyright © 2009 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines - Help