Skip to search.

Breaking News Visit Yahoo! News for the latest.

×Close this window

apache-asp · Apache::ASP

The Yahoo! Groups Product Blog

Check it out!

Group Information

  • Members: 403
  • Category: Perl
  • Founded: Dec 5, 2001
  • Language: English
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Hear how Yahoo! Groups has changed the lives of others. Take me there.

Messages

Advanced
Messages Help
Messages 1959 - 1988 of 2322   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand Author Sort by Date ^
1959 Craig Eberly
craig@... Send Email
Mar 1, 2005
2:38 pm
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...
1960 Helmut Zeilinger
hz@... Send Email
Mar 1, 2005
3:03 pm
Hi Craig, just a quick idea - you might have tried this already..: does it help to delete all files in "tmp/.state&quot; an restart the server? Helmut ... To...
1961 Craig Eberly
craig@... Send Email
Mar 1, 2005
3:13 pm
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...
1962 Francesco Pasqualini
f.pasqualini@... Send Email
Mar 1, 2005
4:00 pm
Are you shure that the httpd processes was stopped during the upgrade ? ... To unsubscribe, e-mail: asp-unsubscribe@... For additional commands,...
1963 Craig Eberly
craig@... Send Email
Mar 1, 2005
5:00 pm
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...
1964 Warren Young
warren@... Send Email
Mar 4, 2005
12:20 am
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...
1965 mark_mcwiggins
mark@... Send Email
Mar 4, 2005
7:21 am
Does the '$Session&#39; variable become undefined, or what's the best way to detect this happening? Thanks. ... To unsubscribe, e-mail:...
1966 Joshua Chamas
josh@... Send Email
Mar 4, 2005
7:34 am
... 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. ...
1967 Joshua Chamas
josh@... Send Email
Mar 4, 2005
7:38 am
... 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...
1968 Joshua Chamas
josh@... Send Email
Mar 4, 2005
7:40 am
... What is the error, anything in $! or $@ after problem? Any error message at all anywhere? Common problems here include Apache executing in wrong user ...
1969 Joshua Chamas
josh@... Send Email
Mar 4, 2005
7:47 am
... 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); ...
1970 Joshua Chamas
josh@... Send Email
Mar 4, 2005
7:49 am
... 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...
1971 Craig Eberly
craig@... Send Email
Mar 4, 2005
1:31 pm
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...
1972 Warren Young
warren@... Send Email
Mar 5, 2005
3:08 am
... 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...
1973 sucheta_skulkarni
sucheta_skulkarni@... Send Email
Mar 7, 2005
3:45 pm
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...
1974 Joshua Chamas
josh@... Send Email
Mar 7, 2005
3:53 pm
... 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...
1975 V.I.
vladimsh@... Send Email
Mar 7, 2005
4:50 pm
A good start would be to learn Perl, Apache, and MySql ... __________________________________ Celebrate Yahoo!'s 10th Birthday! Yahoo! Netrospective: 100...
1976 Trevor Schellhorn
trevor.schellhorn@... Send Email
Mar 7, 2005
10:55 pm
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...
1977 Joshua Chamas
josh@... Send Email
Mar 8, 2005
7:22 am
... Why not try to set up an Apache::Session object in Script_OnStart ? Regards, Josh ... To unsubscribe, e-mail: asp-unsubscribe@... For...
1978 Al McMasters
links@... Send Email
Mar 14, 2005
3:26 am
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...
1979 Helmut
mail@... Send Email
Mar 14, 2005
4:01 am
Hi, i am using "MailErrorsTo&quot; to get infos from scripts, that have been crashed on the production web server. .. PerlSetVar MailHost localhost PerlSetVar...
1980 Joshua Chamas
josh@... Send Email
Mar 14, 2005
6:46 am
... 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,...
1981 Michael D. Marquardt
michael@... Send Email
Mar 14, 2005
3:24 pm
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: ...
1982 Helmut Zeilinger
hz@... Send Email
Mar 15, 2005
6:42 am
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...
1983 John Drago
john.drago@... Send Email
Mar 15, 2005
8:29 am
I've seen that before and fixed it by adding the following to my global.asa: use Apache::RequestRec(); YMMV ________________________________________ From:...
1984 glim@... Send Email Mar 20, 2005
6:12 am
... Yet Another Perl Conference, North America, 2005 Registration now open. Conference dates: Monday - Wednesday 27 - 29 June 2005 Location: 89 Chestnut...
1985 Bernie David
bdavid@... Send Email
Mar 22, 2005
7:16 am
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 ...
1986 Philip Mak
pmak@... Send Email
Mar 30, 2005
7:57 pm
Consider the following example URLs: http://www.webhostingtalk.com/showthread.php?threadid=389233 ...
1987 perennialmind
edh+yahoo@... Send Email
Apr 8, 2005
4:14 am
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...
1988 Gerard Lim
glim@... Send Email
Apr 10, 2005
4:21 pm
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,...
Messages 1959 - 1988 of 2322   Oldest  |  < Older  |  Newer >  |  Newest
Add to My Yahoo!      XML What's This?

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